PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Fernando Friedrich   Nfse ISSNet   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Nfse ISSNet
Issue fiscal documents for services paid in Brazil
Author: By
Last change:
Date: 1 year ago
Size: 642 bytes
 

Contents

Class file image Download
{ "name": "hadder/nfse-issnet", "description": "Pacote para geração de NFSe ISSNET usando componentes NFePHP (https://github.com/nfephp-org)", "keywords": [ "hadder", "rainart", "fernando friedrich", "nfse-issnet", "nfse", "issnet" ], "license": "MIT", "authors": [ { "name": "Fernando Friedrich", "email": "hadder@gmail.com" } ], "minimum-stability": "dev", "require": { "php": "^7.1.3", "nesbot/carbon": "^2", "nfephp-org/sped-common": "^5.0", "respect/validation": "^1.1" }, "autoload": { "psr-4": { "HaDDeR\\NfseIssnet\\": "src/" } } }