Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bfgasparin/nfeeasy-php56
NFeEasy fork for php 5.6
https://github.com/bfgasparin/nfeeasy-php56
nfe php
Last synced: about 2 months ago
JSON representation
NFeEasy fork for php 5.6
- Host: GitHub
- URL: https://github.com/bfgasparin/nfeeasy-php56
- Owner: bfgasparin
- License: mit
- Created: 2016-12-26T16:09:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-04T16:12:26.000Z (about 8 years ago)
- Last Synced: 2024-04-07T13:03:37.017Z (9 months ago)
- Topics: nfe, php
- Language: PHP
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NFeEasy for PHP 5.6
## About
**NFeEasy for PHP 5.6** is a [NfeEasy][1] fork to work on php 5.6.
## Instalation
### Composer
You and install via composer:
$ composer require nfe-easy/nfe-easy-php56
and use composer autoload:
```php
require_once('vendor/autoload.php');
```### Manual Instalation
If you don't want to use Composer, download the latest version of NefEasy and include the `init.php` file:
```php
require_once('/path/to/nfeasy/init.php');
```You will also need to download the **NfeEasy for PHP 5.6** php dependencies and
autoload then manually. See `composer.json` to see **NfeEasy for PHP 5.6**
dependencies.### How to use
Click [here][1] to see the original NefEasy package.
[1]: https://github.com/bfgasparin/NFeEasy