teknoo / east-translation-symfony
Metapackage to install Teknoo East Translation in Symfony, Package following the #East programming philosophy, to make easily translatable objects
Fund package maintenance!
Patreon
TeknooSoftware
Installs: 57
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:metapackage
Requires
- ext-mongodb: *
- ext-simplexml: *
- doctrine/common: ^3.4.5
- doctrine/mongodb-odm: ^2.9
- doctrine/mongodb-odm-bundle: ^4.7||^5
- doctrine/persistence: ^3.4
- php-di/php-di: ^7.0.7
- symfony/form: ^6.3||^7
- teknoo/bridge-phpdi-symfony: ^6.1
- teknoo/east-common-symfony: ^3
- teknoo/east-foundation-symfony: ^8
- teknoo/east-translation: ^1
- teknoo/recipe: ^6
Requires (Dev)
- roave/security-advisories: dev-latest
README
Metapackage to install Teknoo East Translation with Symfony.
Support this project
This project is free and will remain free. It is fully supported by the activities of the EIRL. If you like it and help me maintain it and evolve it, don't hesitate to support me on Patreon or Github.
Thanks :) Richard.
Credits
EIRL Richard Déloge - https://deloge.io - Lead developer. SASU Teknoo Software - https://teknoo.software
About Teknoo Software
Teknoo Software is a PHP software editor, founded by Richard Déloge, as part of EIRL Richard Déloge. Teknoo Software's goals : Provide to our partners and to the community a set of high quality services or software, sharing knowledge and skills.
License
East Translation is licensed under the MIT License - see the licenses folder for details.
Installation & Requirements
To install this library with composer, run these commands :
- Add in your composer.json the entry
https://api.github.com/repos/TeknooSoftware/symfony-recipes/contents/index.json
to the listextra.symfony.endpoint
and set totrue
the entryextra.symfony.allow-contrib
. - If the
extra.symfony.endpoint
is not already defined, you must also addflex://defaults
to avoid errors. - Run this command
composer require teknoo/east-translation-symfony
To start a project with Symfony :
symfony new your_project_name new
composer require teknoo/east-translation-symfony
This library requires :
* PHP 8.1+
* A PHP autoloader (Composer is recommended)
* Teknoo/Recipe.
* Teknoo/East-Common.
* Optional: Symfony 6.2+ (for administration)