![Scrutinizer Code Quality] (https://scrutinizer-ci.com/g/avoo/SerializerTranslationBundle/badges/quality-score.png?b=master) ![Build Status] (https://scrutinizer-ci.com/g/avoo/SerializerTranslationBundle/badges/build.png?b=master) ![Latest Stable Version] (https://poser.pugx.org/avoo/serializer-translation-bundle/v/stable.svg) ![License] (https://poser.pugx.org/avoo/serializer-translation-bundle/license.svg)
This bundle integrates SerializerTranslation
Require avoo/serializer-translation-bundle
into your composer.json
file:
{
"require": {
"avoo/serializer-translation-bundle": "@dev-master"
}
}
Register the bundle in app/AppKernel.php
:
// app/AppKernel.php
public function registerBundles()
{
return array(
// ...
new Avoo\SerializerTranslationBundle\AvooSerializerTranslationBundle(),
);
}
This bundle integrates SerializerTranslation, translate properties from JMS serializer see Serializer translation documentation for more details
- Jérémy Jégou jejeavo@gmail.com
This bundle is released under the MIT license. See the complete license in the bundle: