PHPackages                             jplarar/facturama-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. jplarar/facturama-bundle

ActiveSymfony-bundle[API Development](/categories/api)

jplarar/facturama-bundle
========================

A simple Symfony2+ bundle for the API for Facturama.

2.1.1(3y ago)030MITPHPPHP &gt;=5.6CI failing

Since Jun 24Pushed 3y ago1 watchersCompare

[ Source](https://github.com/jplarar/FacturamaBundle)[ Packagist](https://packagist.org/packages/jplarar/facturama-bundle)[ Docs](https://github.com/jplarar/FacturamaBundle)[ RSS](/packages/jplarar-facturama-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (9)Versions (9)Used By (0)

JplararFacturamaBundle
======================

[](#jplararfacturamabundle)

A simple Symfony2 bundle for the API for AWS Facturama.

Setup
-----

[](#setup)

### Step 1: Download JplararFacturamaBundle using composer

[](#step-1-download-jplararfacturamabundle-using-composer)

Add Facturama Bundle in your composer.json:

```
{
    "require": {
        "jplarar/facturama-bundle": "dev-master"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update "jplarar/facturama-bundle"
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
