PHPackages                             jplarar/enviapaqueteria-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/enviapaqueteria-bundle

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

jplarar/enviapaqueteria-bundle
==============================

A simple Symfony2 bundle for Envia API.

2.1.0(5y ago)01071MITPHPPHP &gt;=5.5CI failing

Since Nov 1Pushed 5y ago1 watchersCompare

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

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

JplararEnviapaqueteriaBundle
============================

[](#jplararenviapaqueteriabundle)

A simple Symfony2 bundle for the API for Envia Paqueteria API.

Setup
-----

[](#setup)

### Step 1: Download JplararEnviapaqueteriaBundle using composer

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

Add SES Bundle in your composer.json:

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

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

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

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
