PHP code example of lucasnpinheiro / nota_fiscal
1. Go to this page and download the library: Download lucasnpinheiro/nota_fiscal 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/ */
lucasnpinheiro / nota_fiscal example snippets
use NotaFiscal\Dto\CertificateParamsDto;
use NotaFiscal\NotaFiscalBase;
ateParamsDto::create(
'arquivo',
'123',
'12.123.123/2132-22',
'Razão Social',
'SP',
2,
)
);