Skip to content

SerializerTranslationBundle is a simply translator based on jms serializer

License

Notifications You must be signed in to change notification settings

avoo/SerializerTranslationBundle

Repository files navigation

SerializerTranslationBundle

![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) Total Downloads ![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

License

This bundle is released under the MIT license. See the complete license in the bundle:

License

About

SerializerTranslationBundle is a simply translator based on jms serializer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages