cm2tech / cfm-soap-symfony-bundle
Integration of cfm/soap with Symfony
Installs: 99
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Type:symfony-bundle
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: 2025-03-21 21:00:14 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');