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: 2025-03-29 01:07:01 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');
Configuración
Parámetro | Valor por defecto | Descripción |
---|---|---|
base_url | null | URL de la API |
key | null | API Key |