guilhermejr/busca-nfe-ba

搜索巴西尼亚州的NFE信息

v1.0.6 2023-05-21 18:24 UTC

This package is auto-updated.

Last update: 2024-09-21 21:14:35 UTC


README

搜索巴西尼亚州的NFE信息

依赖关系

  • PHP 7.4+

安装

$ composer require guilhermejr/busca-nfe-ba

通过控制台使用的示例

$ vendor/bin/busca-nfe-ba array "http://nfe.sefaz.ba.gov.br/servicos/nfce/qrcode.aspx?p=29200835133777000109650010000001231796633581|2|1|1|B75D96ACC1EA7E3AAF163C0C0F01D547DCACF815"

通过代码使用的示例

<?php

require 'vendor/autoload.php';

use BuscaNFEBa\Buscador;

$buscador = new Buscador("http://nfe.sefaz.ba.gov.br/servicos/nfce/qrcode.aspx?p=29200835133777000109650010000001231796633581|2|1|1|B75D96ACC1EA7E3AAF163C0C0F01D547DCACF815");
print_r($buscador->getJSON());
print_r($buscador->getArray());

联系

如有疑问和建议,请发送电子邮件至 falecom@guilhermejr.net