andyhobbs / gedmo-translation-form-bundle
Translate your doctrine objects easily with some helps
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
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: 2025-03-06 07:41:00 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