Translate your doctrine objects easily with some helps
Branch | Tools |
---|---|
2.x | |
3.x (master) |
Check out the documentation on the official website.
0.x
&1.x
are old versions not maintained anymore.2.x
is an old version with low requirements (PHP5.4+/7+, Symfony2.3+/3.0+/4.0+). It is compatible with Gedmo, KnpLabs, A2lix and Prezent3.x
is a rethinked version that depends on AutoFormBundle and has higher requirements (PHP7.2+, Symfony3.4+/4.3+/5.0+). It is compatible with KnpLabs, A2lix and Prezent
docker run --rm --interactive --tty --volume $PWD:/app --user $(id -u):$(id -g) composer install --ignore-platform-reqs
docker run --rm --interactive --tty --volume $PWD:/app --user $(id -u):$(id -g) composer run-script phpunit
docker run --rm --interactive --tty --volume $PWD:/app --user $(id -u):$(id -g) composer run-script cs-fixer
This package is available under the MIT license.