andyhobbs / gedmo-translation-form-bundle
Translate your doctrine objects easily with some helps
Package info
github.com/andyhobbs/gedmo-translation-form-bundle
Type:symfony-bundle
pkg:composer/andyhobbs/gedmo-translation-form-bundle
1.0
2021-09-22 15:17 UTC
Requires
- php: >=7.2
- symfony/config: ^3.4.30|^4.3|^5.0
- symfony/dependency-injection: ^3.4.30|^4.3|^5.0
- symfony/event-dispatcher: ^3.4.30|^4.3|^5.0
- symfony/form: ^3.4.30|^4.3|^5.0
- symfony/http-foundation: ^3.4.30|^4.3|^5.0
- symfony/http-kernel: ^3.4.30|^4.3|^5.0
- symfony/options-resolver: ^3.4.30|^4.3|^5.0
Suggests
- a2lix/i18n-doctrine-bundle: For A2lix strategy
- stof/doctrine-extensions-bundle: For Gedmo strategy
This package is not auto-updated.
Last update: 2026-03-05 12:20:29 UTC
README
What does this bundle?
It's a fork a2lix/TranslationFormBundle version 1.* but supports only Gedmo Translatable Entity
Offers the possibility to easily manage the translatable fields of your entity with a new form type: 'GedmoTranslationsType::class'.
Requirements
- Symfony 4+
- StofDoctrineExtensionsBundle