2017 © Pedro Peláez
 

library nfe-easy-php56

NfeEasy Fork to manage NFe resources on php 5.6

image

nfe-easy/nfe-easy-php56

NfeEasy Fork to manage NFe resources on php 5.6

  • Wednesday, January 4, 2017
  • by bfgasparin
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

NFeEasy for PHP 5.6

About

NFeEasy for PHP 5.6 is a [NfeEasy][1] fork to work on php 5.6., (*1)

Instalation

Composer

You and install via composer:, (*2)

$ composer require nfe-easy/nfe-easy-php56

and use composer autoload:, (*3)

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:, (*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)

How to use

Click [here][1] to see the original NefEasy package., (*6)

The Versions

04/01 2017

dev-master

9999999-dev

NfeEasy Fork to manage NFe resources on php 5.6

  Sources   Download

MIT

The Requires

 

The Development Requires

by Bruno Ferme Gasparin