nfe-easy / nfe-easy-php56
NfeEasy Fork to manage NFe resources on php 5.6
dev-master
2017-01-04 16:12 UTC
Requires
- php: >=5.6.0
- illuminate/support: ^5.3
- lightools/xml: ^1.0
Requires (Dev)
- phpunit/phpunit: ^5.7
This package is auto-updated.
Last update: 2024-11-05 10:08:33 UTC
README
About
NFeEasy for PHP 5.6 is a NfeEasy 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:
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:
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 to see the original NefEasy package.