cm2tech/cfm-soap-symfony-bundle

Integration of cfm/soap with Symfony

Maintainers

Package info

github.com/cm2tech/CfmConsultaMedicosSymfonyBundle

Homepage

Type:symfony-bundle

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

Statistics

Installs: 121

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

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');