Download the PHP package kmergen/doctrine-translatable without Composer
On this page you can find all versions of the php package kmergen/doctrine-translatable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kmergen/doctrine-translatable
More information about kmergen/doctrine-translatable
Files in kmergen/doctrine-translatable
Package doctrine-translatable
Short Description Doctrine Translatable Bundle
License MIT
Informations about the package doctrine-translatable
Doctrine Translatable for Symfony
This symfony bundle provides a behavior to translate Doctrine entities in Symfony. This bundle is compatible with Symfony versions equal or greater Symfony 7.0.
For other Symfony versions you should consider to use the DoctrineBehaviors bundle.
It currently handles:
- Translatable
Install
Usage
All you have to do is to define a Doctrine entity:
- implemented interface
- add a trait
For further informations how to use it, you can also look the documentation of DoctrineBehaviors bundle.
Credits
This bundle is highly inspired by the excellent work of Knplaps on its bundle:
In fact, we have used some of its processes, commands, views, and some of its attribute names to somehow standardize the bundle and make it easier for us to build our own bundle for Symfony.
All versions of doctrine-translatable with dependencies
doctrine/common Version ^3.3
doctrine/persistence Version ^2.5|^3.0
doctrine/dbal Version ^3.3
doctrine/orm Version ^3.0
doctrine/doctrine-bundle Version ^2.6
symfony/cache Version ^5.4|^6.0
symfony/dependency-injection Version ^5.4|^6.0
symfony/http-kernel Version ^5.4|^6.0
symfony/security-core Version ^5.4|^6.0
symfony/framework-bundle Version ^5.4|^6.0
symfony/string Version ^5.4|^6.0
symfony/translation-contracts Version ^2.4|^3.0
nette/utils Version ^3.2
ramsey/uuid Version ^4.2