Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 686 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 686 Bytes

Nebbiolo DTOs

CircleCI

This repo contains the data transfer objects used by Nebbiolo to handle Brazilian electronic invoices (NF-e)

If your application talks with a Nebbiolo service then you can use this code carry data in your application (also to create requests).

Installation

Edit your composer.json:

"require": {
    "evino/nebbiolo-dto": "dev-master"
},
"repositories": [
    {
        "type": "vcs",
        "url": "git@github.com:Evino/nebbiolo-dto.git"
    }
]

Run:

composer install

Running Tests

composer test