PHPackages                             krombox/form-auto-translation-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. krombox/form-auto-translation-bundle

ActiveSymfony-bundle

krombox/form-auto-translation-bundle
====================================

Bundle for autotranslate form fields

0.0.4(10y ago)024MITPHPPHP &gt;=5.4

Since Dec 2Pushed 10y ago1 watchersCompare

[ Source](https://github.com/krombox/FormAutoTranslationBundle)[ Packagist](https://packagist.org/packages/krombox/form-auto-translation-bundle)[ Docs](https://github.com/krombox/FormAutoTranslationBundle)[ RSS](/packages/krombox-form-auto-translation-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (10)Versions (5)Used By (0)

[![Build Status](https://camo.githubusercontent.com/a08d40c9a382cc5867b9ef022f0e1ebfac9e5ccf2e8a8e6169d3d1f22da6dff9/68747470733a2f2f7472617669732d63692e6f72672f6b726f6d626f782f466f726d4175746f5472616e736c6174696f6e42756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/krombox/FormAutoTranslationBundle)

FormAutoTranslationBundle
=========================

[](#formautotranslationbundle)

Add a possibility to autotranslate form fields on button click. New form type: `krombox_auto_translations`.

Requirements
------------

[](#requirements)

- PHP &lt;=5.4
- Symfony 2.3
- [KnpLabs/DoctrineBehaviors](https://github.com/KnpLabs/DoctrineBehaviors)(auto installed from composer)
- [A2lixTranslationFormBundle](https://github.com/a2lix/TranslationFormBundle)(auto installed from composer)
- [MicrosoftTranslatorBundle](https://github.com/matthiasnoback/MicrosoftTranslatorBundle) (auto installed from composer)

Installation
------------

[](#installation)

Add the repository to your composer.json

```
"krombox/form-auto-translation-bundle": "dev-master"

```

Run Composer to install the bundle

```
php composer.phar update krombox/form-auto-translation-bundle

```

Add to AppKernel Register the bundle in `/app/AppKernel.php`:

```
