short-edition / framework-extra-bundle
This bundle provides a way to configure your controllers with annotations
Installs: 7 559
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 282
Type:symfony-bundle
Requires
- php: >=8.2
- doctrine/annotations: ^2.0
- symfony/config: ^6.4|^7.0
- symfony/dependency-injection: ^6.4|^7.0
- symfony/framework-bundle: ^6.4|^7.0
- symfony/http-kernel: ^6.4|^7.0
Requires (Dev)
- doctrine/dbal: ^3.0
- doctrine/doctrine-bundle: ^2.0
- doctrine/orm: ^2.5
- symfony/browser-kit: ^6.4|^7.0
- symfony/doctrine-bridge: ^6.4|^7.0
- symfony/dom-crawler: ^6.4|^7.0
- symfony/expression-language: ^6.4|^7.0
- symfony/finder: ^6.4|^7.0
- symfony/monolog-bridge: ^6.4|^7.0
- symfony/monolog-bundle: ^3.2
- symfony/phpunit-bridge: ^6.4|^7.0
- symfony/security-bundle: ^6.4|^7.0
- symfony/twig-bundle: ^6.4|^7.0
- symfony/yaml: ^6.4|^7.0
- twig/twig: ^2.4|^3.0
Conflicts
- doctrine/doctrine-cache-bundle: <1.3.1
- doctrine/persistence: <1.3
This package is auto-updated.
Last update: 2023-12-03 11:27:11 UTC
README
WARNING: SensioFrameworkExtraBundle is not maintained anymore. Please move to native PHP attribute support as added in Symfony core. For full support, use Symfony 6.2.
This bundle provides a way to configure your controllers with annotations.
Read about it on its official homepage.