├── .gitignore ├── CHANGELOG.md ├── CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── MODELAGEM.md ├── README.md ├── VERSION.txt ├── bootstrap.php ├── composer.json ├── composer.lock ├── examples ├── Abrasf │ ├── .gitkeep │ ├── SJBoaVista │ │ ├── testCancelarNfse.php │ │ ├── testConsultarLoteRps.php │ │ ├── testConsultarNfse.php │ │ ├── testConsultarNfsePorRps.php │ │ ├── testConsultarSituacaoLoteRps.php │ │ └── testEnvioRps.php │ └── SJP │ │ ├── ConsultarNfsePorRps.php │ │ ├── testCancelarNfse.php │ │ ├── testConsultarLoteRps.php │ │ ├── testConsultarNfse.php │ │ ├── testConsultarSituacaoLoteRps.php │ │ └── testEnvioRps.php ├── Betha │ ├── testCancelarNfse.php │ ├── testConsultarLoteRps.php │ ├── testConsultarNfsePorFaixa.php │ ├── testConsultarNfsePorRps.php │ ├── testConsultarNfseServicoPrestado.php │ ├── testConsultarNfseServicoTomado.php │ ├── testEnvioRps.php │ ├── testEnvioRpsSincrono.php │ └── testGerarNfseRps.php ├── Dsfnet │ └── .gitkeep ├── Ginfes │ └── .gitkeep ├── IPM │ ├── testCancelarNota.php │ ├── testConsultarNotas.php │ ├── testGerarNota.php │ └── testSolicitarCancelamento.php ├── Infisc │ ├── testEnvio.php │ ├── testPedidoCancelaNFSe.php │ ├── testPedidoNFSe.php │ ├── testPedidoNFSePDF.php │ └── testPedidoStatusLote.php ├── Prodam │ ├── testTesteEnvioLoteRPS.php │ ├── testeCancelamentoNFSe.php │ ├── testeConsultaCNPJ.php │ ├── testeConsultaInformacoesLote.php │ ├── testeConsultaLote.php │ ├── testeConsultaNFSe.php │ ├── testeConsultaNFSeEmitidas.php │ └── testeConsultaNFSeRecebidas.php ├── Publica │ ├── testCancelarNota.php │ ├── testCartaCorrecaoNfseEnvio.php │ ├── testConsultarLoteRps.php │ ├── testConsultarNfsePorFaixa.php │ ├── testConsultarNfsePorRps.php │ ├── testConsultarNfseRecebida.php │ ├── testConsultarSituacaoLoteRps.php │ ├── testGerarNfse.php │ └── testRecepcionarLoteRps.php ├── SIGISS │ ├── .gitkeep │ ├── GovernadorValadares │ │ └── testGerarNota.php │ └── Londrina │ │ ├── testCancelarNfse.php │ │ ├── testConsultarCadastro.php │ │ ├── testConsultarNfse.php │ │ ├── testConsultarRps.php │ │ └── testGerarNota.php └── issnet │ ├── testCancelarNfse.php │ ├── testConsultarLoteRps.php │ ├── testConsultarNfse.php │ ├── testConsultarSituacaoLoteRps.php │ └── testEnvioRps.php ├── phpunit.xml.dist ├── schemes ├── Counties │ └── M4106902 │ │ └── v100 │ │ ├── nfse_v100.xsd │ │ └── xmldsig-core-schema20020212.xsd ├── Infisc │ └── v01 │ │ ├── SchemaCaxias-NFSe.xsd │ │ └── xmldsig-core-schema_v1.01.xsd └── Models │ ├── Abaco │ └── v2010 │ │ ├── nfse_v2010.xsd │ │ └── xmldsig-core-schema20020212.xsd │ ├── Abrasf │ ├── SJP │ │ └── v300 │ │ │ ├── cabecalho_v03.xsd │ │ │ ├── servico_cancelar_nfse_envio_v03.xsd │ │ │ ├── servico_cancelar_nfse_resposta_v03.xsd │ │ │ ├── servico_consultar_lote_rps_envio_v03.xsd │ │ │ ├── servico_consultar_lote_rps_resposta_v03.xsd │ │ │ ├── servico_consultar_nfse_envio_v03.xsd │ │ │ ├── servico_consultar_nfse_resposta_v03.xsd │ │ │ ├── servico_consultar_nfse_rps_envio_v03.xsd │ │ │ ├── servico_consultar_nfse_rps_resposta_v03.xsd │ │ │ ├── servico_consultar_situacao_lote_rps_envio_v03.xsd │ │ │ ├── servico_consultar_situacao_lote_rps_resposta_v03.xsd │ │ │ ├── servico_enviar_lote_rps_envio_v03.xsd │ │ │ ├── servico_enviar_lote_rps_resposta_v03.xsd │ │ │ ├── tipos_v03.xsd │ │ │ └── xmldsig-core-schema20020212_v03.xsd │ ├── v100 │ │ ├── nfse_v100.xsd │ │ └── xmldsig-core-schema20020212.xsd │ ├── v201 │ │ ├── nfse_v201.xsd │ │ └── xmldsig-core-schema20020212.xsd │ ├── v202 │ │ ├── nfse_v202.xsd │ │ └── xmldsig-core-schema20020212.xsd │ └── v203 │ │ ├── nfse_v203.xsd │ │ └── xmldsig-core-schema20020212.xsd │ ├── BHISS │ └── v100 │ │ ├── nfse_v100.xsd │ │ └── xmldsig-core-schema20020212.xsd │ ├── Betha │ └── v202 │ │ ├── nfse_v202.xsd │ │ └── xmldsig-core-schema20020212.xsd │ ├── Dsfnet │ ├── v01 │ │ ├── ConsultaSeqRps.xsd │ │ ├── ReqCancelamentoNFSe.xsd │ │ ├── ReqConsultaLote.xsd │ │ ├── ReqConsultaNFSeRPS.xsd │ │ ├── ReqConsultaNotas.xsd │ │ ├── ReqEnvioLoteRPS.xsd │ │ ├── RetornoCancelamentoNFSe.xsd │ │ ├── RetornoConsultaLote.xsd │ │ ├── RetornoConsultaNFSeRPS.xsd │ │ ├── RetornoConsultaNotas.xsd │ │ ├── RetornoConsultaSeqRps.xsd │ │ ├── RetornoEnvioLoteRPS.xsd │ │ ├── Tipos.xsd │ │ ├── vssver.scc │ │ └── xmldsig-core-schema_v1.01.xsd │ └── vx1 │ │ ├── ConsultaSeqRps.xsd │ │ ├── ReqCancelamentoNFSe.xsd │ │ ├── ReqConsultaLote.xsd │ │ ├── ReqConsultaNFSeRPS.xsd │ │ ├── ReqConsultaNotas.xsd │ │ ├── ReqEnvioLoteRPS.xsd │ │ ├── RetornoCancelamentoNFSe.xsd │ │ ├── RetornoConsultaLote.xsd │ │ ├── RetornoConsultaNFSeRPS.xsd │ │ ├── RetornoConsultaNotas.xsd │ │ ├── RetornoConsultaSeqRps.xsd │ │ ├── RetornoEnvioLoteRPS.xsd │ │ ├── Tipos.xsd │ │ └── xmldsig-core-schema_v1.01.xsd │ ├── Ginfes │ ├── cabecalho_v03.xsd │ ├── servico_cancelar_nfse_envio_v03.xsd │ ├── servico_cancelar_nfse_resposta_v03.xsd │ ├── servico_consultar_lote_rps_envio_v03.xsd │ ├── servico_consultar_lote_rps_resposta_v03.xsd │ ├── servico_consultar_nfse_envio_v03.xsd │ ├── servico_consultar_nfse_resposta_v03.xsd │ ├── servico_consultar_nfse_rps_envio_v03.xsd │ ├── servico_consultar_nfse_rps_resposta_v03.xsd │ ├── servico_consultar_situacao_lote_rps_envio_v03.xsd │ ├── servico_consultar_situacao_lote_rps_resposta_v03.xsd │ ├── servico_enviar_lote_rps_envio_v03.xsd │ ├── servico_enviar_lote_rps_resposta_v03.xsd │ ├── tipos_v03.xsd │ └── xmldsig-core-schema20020212_v03.xsd │ ├── Goiania │ └── v02 │ │ ├── nfse_v02.xsd │ │ └── xmldsig-core-schema20020212.xsd │ ├── Issnet │ └── v01 │ │ ├── servico_cancelar_nfse_envio.xsd │ │ ├── servico_cancelar_nfse_resposta.xsd │ │ ├── servico_consultar_lote_rps_envio.xsd │ │ ├── servico_consultar_lote_rps_resposta.xsd │ │ ├── servico_consultar_nfse_envio.xsd │ │ ├── servico_consultar_nfse_resposta.xsd │ │ ├── servico_consultar_nfse_rps_envio.xsd │ │ ├── servico_consultar_nfse_rps_resposta.xsd │ │ ├── servico_consultar_situacao_lote_rps_envio.xsd │ │ ├── servico_consultar_situacao_lote_rps_resposta.xsd │ │ ├── servico_consultar_url_visualizacao_nfse_envio.xsd │ │ ├── servico_consultar_url_visualizacao_nfse_serie_envio.xsd │ │ ├── servico_enviar_lote_rps_envio.xsd │ │ ├── servico_enviar_lote_rps_resposta.xsd │ │ ├── tipos_complexos.xsd │ │ ├── tipos_simples.xsd │ │ └── xmldsig-core-schema20020212.xsd │ ├── Prodam │ └── v01 │ │ ├── PedidoCancelamentoLote_v01.xsd │ │ ├── PedidoCancelamentoNFe_v01.xsd │ │ ├── PedidoConsultaCNPJ_v01.xsd │ │ ├── PedidoConsultaLote_v01.xsd │ │ ├── PedidoConsultaNFePeriodo_v01.xsd │ │ ├── PedidoConsultaNFe_v01.xsd │ │ ├── PedidoEnvioLoteRPS_v01.xsd │ │ ├── PedidoEnvioRPS_v01.xsd │ │ ├── PedidoInformacoesLote_v01.xsd │ │ ├── RetornoCancelamentoNFe_v01.xsd │ │ ├── RetornoConsultaCNPJ_v01.xsd │ │ ├── RetornoConsulta_v01.xsd │ │ ├── RetornoEnvioLoteRPS_v01.xsd │ │ ├── RetornoEnvioRPS_v01.xsd │ │ ├── RetornoInformacoesLote_v01.xsd │ │ ├── TiposNFe_v01.xsd │ │ └── xmldsig-core-schema_v01.xsd │ ├── Publica │ └── v300 │ │ ├── schema_nfse_v300.xsd │ │ └── xmldsig-core-schema20020212.xsd │ ├── SIGISS │ └── Londrina │ │ └── v103 │ │ └── nfse-londrina-schema-v1_03.xsd │ └── Simpliss │ └── v100 │ ├── nfse_100.xsd │ ├── servico_cancelar_nfse_envio.xsd │ ├── servico_cancelar_nfse_resposta.xsd │ ├── servico_consultar_lote_rps_envio.xsd │ ├── servico_consultar_lote_rps_resposta.xsd │ ├── servico_consultar_nfse_envio.xsd │ ├── servico_consultar_nfse_resposta.xsd │ ├── servico_consultar_nfse_rps_envio.xsd │ ├── servico_consultar_nfse_rps_resposta.xsd │ ├── servico_consultar_situacao_lote_rps_envio.xsd │ ├── servico_consultar_situacao_lote_rps_resposta.xsd │ ├── servico_enviar_lote_rps_envio.xsd │ └── servico_enviar_lote_rps_resposta.xsd ├── src ├── Common │ ├── DOMImproved.php │ ├── DateTime.php │ ├── EntitiesCharacters.php │ ├── Factory.php │ ├── Header.php │ ├── Logger.php │ ├── Response.php │ ├── Rps.php │ └── Tools.php ├── Counties │ ├── M1302603 │ │ ├── .Manaus_AM │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M1501402 │ │ ├── .Belem_PA │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M1702109 │ │ ├── .Araguaina_TO │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M2111300 │ │ ├── .Sao_Luis_MA │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M2211001 │ │ ├── .Teresina_PI │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M2927408 │ │ ├── .Salvador_BA │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3106200 │ │ ├── .Belo_Horizonte_MG │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3127701 │ │ ├── .Governador_Valadares_MG │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3131703 │ │ ├── .Itabira_MG │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ ├── SoapCurl.php │ │ └── Tools.php │ ├── M3139607 │ │ ├── .Mantena_MG │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3157203 │ │ ├── .SantaBarbara_MG │ │ ├── Convert.php │ │ ├── RenderRps.php │ │ ├── Response.php │ │ ├── Rps.php │ │ ├── SignerRps.php │ │ ├── SoapCurl.php │ │ ├── Tools.php │ │ └── v203 │ │ │ ├── CancelarNfse.php │ │ │ ├── ConsultarLoteRps.php │ │ │ └── RecepcionarLoteRps.php │ ├── M3169307 │ │ ├── .Tres_Coracoes_MG │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3170206 │ │ ├── .Uberlandia_MG │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3304557 │ │ ├── .Rio_de_Janeiro_RJ │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3502101 │ │ ├── .Andradina_SP │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3502507 │ │ ├── .Aparecida_SP │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3509502 │ │ ├── .Campinas_SP │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3522307 │ │ ├── .Itapetininga_SP │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3524402 │ │ ├── .Jacarei_SP │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3524709 │ │ ├── .Jaguariuna_SP │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3526902 │ │ ├── .Limeira_SP │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3527207 │ │ ├── .Lorena_SP │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3530607 │ │ ├── .Mogi_das_Cruzes_SP │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3541000 │ │ ├── .Praia_Grande_SP │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3543402 │ │ ├── .Ribeirao_Preto_SP │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3549102 │ │ ├── .SaoJoaoBoaVista_MG │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3550308 │ │ ├── .Sao_Paulo_SP │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3551009 │ │ ├── .Sao_Vicente_SP │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3551504 │ │ ├── .Serrana_SP │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M3552205 │ │ ├── .Sorocaba_SP │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M4104808 │ │ ├── .Cascavel_PR │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M4105805 │ │ ├── .Colombo_PR │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M4106902 │ │ ├── .Curitiba_PR │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M4113700 │ │ ├── .Londrina_PR │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ ├── Tools.php │ │ └── v103 │ │ │ ├── CancelarNota.php │ │ │ ├── ConsultarCadastro.php │ │ │ ├── ConsultarNfse.php │ │ │ ├── ConsultarRps.php │ │ │ └── GerarNota.php │ ├── M4115200 │ │ ├── .Maringa_PR │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M4118402 │ │ ├── .Paranavai_PR │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M4125506 │ │ ├── .Sao_Jose_dos_Pinhais_PR │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ ├── SoapCurl.php │ │ ├── Tools.php │ │ └── v300 │ │ │ ├── ConsultarLoteRps.php │ │ │ ├── ConsultarNfse.php │ │ │ ├── ConsultarNfsePorFaixa.php │ │ │ ├── ConsultarNfsePorRps.php │ │ │ ├── ConsultarNfseServicoPrestado.php │ │ │ ├── ConsultarNfseServicoTomado.php │ │ │ ├── ConsultarSituacaoLoteRps.php │ │ │ ├── GerarNfse.php │ │ │ ├── RecepcionarLoteRps.php │ │ │ ├── RecepcionarLoteRpsSincrono.php │ │ │ ├── RenderRps.php │ │ │ ├── Response.php │ │ │ └── SubstituirNfse.php │ ├── M4203006 │ │ ├── .Cacador_SC │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M4216602 │ │ ├── .Sao_Jose_SC │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M4301602 │ │ ├── .Bage_RS │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ ├── SoapCurl.php │ │ └── Tools.php │ ├── M4305108 │ │ ├── .Caxias_do_Sul_RS │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M4306106 │ │ ├── .Cruz_Alta_RS │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M4313409 │ │ ├── .Novo_Hamburgo_RS │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M4314902 │ │ ├── .Porto_Alegre_RS │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M4316907 │ │ ├── .Santa_Maria_RS │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M5002209 │ │ ├── .Bonito_MS │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M5002704 │ │ ├── .Campo_Grande_MS │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M5003702 │ │ ├── .Dourados_MT │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M5005707 │ │ ├── .Navirai_MS │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M5006002 │ │ ├── .Nova_Alvorada_do_Sul_MS │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M5007208 │ │ ├── .Rio_Brilhante_MS │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M5007901 │ │ ├── .Sidrolandia_MS │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M5100250 │ │ ├── .Alta_Floresta_MT │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M5103403 │ │ ├── .Cuiaba_MT │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M5105101 │ │ ├── .Juara_MT │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M5105903 │ │ ├── .Nobres_MT │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M5106232 │ │ ├── .Nova_Olimpia_MT │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M5107925 │ │ ├── .Sorriso_MT │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M5108402 │ │ ├── .Varzea_Grande_MT │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M5201108 │ │ ├── .Anapolis_GO │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── M5201405 │ │ ├── .Aparecida_de_Goiania_GO │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ └── M5208707 │ │ ├── .Goiania_GO │ │ ├── Convert.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php ├── Models │ ├── Abaco │ │ ├── Convert.php │ │ ├── Factories │ │ │ └── v2010 │ │ │ │ ├── ConsultarLoteRps.php │ │ │ │ └── RecepcionarLoteRps.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── Abrasf │ │ ├── Convert.php │ │ ├── Factories │ │ │ ├── CancelarNfse.php │ │ │ ├── ConsultarLoteRps.php │ │ │ ├── ConsultarNfsePorFaixa.php │ │ │ ├── ConsultarNfsePorRps.php │ │ │ ├── ConsultarNfseServicoPrestado.php │ │ │ ├── ConsultarNfseServicoTomado.php │ │ │ ├── Factory.php │ │ │ ├── GerarNfse.php │ │ │ ├── Header.php │ │ │ ├── RecepcionarLoteRps.php │ │ │ ├── RecepcionarLoteRpsSincrono.php │ │ │ ├── Signer.php │ │ │ ├── SignerRps.php │ │ │ ├── SubstituirNfse.php │ │ │ ├── v100 │ │ │ │ ├── ConsultarLoteRps.php │ │ │ │ ├── RecepcionarLoteRps.php │ │ │ │ ├── RenderRps.php │ │ │ │ └── Response.php │ │ │ ├── v200 │ │ │ │ ├── CancelarNfse.php │ │ │ │ ├── ConsultarLoteRps.php │ │ │ │ ├── ConsultarNfsePorFaixa.php │ │ │ │ ├── ConsultarNfsePorRps.php │ │ │ │ ├── ConsultarNfseServicoPrestado.php │ │ │ │ ├── ConsultarNfseServicoTomado.php │ │ │ │ ├── GerarNfse.php │ │ │ │ ├── RecepcionarLoteRps.php │ │ │ │ ├── RecepcionarLoteRpsSincrono.php │ │ │ │ ├── RenderRps.php │ │ │ │ ├── Response.php │ │ │ │ └── SubstituirNfse.php │ │ │ ├── v201 │ │ │ │ ├── CancelarNfse.php │ │ │ │ ├── ConsultarLoteRps.php │ │ │ │ ├── ConsultarNfsePorFaixa.php │ │ │ │ ├── ConsultarNfsePorRps.php │ │ │ │ ├── ConsultarNfseServicoPrestado.php │ │ │ │ ├── ConsultarNfseServicoTomado.php │ │ │ │ ├── GerarNfse.php │ │ │ │ ├── RecepcionarLoteRps.php │ │ │ │ ├── RecepcionarLoteRpsSincrono.php │ │ │ │ ├── RenderRps.php │ │ │ │ ├── Response.php │ │ │ │ └── SubstituirNfse.php │ │ │ ├── v202 │ │ │ │ ├── CancelarNfse.php │ │ │ │ ├── ConsultarLoteRps.php │ │ │ │ ├── ConsultarNfsePorFaixa.php │ │ │ │ ├── ConsultarNfsePorRps.php │ │ │ │ ├── ConsultarNfseServicoPrestado.php │ │ │ │ ├── ConsultarNfseServicoTomado.php │ │ │ │ ├── GerarNfse.php │ │ │ │ ├── RecepcionarLoteRps.php │ │ │ │ ├── RecepcionarLoteRpsSincrono.php │ │ │ │ ├── RenderRps.php │ │ │ │ ├── Response.php │ │ │ │ └── SubstituirNfse.php │ │ │ └── v203 │ │ │ │ ├── CancelarNfse.php │ │ │ │ ├── ConsultarLoteRps.php │ │ │ │ ├── ConsultarNfsePorFaixa.php │ │ │ │ ├── ConsultarNfsePorRps.php │ │ │ │ ├── ConsultarNfseServicoPrestado.php │ │ │ │ ├── ConsultarNfseServicoTomado.php │ │ │ │ ├── GerarNfse.php │ │ │ │ ├── RecepcionarLoteRps.php │ │ │ │ ├── RecepcionarLoteRpsSincrono.php │ │ │ │ ├── RenderRps.php │ │ │ │ ├── Response.php │ │ │ │ └── SubstituirNfse.php │ │ ├── NfseServicoPrestado.php │ │ ├── NfseServicoTomado.php │ │ ├── RenderRps.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── BHISS │ │ ├── Convert.php │ │ ├── Factories │ │ │ ├── SignerRps.php │ │ │ └── v100 │ │ │ │ ├── ConsultarLoteRps.php │ │ │ │ ├── RecepcionarLoteRps.php │ │ │ │ └── RenderRps.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── Betha │ │ ├── Convert.php │ │ ├── Factories │ │ │ └── v202 │ │ │ │ ├── CancelarNfse.php │ │ │ │ ├── ConsultarLoteRps.php │ │ │ │ ├── ConsultarNfsePorFaixa.php │ │ │ │ ├── ConsultarNfsePorRps.php │ │ │ │ ├── ConsultarNfseServicoPrestado.php │ │ │ │ ├── ConsultarNfseServicoTomado.php │ │ │ │ ├── GerarNfse.php │ │ │ │ ├── RecepcionarLoteRps.php │ │ │ │ ├── RecepcionarLoteRpsSincrono.php │ │ │ │ └── RenderRps.php │ │ ├── Factory.php │ │ ├── RecepcionarLoteRps.php │ │ ├── RenderRps.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── Dsfnet │ │ ├── Convert.php │ │ ├── Factories │ │ │ ├── Cancelar.php │ │ │ ├── ConsultarLote.php │ │ │ ├── ConsultarNFSeRps.php │ │ │ ├── ConsultarNota.php │ │ │ ├── ConsultarSequencialRps.php │ │ │ ├── Enviar.php │ │ │ ├── Factory.php │ │ │ └── Header.php │ │ ├── RenderRPS.php │ │ ├── Response.php │ │ ├── Rps.php │ │ ├── SoapCurl.php │ │ └── Tools.php │ ├── ETransparencia │ │ ├── Convert.php │ │ ├── Factories │ │ │ ├── CancelaNotaEletronica.php │ │ │ ├── CancelaNotaEletronicaV3.php │ │ │ ├── ConsultaNotasProtocolo.php │ │ │ ├── ConsultaProtocolo.php │ │ │ ├── ConsultaProtocoloRPS.php │ │ │ ├── Factory.php │ │ │ ├── Header.php │ │ │ ├── ProcessarLoteRPS.php │ │ │ ├── ProcessarRPS.php │ │ │ ├── VerificaLoteRPS.php │ │ │ └── VerificaRPS.php │ │ ├── RenderRps.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── Ginfes │ │ ├── Convert.php │ │ ├── Factories │ │ │ ├── CancelarNfse.php │ │ │ ├── CancelarNfseV3.php │ │ │ ├── ConsultarLoteRps.php │ │ │ ├── ConsultarLoteRpsV3.php │ │ │ ├── ConsultarNfse.php │ │ │ ├── ConsultarNfsePorRps.php │ │ │ ├── ConsultarNfsePorRpsV3.php │ │ │ ├── ConsultarNfseV3.php │ │ │ ├── ConsultarSituacaoLoteRps.php │ │ │ ├── ConsultarSituacaoLoteRpsV3.php │ │ │ ├── Factory.php │ │ │ ├── Header.php │ │ │ ├── RecepcionarLoteRps.php │ │ │ └── RecepcionarLoteRpsV3.php │ │ ├── RenderRps.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── Goiania │ │ ├── Convert.php │ │ ├── Factories │ │ │ └── v02 │ │ │ │ ├── ConsultarLoteRps.php │ │ │ │ ├── GerarNfse.php │ │ │ │ ├── RecepcionarLoteRps.php │ │ │ │ └── RenderRps.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── IPM │ │ ├── CancelarRps.php │ │ ├── Convert.php │ │ ├── Factories │ │ │ ├── Factory.php │ │ │ ├── Signer.php │ │ │ └── v100 │ │ │ │ ├── CancelarNota.php │ │ │ │ ├── ConsultarCidadeSerieNumeroRps.php │ │ │ │ ├── ConsultarCodigoAutenticidade.php │ │ │ │ ├── ConsultarNumeroSerieCadastro.php │ │ │ │ ├── GerarNota.php │ │ │ │ ├── RecepcionarLoteRps.php │ │ │ │ └── SolicitarCancelamentoNota.php │ │ ├── ItensRps.php │ │ ├── Response.php │ │ ├── Rps.php │ │ ├── SoapCurl.php │ │ └── Tools.php │ ├── Infisc │ │ ├── Convert.php │ │ ├── Factories │ │ │ ├── EnviarLoteNotas.php │ │ │ ├── EnvioRPS.php │ │ │ ├── Factory.php │ │ │ ├── Header.php │ │ │ ├── PedidoCancelaNFSe.php │ │ │ ├── PedidoNFSe.php │ │ │ ├── PedidoNFSePDF.php │ │ │ └── PedidoStatusLote.php │ │ ├── RenderRPS.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── Issnet │ │ ├── Convert.php │ │ ├── Factories │ │ │ ├── CancelarNfse.php │ │ │ ├── ConsultarLoteRps.php │ │ │ ├── ConsultarNfse.php │ │ │ ├── ConsultarNfseRps.php │ │ │ ├── ConsultarSituacaoLoteRps.php │ │ │ ├── ConsultarUrlVisualizacaoNfse.php │ │ │ ├── ConsultarUrlVisualizacaoNfseSerie.php │ │ │ ├── EnviarLoteRps.php │ │ │ ├── Factory.php │ │ │ ├── Header.php │ │ │ └── Signer.php │ │ ├── RenderRPS.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── Prodam │ │ ├── Convert.php │ │ ├── Factories │ │ │ ├── CancelamentoNFSe.php │ │ │ ├── ConsultaCNPJ.php │ │ │ ├── ConsultaInformacoesLote.php │ │ │ ├── ConsultaLote.php │ │ │ ├── ConsultaNFSe.php │ │ │ ├── ConsultaNFSePeriodo.php │ │ │ ├── EnvioRPS.php │ │ │ ├── Factory.php │ │ │ ├── Header.php │ │ │ └── TesteEnvioLoteRPS.php │ │ ├── RenderRPS.php │ │ ├── Response.php │ │ ├── Rps.php │ │ └── Tools.php │ ├── Publica │ │ ├── Convert.php │ │ ├── Factories │ │ │ ├── CancelarNfse.php │ │ │ ├── CartaCorrecaoNfseEnvio.php │ │ │ ├── ConsultarLoteRps.php │ │ │ ├── ConsultarNfsePorFaixa.php │ │ │ ├── ConsultarNfsePorRps.php │ │ │ ├── ConsultarNfseServicoPrestado.php │ │ │ ├── ConsultarNfseServicoTomado.php │ │ │ ├── Factory.php │ │ │ ├── GerarNfse.php │ │ │ ├── RecepcionarLoteRps.php │ │ │ ├── Signer.php │ │ │ ├── SignerRps.php │ │ │ └── v300 │ │ │ │ ├── CancelarNfse.php │ │ │ │ ├── CartaCorrecaoNfseEnvio.php │ │ │ │ ├── ConsultarLoteRps.php │ │ │ │ ├── ConsultarNfseFaixa.php │ │ │ │ ├── ConsultarNfsePorRps.php │ │ │ │ ├── ConsultarNfseRecebida.php │ │ │ │ ├── ConsultarNfseServicoPrestado.php │ │ │ │ ├── ConsultarSituacaoLoteRps.php │ │ │ │ ├── GerarNfse.php │ │ │ │ ├── RecepcionarLoteRps.php │ │ │ │ ├── RecepcionarLoteRpsSincrono.php │ │ │ │ ├── RenderRps.php │ │ │ │ ├── Response.php │ │ │ │ └── SubstituirNfse.php │ │ ├── RenderRps.php │ │ ├── Response.php │ │ ├── Rps.php │ │ ├── SoapCurl.php │ │ └── Tools.php │ ├── SIGISS │ │ ├── Convert.php │ │ ├── Factories │ │ │ └── Factory.php │ │ ├── Response.php │ │ ├── Rps.php │ │ ├── SoapCurl.php │ │ └── Tools.php │ ├── Simpliss │ │ ├── Convert.php │ │ ├── Factories │ │ │ ├── Factory.php │ │ │ ├── Signer.php │ │ │ └── v100 │ │ │ │ ├── CancelarNfse.php │ │ │ │ ├── ConsultarLoteRps.php │ │ │ │ ├── ConsultarNfse.php │ │ │ │ ├── ConsultarNfsePorRps.php │ │ │ │ ├── ConsultarSituacaoLoteRps.php │ │ │ │ ├── GerarNfse.php │ │ │ │ └── RecepcionarLoteRps.php │ │ ├── Response.php │ │ ├── Rps.php │ │ ├── SoapCurl.php │ │ └── Tools.php │ └── Smartpd │ │ └── .gitkeep ├── NFSe.php └── NFSeStatic.php └── tests ├── Common ├── EntitiesCharactersTest.php └── FactoryTest.php ├── Models └── Prodam │ ├── ConvertTest.php │ ├── Factories │ ├── CancelamentoNFSeTest.php │ ├── ConsultaCNPJTest.php │ ├── ConsultaInformacoesLoteTest.php │ ├── ConsultaLoteTest.php │ ├── ConsultaNFSePeriodoTest.php │ ├── ConsultaNFSeTest.php │ ├── EnvioRPSTest.php │ ├── FactoryTest.php │ └── RenderRPSTest.php │ ├── ResponseTest.php │ ├── RpsTest.php │ └── ToolsTest.php ├── NFSeTest.php ├── NFSeTestCase.php └── fixtures ├── Prodam ├── LoteRPS2.txt ├── LoteRPS26_fail.txt ├── RetornoConsulta.xml ├── RetornoConsultaCNPJ.xml ├── RetornoEnvioLoteRPS.xml ├── RetornoEnvioRPS.xml ├── response_consultaCnpj.xml ├── response_consultaInformacoesLoteErro.xml ├── response_consultaLoteErro.xml ├── response_consultaNFSe.xml ├── response_consultaNFSeEmitidas.xml ├── response_consultaNFSeRecebidas.xml └── response_retornoCancelamentoNFe.xml └── certs └── certificado_teste.pfx /.gitignore: -------------------------------------------------------------------------------- 1 | /nbproject/private/ 2 | /vendor -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucas-simoes/php-nfse/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucas-simoes/php-nfse/HEAD/CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucas-simoes/php-nfse/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucas-simoes/php-nfse/HEAD/LICENSE -------------------------------------------------------------------------------- /MODELAGEM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucas-simoes/php-nfse/HEAD/MODELAGEM.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucas-simoes/php-nfse/HEAD/README.md -------------------------------------------------------------------------------- /VERSION.txt: -------------------------------------------------------------------------------- 1 | 0.1.x-dev -------------------------------------------------------------------------------- /bootstrap.php: -------------------------------------------------------------------------------- 1 |