lephare / doctrine-json-translation
Store your translations in JSON and use them with Doctrine
Package info
github.com/le-phare/doctrine-json-translation
pkg:composer/lephare/doctrine-json-translation
v2.0.0
2026-03-09 14:23 UTC
Requires
- php: ^8.2
- doctrine/dbal: ^3.0|^4.0
- symfony/form: ^7.4|^8.0
- symfony/options-resolver: ^7.4|^8.0
- symfony/validator: ^7.4|^8.0
Requires (Dev)
- ekino/phpstan-banned-code: ^3.0
- friendsofphp/php-cs-fixer: ^3.91
- kubawerlos/php-cs-fixer-custom-fixers: ^3.35
- phpstan/phpstan: ^2.1
README
Table of Contents
Features
- Doctrine type to store translations in multiple locales in JSON format
- Symfony form type to edit translations
Installation
composer require lephare/doctrine-json-translation
Usage
See DoctrineJsonTranslationBundle for Symfony integration.