cm2tech / cfm-soap-symfony-bundle
Integration of cfm/soap with Symfony
Package info
github.com/cm2tech/CfmConsultaMedicosSymfonyBundle
Type:symfony-bundle
pkg:composer/cm2tech/cfm-soap-symfony-bundle
dev-master / 1.0.x-dev
2019-11-07 18:18 UTC
Requires
- php: >=5.3.2
- econea/nusoap: ~0.9.5.1
- symfony/framework-bundle: ~2.7|~3.2|~4.0
This package is not auto-updated.
Last update: 2026-03-07 01:18:41 UTC
README
Installation
$ composer require cm2tech/cfm-soap-symfony-bundle
Available Routes
Usage
use Cfm\SoapSymfonyBundle\Service\DoctorDataRequest;
use Cfm\SoapSymfonyBundle\Request\DoctorData;
$doctorData = new DoctorData(
'uf', // string
'crm' // integer
);
$data = DoctorDataRequest::Consultar($doctorData, 'CFM_KEY_HERE');