deadkash / translation-form-bundle
Translate your doctrine objects easily with some helpers
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 138
Type:symfony-bundle
Requires
- php: >=7.2
- a2lix/auto-form-bundle: ^0.2|^0.3|^0.4
- symfony/config: ^3.4.30|^4.3|^5.0|^6.0
- symfony/dependency-injection: ^3.4.30|^4.3|^5.0|^6.0
- symfony/doctrine-bridge: ^3.4.30|^4.3|^5.0|^6.0
- symfony/event-dispatcher: ^3.4.30|^4.3|^5.0|^6.0
- symfony/form: ^3.4.30|^4.3|^5.0|^6.0
- symfony/http-foundation: ^3.4.30|^4.3|^5.0|^6.0
- symfony/http-kernel: ^3.4.30|^4.3|^5.0|^6.0
- symfony/options-resolver: ^3.4.30|^4.3|^5.0|^6.0
Requires (Dev)
- doctrine/orm: ^2.7
- edgedesign/phpqa: ^1.25
- friendsofphp/php-cs-fixer: ^3.4.0
- knplabs/doctrine-behaviors: ^2.0
- matthiasnoback/symfony-dependency-injection-test: ^4.3
- phpstan/phpstan: ^1.2.0
- symfony/cache: ^5.4
- symfony/phpunit-bridge: ^6.0
- symfony/validator: ^3.4.30|^4.3|^5.0|^6.0
- vimeo/psalm: ^4.15
Suggests
- knplabs/doctrine-behaviors: For Knp strategy
- prezent/doctrine-translatable-bundle: For Prezent strategy
This package is not auto-updated.
Last update: 2024-12-14 22:06:43 UTC
README
Translate your doctrine objects easily with some helps
Documentation
Check out the documentation on the official website.
Support
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+/6.0+). It is compatible with KnpLabs, A2lix and Prezent
Contribution help
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
License
This package is available under the MIT license.