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

This package is auto-updated.

Last update: 2024-03-29 22:10:53 UTC


README

Latest Stable Version Total Downloads

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