PHPackages                             dlinsmeyer/api-response-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. dlinsmeyer/api-response-bundle

ActiveLibrary[API Development](/categories/api)

dlinsmeyer/api-response-bundle
==============================

A Symfony2 bundle for making maintainable API responses easier to build.

v0.0.1(11y ago)31.5k2[2 issues](https://github.com/douglaslinsmeyer/api-response-bundle/issues)MITPHPPHP &gt;=5.3.2

Since Aug 12Pushed 11y ago1 watchersCompare

[ Source](https://github.com/douglaslinsmeyer/api-response-bundle)[ Packagist](https://packagist.org/packages/dlinsmeyer/api-response-bundle)[ RSS](/packages/dlinsmeyer-api-response-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

Symfony2 API Response Bundle
============================

[](#symfony2-api-response-bundle)

1. Installation

---

To install the API bundle with Composer just add the following to your `composer.json` file:

```
// composer.json
{
    // ...
    require: {
        // ...
        "dlinsmeyer/api-response-bundle": "dev-master"
    }
}
```

```
$ php composer.phar update
```

Now, Composer will automatically download all required files, and install them for you. All that is left to do is to update your `AppKernel.php` file, and register the new bundle:

```
