cm2tech/cfm-soap-symfony-bundle

Integration of cfm/soap with Symfony

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

This package is not auto-updated.

Last update: 2024-04-19 16:22:40 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');