symfony-util / controller-using-templating-http-foundation-http-kernel
Controller which renders a template and returns a response (HttpFoundation): dependency check for use by http-kernel
Installs: 303
Dependents: 1
Suggesters: 1
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/symfony-util/controller-using-templating-http-foundation-http-kernel
Requires
- symfony-util/controller-using-templating-http-foundation: ^0@dev || ^5@dev || ^7@dev || dev-master@dev
- symfony/http-kernel: ^3.3 || ^4.0
Requires (Dev)
- knplabs/rad-resource-resolver: ^2.1
- psr/container: ^1.0
- symfony/asset: ^3.3 || ^4.0
- symfony/browser-kit: ^3.3 || ^4.0
- symfony/console: ^3.3 || ^4.0
- symfony/framework-bundle: ^3.3 || ^4.0
- symfony/lts: 3
- symfony/twig-bundle: ^3.3 || ^4.0
- symfony/var-dumper: ^3.3 || ^4.0
- symfony/web-server-bundle: ^3.3 || ^4.0
This package is auto-updated.
Last update: 2025-09-29 01:56:17 UTC
README
Controller which renders a template and returns a response (HttpFoundation): dependency check for use by http-kernel
Usefullness
- To be sure than Symfony >= 3.3 as required to call the controller with templating engin as argument.
- Additional functional testing calling the controller from HttpKernel or FrameworkBundle.
Possible improvements
- Does not pass test with Symfony 4. Travis 445, using Symfony 4, shows mixed components from Symfony 3 and 4 and fails all tests due to bad configuration. Symfony 3.4 fails in a may be similar way.
- Use (yaml) configuraton for test Kernel(s), instead of in php code configuration
- Tests do not use 2 Kernels as intended, the first one configured is the only one! Corrected, OK now!
Should be a composer metapackage
- metapackage
- Maybe all the PHP code has to be moved somewhere else!