github/vendor/symfony/http-kernel
2025-04-12 19:11:43 +08:00
..
Attribute Initial commit 2025-04-12 19:11:43 +08:00
Bundle Initial commit 2025-04-12 19:11:43 +08:00
CacheClearer Initial commit 2025-04-12 19:11:43 +08:00
CacheWarmer Initial commit 2025-04-12 19:11:43 +08:00
Config Initial commit 2025-04-12 19:11:43 +08:00
Controller Initial commit 2025-04-12 19:11:43 +08:00
ControllerMetadata Initial commit 2025-04-12 19:11:43 +08:00
DataCollector Initial commit 2025-04-12 19:11:43 +08:00
Debug Initial commit 2025-04-12 19:11:43 +08:00
DependencyInjection Initial commit 2025-04-12 19:11:43 +08:00
Event Initial commit 2025-04-12 19:11:43 +08:00
EventListener Initial commit 2025-04-12 19:11:43 +08:00
Exception Initial commit 2025-04-12 19:11:43 +08:00
Fragment Initial commit 2025-04-12 19:11:43 +08:00
HttpCache Initial commit 2025-04-12 19:11:43 +08:00
Log Initial commit 2025-04-12 19:11:43 +08:00
Profiler Initial commit 2025-04-12 19:11:43 +08:00
Resources Initial commit 2025-04-12 19:11:43 +08:00
CHANGELOG.md Initial commit 2025-04-12 19:11:43 +08:00
composer.json Initial commit 2025-04-12 19:11:43 +08:00
HttpClientKernel.php Initial commit 2025-04-12 19:11:43 +08:00
HttpKernel.php Initial commit 2025-04-12 19:11:43 +08:00
HttpKernelBrowser.php Initial commit 2025-04-12 19:11:43 +08:00
HttpKernelInterface.php Initial commit 2025-04-12 19:11:43 +08:00
Kernel.php Initial commit 2025-04-12 19:11:43 +08:00
KernelEvents.php Initial commit 2025-04-12 19:11:43 +08:00
KernelInterface.php Initial commit 2025-04-12 19:11:43 +08:00
LICENSE Initial commit 2025-04-12 19:11:43 +08:00
README.md Initial commit 2025-04-12 19:11:43 +08:00
RebootableInterface.php Initial commit 2025-04-12 19:11:43 +08:00
TerminableInterface.php Initial commit 2025-04-12 19:11:43 +08:00

HttpKernel Component

The HttpKernel component provides a structured process for converting a Request into a Response by making use of the EventDispatcher component. It's flexible enough to create full-stack frameworks, micro-frameworks or advanced CMS systems like Drupal.

Resources