teknoo / east-foundation-symfony
Metapackage to install Teknoo East Foundation in Symfony : East Foundation is a universal package to implement the #east philosophy ( http://blog.est.voyage/phpTour2015/ ) with any framework supporting PSR-11 or with Symfony 4+.
Fund package maintenance!
Patreon
TeknooSoftware
Installs: 3 914
Dependents: 3
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Type:metapackage
Requires
- laminas/laminas-diactoros: ^3.5
- symfony/config: ^6.3||^7
- symfony/console: ^6.3||^7
- symfony/dependency-injection: ^6.3||^7
- symfony/http-foundation: ^6.3||^7
- symfony/http-kernel: ^6.3||^7
- symfony/psr-http-message-bridge: ^2.3.1||^6.4||^7
- symfony/routing: ^6.3||^7
- symfony/security-core: ^6.3||^7
- symfony/serializer: ^6.3||^7
- symfony/yaml: ^6.3||^7
- teknoo/bridge-phpdi-symfony: ^6.1
- teknoo/east-foundation: ^8
- teknoo/immutable: ^3.0.18
- teknoo/recipe: ^6
- teknoo/states: ^6.4.1
Requires (Dev)
- roave/security-advisories: dev-latest
- dev-master
- 8.0.0
- 7.9.0
- 7.8.3
- 7.8.2
- 7.8.1
- 7.8.0
- 7.7.1
- 7.7.0
- 7.6.4
- 7.6.3
- 7.6.2
- 7.6.1
- 7.6.0
- 7.5.2
- 7.5.1
- 7.5.0
- 7.4.0
- 7.3.6
- 7.3.5
- 7.3.4
- 7.3.3
- 7.3.2
- 7.3.1
- 7.3.0
- 7.2.0
- 7.1.0
- 7.0.0
- 7.0.0-beta1
- 6.2.12
- 6.2.11
- 6.2.10
- 6.2.9
- 6.2.8
- 6.2.7
- 6.2.6
- 6.2.5
- 6.2.4
- 6.2.3
- 6.2.2
- 6.2.1
- 6.2.0
- 6.1.0
- 6.0.7
- 6.0.6
- 6.0.5
- 6.0.4
- 6.0.3
- 6.0.2
- 6.0.1
- 6.0.0
- 5.3.11
- 5.3.10
- 5.3.9
- 5.3.7
- 5.3.5
- 5.3.3
- 5.3.2
- 5.3.0
- 5.2.0
- 5.1.1
- 5.0.0
- 4.0.0
- 3.3.0
- 3.2.4
- 3.2.3
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.6
- 3.0.5
- 3.0.4
This package is auto-updated.
Last update: 2024-11-01 13:10:46 UTC
README
Metapackage to install Teknoo East Foundation 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 Foundation 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-foundation-symfony
This library requires :
* PHP 8.1+
* A PHP autoloader (Composer is recommended)
* Teknoo/Immutable.
* Teknoo/States.
* Teknoo/Recipe.
* Optional: Symfony 6.3+