PHPackages                             itr/responsebuilder-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. itr/responsebuilder-bundle

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

itr/responsebuilder-bundle
==========================

Allows you easily create JSON/XML API response from the different types of objects.

028PHP

Since Nov 16Pushed 12y ago2 watchersCompare

[ Source](https://github.com/itrdev/responsebuilder-bundle)[ Packagist](https://packagist.org/packages/itr/responsebuilder-bundle)[ RSS](/packages/itr-responsebuilder-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

API Response Builder Bundle
===========================

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

Symfony bundle that allows you easily create JSON/XML API response from the different types of objects.

Getting Started
===============

[](#getting-started)

### Composer

[](#composer)

The best way to install ResponseBuilderBundle is through [Composer](http://getcomposer.org).

- Add `itr/responsebuilder-bundle` as a dependency in your project's `composer.json` file:

```
{
    "require": {
        "itr/responsebuilder-bundle": "dev-master"
    }
}
```

- Install your dependencies:

```
$ php composer.phar update itr/responsebuilder-bundle
```

- Enable the bundle

```
