avoo/serializer-translation-bundle

Translation bundle for JMS Serializer

Installs: 15 682

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 6

Open Issues: 1

Type:symfony-bundle

0.1.2 2015-06-02 09:47 UTC

This package is not auto-updated.

Last update: 2024-04-13 13:36:12 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) 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