advans/php-api-catalogos-cfdi

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

v1.0.4 2025-02-06 01:10 UTC

This package is auto-updated.

Last update: 2025-04-06 01:43:02 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