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

This package is auto-updated.

Last update: 2024-03-29 21:06:39 UTC


README

Latest Stable Version Total Downloads

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

Configuración

Parámetro Valor por defecto Descripción
base_url null URL de la API
key null API Key