PHP code example of guilhermejr / busca-nfe-ba
1. Go to this page and download the library: Download guilhermejr/busca-nfe-ba library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
guilhermejr / busca-nfe-ba example snippets
caNFEBa\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());