advans/php-api-catalogos-cfdi

There is no license information available for the latest version (v1.0.3) of this package.

v1.0.3 2023-11-23 01:15 UTC

This package is auto-updated.

Last update: 2024-03-23 02:04:21 UTC


README

Latest Stable Version Total Downloads

Instalación usando Composer

$ composer require advans/php-api-catalogos-cfdi

Ejemplo

$config = new \Advans\Api\CatalogosCFDI\Config([
    'base_url' => '**************************',
    'key' => '**********************'
]);

$servicio = new \Advans\Api\CatalogosCFDI\CatalogosCFDI($config);

$item = $servicio->getItem('c_CodigoPostal', '97000', '2022-01-01');

Configuración

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