avoo/serializer-translation-bundle
[![Scrutinizer Code Quality]
(https://scrutinizer-ci.com/g/avoo/SerializerTranslationBundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/avoo/SerializerTranslationBundle/?branch=master)
[![Build Status]
(https://scrutinizer-ci.com/g/avoo/SerializerTranslationBundle/badges/build.png?b=master)](https://scrutinizer-ci.com/g/avoo/SerializerTranslationBundle/build-status/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
This bundle is released under the MIT license. See the complete license in the bundle:
How can I help you explore Laravel packages today?