Skip to content

Commit

Permalink
Added Envio, Consulta and Cancelar methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
PauloAK committed Feb 15, 2023
1 parent 0aab9bf commit fcf3583
Show file tree
Hide file tree
Showing 20 changed files with 1,804 additions and 218 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
vendor
certificate.pfx
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "pauloak/nfse-lajeado",
"description": "Package used to create NFSE on Lajeado city.",
"description": "Package used to create NFSE on Lajeado-RS.",
"type": "library",
"require": {
"php": ">=7",
"guzzlehttp/guzzle": "^7.5"
"guzzlehttp/guzzle": "^7.5",
"spatie/array-to-xml": "^3.1",
"nfephp-org/sped-common": "^5.1"
},
"license": "MIT",
"autoload": {
Expand Down
Loading

0 comments on commit fcf3583

Please sign in to comment.