advans / php-api-lrfc
There is no license information available for the latest version (v1.0.4) of this package.
v1.0.4
2023-06-22 19:29 UTC
Requires
- php: >=5.6
- ext-curl: *
- ext-json: *
README
Instalación usando Composer
$ composer require advans/php-api-lrfc
Ejemplo
$config = new \Advans\Api\Lrfc\Config([
'base_url' => '*************************',
'key' => '**********************'
]);
$service_lrfc = new \Advans\Api\Lrfc\Lrfc($config);
$response = $service_lrfc->getByRFC('CACX7605101P8');