Download the PHP package mazinsw/nfe-api without Composer

On this page you can find all versions of the php package mazinsw/nfe-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package nfe-api


All versions of nfe-api with dependencies

PHP Build Version
Package Version
Requires php Version >= 7.3.0
ext-curl Version *
ext-openssl Version *
php-curl-class/php-curl-class Version ^9.8
robrichards/xmlseclibs Version ^3.0
monolog/monolog Version ^2.3
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package mazinsw/nfe-api contains the following files

Collapse All

tests

   NFe

     Common
     Core
     Database
     Entity
       Transporte
       Imposto
         COFINS
         ICMS
         IPI
         PIS
        IITest.php
        TotalTest.php
      TransporteTest.php
      ResponsavelTest.php
      ProdutoTest.php
      PesoTest.php
      PaisTest.php
      MunicipioTest.php
      PagamentoTest.php
      LacreTest.php
      ImpostoTest.php
      EstadoTest.php
      EnderecoTest.php
      EmitenteTest.php
      DestinatarioTest.php
      VolumeTest.php
     Exception
     Logger
     Task

   resources

     certs
     xml
       destinatario
       emitente
       endereco
       imposto
         cofins
         icms
           simples
          testIntegralXML.xml
          testReducaoXML.xml
          testPartilhaXML.xml
          testParcialXML.xml
          testParcialFundoXML.xml
          testMistaXML.xml
          testIsentoXML.xml
          testIsentoSuspensaoXML.xml
          testIsentoNaoTributadoXML.xml
          testIsentoCondicionalXML.xml
          testGenericoXML.xml
          testIntegralFundoXML.xml
          testGenericoReducaoXML.xml
          testGenericoModalidadeXML.xml
          testGenericoMargemXML.xml
          testDiferidoXML.xml
          testDiferidoReducaoXML.xml
          testDiferidoDiferimentoXML.xml
          testCobrancaXML.xml
          testCobradoXML.xml
          testCobradoFundoXML.xml
          testSubstitutoXML.xml
         ipi
         pis
        testIIXML.xml
        testTotalXML.xml
       nota
       pagamento
       produto
       responsavel
       task
        testSituacaoInexistenteReponseSOAP.xml
        testSituacaoCanceladoReponseSOAP.xml
        testSituacaoAutorizadoReponseSOAP.xml
        testReciboSOAP.xml
        testReciboRejeitadoReponseSOAP.xml
        testReciboProcessamentoReponseSOAP.xml
        testReciboAutorizadoReponseSOAP.xml
        testInutilizaSOAP.xml
        testInutilizaRejeicaoReponseSOAP.xml
        testInutilizaInutilizadoReponseSOAP.xml
        testInutilizaInutilizadoProtocolo.xml
        testEventoSOAP.xml
        testEventoRejeitadoReponseSOAP.xml
        testEventoRegistradoReponseSOAP.xml
        testEventoRegistrado.xml
        testAutorizaSOAP.xml
        testAutorizaRejeicaoReponseSOAP.xml
        testAutorizaProcessamentoReponseSOAP.xml
        testAutorizaAutorizadoReponseSOAP.xml
        testSituacaoSOAP.xml
       transportador
       transporte
       volume

src

   NFe

     Common
     Core
       schema
         cancelamento
        procInutNFe_v4.00.xsd
        version.txt
        tiposBasico_v4.00.xsd
        retInutNFe_v4.00.xsd
        retEnviNFe_v4.00.xsd
        retConsStatServ_v4.00.xsd
        retConsSitNFe_v4.00.xsd
        retConsReciNFe_v4.00.xsd
        procNFe_v4.00.xsd
        leiauteNFe_v4.00.xsd
        nfe_v4.00.xsd
        leiauteInutNFe_v4.00.xsd
        leiauteConsStatServ_v4.00.xsd
        leiauteConsSitNFe_v4.00.xsd
        inutNFe_v4.00.xsd
        enviNFe_v4.00.xsd
        consStatServ_v4.00.xsd
        consSitNFe_v4.00.xsd
        consReciNFe_v4.00.xsd
        xmldsig-core-schema_v1.01.xsd
      NFCe.php
      NFe.php
      Nota.php
      SEFAZ.php
     Database
       data
         IBPT
        municipio_ibge_code.json
        servicos.json
        uf_ibge_code.json
      Banco.php
      Estatico.php
      IBPT.php
     Entity
       Transporte
       Imposto
         COFINS
         Fundo
         ICMS
         IPI
         PIS
        II.php
        IPI.php
        Total.php
      Pais.php
      Transporte.php
      Total.php
      Responsavel.php
      Produto.php
      Pessoa.php
      Peso.php
      Municipio.php
      Pagamento.php
      Lacre.php
      Intermediador.php
      Imposto.php
      Estado.php
      Endereco.php
      Emitente.php
      Destinatario.php
      Volume.php
     Exception
     Logger
     Task

   util

    AdapterInterface.php
    XmlseclibsAdapter.php

examples

   nfce_simples

    Gerador.php
    Processador.php
    README.md
    index.php

docs

   certs

    certificado.pfx

   cacert

    ICP-Brasilv5.crt
    README.md
    ac-digital-v1.crt
    ac-digital-v5.crt
    ac-soluti-multipla-v1.crt
    ac-soluti-multipla-v5.crt
    ac-soluti-v1.crt
    ac-soluti-v5.crt
    acserproacfv4.crt
    acserproacfv5.crt
    acserprov3.crt
    append_cert.sh
    cacert.pem
    cacert_mozilla.pem
    icpbrasilv2.crt
    ICP-Brasil.crt
    Autoridade_Certificadora_do_Serpro_Final_SSL.crt
    Autoridade_Certificadora_Serpro_v4.crt
    AC_Prodemge_BR.crt
    ACCertisignG6_v2.crt
    ACPRODEMGERFBG4.crt
    ACREDEIDEIARFB.crt
    ACSecretariadaReceitaFederaldoBrasilv4.crt
    AC_Certisign_G7.crt
    AC_Certisign_Multipla_SSL.crt
    AC_Prodemge_MG.crt
    Autoridade_Certificadora_Raiz_Brasileira_v10.crt
    AC_Prodemge_MG_v2.crt
    AC_Prodemge_RFB.crt
    AC_Prodemge_SSL.crt
    AC_Prodemge_SSL_v2.crt
    AC_SOLUTI_SSL_EV.crt
    AC_Secretaria_da_Receita_Federal_do_Brasil_v3.crt
    list_dates.sh
  exakat-php-static-analysis-tools- A reviewed list of useful PHP static analysis tools.url
  ericmaicon-nfe- Projeto em PHP que contempla a criação do arquivo XML, assinatura, Validação do XSD e Envio para o SEFAZ de NFE (Nota fiscal Eletrônica)-.url
  contingencia_offline.png
  XML Editor-Viewer Online - xmlGrid.net.url
  WebServices Oficial.txt
  Validador NF-e TecnoSpeed.url
  Tabela cStat.txt
  Tabela Códigos de NCM.url
  Preenchimento_NFC-e_RJ.pdf
  Painel de Monitoramento de Autorizadores de NFC-e.url
  Manual_de_especificacoes_tecnicas_da_Contingencia_Off-line_versao_2.0.pdf
  Manual_de_Especificações_Técnicas_do_DANFE_NFC-e_QR_Code - Versão 5.1.pdf
  Manual_Integracao_Contribuinte_4.01-NT2009.006.pdf
  Manual de integração de olho no imposto.pdf
  GitHub - robrichards-xmlseclibs- A PHP library for XML Security.url
  GitHub - Maks3w-xmldsig- PHP Implementation of XML Digital Signature recomendation.url
  Gerar XML da NF-e - Guia de Uso da NFe_Util.url
  regex.txt

utils

   template

     api
  update_IBPT.php
  update_IBPT.bat
  run_phploc.bat
  pfx_to_pem.bat
  openssl.exe
  mess_detector.bat
  generate_doc.bat
  esboco.json
  copy_paste_detector.bat
  config.properties
  classes_base.sql
  classes_base.mwb
  atualiza_servicos.sh
  atualiza_servicos.php
  atualiza_servicos.bat
  SQLtoClass.jar
  update_IBPT.sh

.vscode

  launch.json
  settings.json

.github

   workflows

    ci.yml
LICENSE.txt
Makefile
composer.json
composer.lock
.scrutinizer.yml
.gitignore
phpstan.neon
phpunit.xml
.gitattributes
README.md