nfe-easy/nfe-easy-php56

NfeEasy Fork to manage NFe resources on php 5.6

dev-master 2017-01-04 16:12 UTC

This package is auto-updated.

Last update: 2024-05-05 09:12:55 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.