cm2tech/cfm-soap-symfony-bundle

Integration of cfm/soap with Symfony

Installs: 120

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 1

Open Issues: 0

Type:symfony-bundle

pkg:composer/cm2tech/cfm-soap-symfony-bundle

dev-master / 1.0.x-dev 2019-11-07 18:18 UTC

This package is not auto-updated.

Last update: 2025-10-03 23:32:27 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');