Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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