dev-master
9999999-devNfeEasy Fork to manage NFe resources on php 5.6
MIT
The Requires
- lightools/xml ^1.0
- illuminate/support ^5.3
- php >=5.6.0
The Development Requires
by Bruno Ferme Gasparin
Wallogit.com
2017 © Pedro Peláez
NfeEasy Fork to manage NFe resources on php 5.6
NFeEasy for PHP 5.6 is a [NfeEasy][1] fork to work on php 5.6., (*1)
You and install via composer:, (*2)
$ composer require nfe-easy/nfe-easy-php56
and use composer autoload:, (*3)
require_once('vendor/autoload.php');
If you don't want to use Composer, download the latest version of NefEasy and include the init.php file:, (*4)
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., (*5)
Click [here][1] to see the original NefEasy package., (*6)
NfeEasy Fork to manage NFe resources on php 5.6
MIT