advans / php-api-boveda-xml
There is no license information available for the latest version (v1.0.0) of this package.
v1.0.0
2023-06-29 20:38 UTC
Requires
- php: ^7.4|^8.0
- ext-curl: *
- ext-json: *
This package is auto-updated.
Last update: 2024-12-29 23:38:07 UTC
README
Instalación usando Composer
$ composer require advans/php-api-boveda-xml
Ejemplo
$config = new \Advans\Api\BovedaXML\Config([
'base_url' => '*************************',
'key' => '**********************'
]);
$service_lrfc = new \Advans\Api\BovedaXML\BovedaXML($config);
$response = $service_lrfc->getByUUID('000000000000-0000-0000-0000-0000000000000000');