# A2lix Translation Form Bundle

Translate your doctrine objects easily with some helps

[![Latest Stable Version](https://poser.pugx.org/a2lix/translation-form-bundle/v/stable)](https://packagist.org/packages/a2lix/translation-form-bundle)
[![Latest Unstable Version](https://poser.pugx.org/a2lix/translation-form-bundle/v/unstable)](https://packagist.org/packages/a2lix/translation-form-bundle)
[![License](https://poser.pugx.org/a2lix/translation-form-bundle/license)](https://packagist.org/packages/a2lix/translation-form-bundle)

[![Total Downloads](https://poser.pugx.org/a2lix/translation-form-bundle/downloads)](https://packagist.org/packages/a2lix/translation-form-bundle)
[![Monthly Downloads](https://poser.pugx.org/a2lix/translation-form-bundle/d/monthly)](https://packagist.org/packages/a2lix/translation-form-bundle)
[![Daily Downloads](https://poser.pugx.org/a2lix/translation-form-bundle/d/daily)](https://packagist.org/packages/a2lix/translation-form-bundle)

| Branch | Tools |
| --- | --- |
| 2.x | [![Build Status][travis_stable_badge]][travis_stable_link] [![Coverage Status][coveralls_stable_badge]][coveralls_stable_link] [![Scrutinizer Status][scrutinizer_stable_badge]][scrutinizer_stable_link] |
| 3.x (master) | [![Build Status](https://travis-ci.org/a2lix/TranslationFormBundle.svg?branch=master)](https://travis-ci.org/a2lix/TranslationFormBundle)  [![Code Coverage](https://scrutinizer-ci.com/g/a2lix/TranslationFormBundle/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/a2lix/TranslationFormBundle/?branch=master) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/a2lix/TranslationFormBundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/a2lix/TranslationFormBundle/?branch=master) [![SensioLabsInsight](https://insight.sensiolabs.com/projects/64aee70e-7b00-406f-8648-f7ea66e29f80/mini.png)](https://insight.sensiolabs.com/projects/64aee70e-7b00-406f-8648-f7ea66e29f80) |

## Documentation

Check out the documentation on the [official website](http://a2lix.fr/bundles/translation-form).

## Support

* `0.x` & `1.x` are old versions not maintained anymore.
* `2.x` is a stable version with low requirements (PHP5.4+/7+, Symfony2.3+/3.0+/4.0+). It is compatible with [Gedmo](https://github.com/Atlantic18/DoctrineExtensions/blob/master/doc/translatable.md), [KnpLabs](https://github.com/KnpLabs/DoctrineBehaviors#translatable), [A2lix](https://github.com/a2lix/I18nDoctrineBundle) and [Prezent](https://github.com/Prezent/doctrine-translatable-bundle)
* `3.x` is the new and rethink version that uses [AutoFormBundle](https://github.com/a2lix/AutoFormBundle) and has higher requirements (PHP7.1+, Symfony3.4+/4+). It is compatible with [KnpLabs](https://github.com/KnpLabs/DoctrineBehaviors#translatable), [A2lix](https://github.com/a2lix/I18nDoctrineBundle) and [Prezent](https://github.com/Prezent/doctrine-translatable-bundle)

For general support and questions, and if you think you found a bug or you have a feature idea to propose, feel free to open an issue **after looking** at the [contributing guide](CONTRIBUTING.md).

## License

This package is available under the [MIT license](LICENSE).

[travis_stable_badge]: https://travis-ci.org/a2lix/TranslationFormBundle.svg?branch=2.x
[travis_stable_link]: https://travis-ci.org/a2lix/TranslationFormBundle

[coveralls_stable_badge]: https://coveralls.io/repos/github/a2lix/TranslationFormBundle/badge.svg?branch=2.x
[coveralls_stable_link]: https://coveralls.io/github/a2lix/TranslationFormBundle?branch=2.x

[scrutinizer_stable_badge]: https://scrutinizer-ci.com/g/a2lix/TranslationFormBundle/badges/quality-score.png?b=2.x
[scrutinizer_stable_link]: https://scrutinizer-ci.com/g/a2lix/TranslationFormBundle/?branch=2.x
