avoo / serializer-translation-bundle
Translation bundle for JMS Serializer
Installs: 15 684
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 6
Open Issues: 1
Type:symfony-bundle
Requires
- php: >=5.3.3
- avoo/serializer-translation: 0.1.*
- jms/serializer-bundle: ~0.13
Requires (Dev)
This package is not auto-updated.
Last update: 2024-11-09 16:37:36 UTC
README
![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
Installation
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(), ); }
Documentation
This bundle integrates SerializerTranslation, translate properties from JMS serializer see Serializer translation documentation for more details
Credits
- Jérémy Jégou jejeavo@gmail.com
License
This bundle is released under the MIT license. See the complete license in the bundle: