PHPackages                             pulpmedia/serialized-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. pulpmedia/serialized-response-bundle

ActiveSymfony-bundle

pulpmedia/serialized-response-bundle
====================================

A simple bundle to provide an easy way to send out json/xml/yaml responses of serialized objects with annotations.

581PHP

Since Aug 3Pushed 11y ago3 watchersCompare

[ Source](https://github.com/Pulpmedia/SerializedResponseBundle)[ Packagist](https://packagist.org/packages/pulpmedia/serialized-response-bundle)[ RSS](/packages/pulpmedia-serialized-response-bundle/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

SerializedResponseBundle
========================

[](#serializedresponsebundle)

A simple bundle to provide an easy way to send out json/xml/yaml responses of serialized objects with annotations.

\##Introduction This Bundle allows you to directly return serializable objects as from within a controller to receive a serialized response in json/xml/yaml format. It requires `jms/serializer-bundle`.

\##Installation ###Step 1 This library can be easily installed via composer

composer pulpmedia/serialized-response-bundle

or just add it to your composer.json file directly. This will install the **pulpmedia/serialized-response-bundle** and **jms/serializer** if not already installed.

\###Step 2 Enable the bundle in the kernel:

```
