MIF_E31211908/vendor/symfony/http-kernel
shintanuriyah13 11d5450dd3 first commit 2024-06-27 12:02:16 +07:00
..
Attribute first commit 2024-06-27 12:02:16 +07:00
Bundle first commit 2024-06-27 12:02:16 +07:00
CacheClearer first commit 2024-06-27 12:02:16 +07:00
CacheWarmer first commit 2024-06-27 12:02:16 +07:00
Config first commit 2024-06-27 12:02:16 +07:00
Controller first commit 2024-06-27 12:02:16 +07:00
ControllerMetadata first commit 2024-06-27 12:02:16 +07:00
DataCollector first commit 2024-06-27 12:02:16 +07:00
Debug first commit 2024-06-27 12:02:16 +07:00
DependencyInjection first commit 2024-06-27 12:02:16 +07:00
Event first commit 2024-06-27 12:02:16 +07:00
EventListener first commit 2024-06-27 12:02:16 +07:00
Exception first commit 2024-06-27 12:02:16 +07:00
Fragment first commit 2024-06-27 12:02:16 +07:00
HttpCache first commit 2024-06-27 12:02:16 +07:00
Log first commit 2024-06-27 12:02:16 +07:00
Profiler first commit 2024-06-27 12:02:16 +07:00
Resources first commit 2024-06-27 12:02:16 +07:00
CHANGELOG.md first commit 2024-06-27 12:02:16 +07:00
HttpClientKernel.php first commit 2024-06-27 12:02:16 +07:00
HttpKernel.php first commit 2024-06-27 12:02:16 +07:00
HttpKernelBrowser.php first commit 2024-06-27 12:02:16 +07:00
HttpKernelInterface.php first commit 2024-06-27 12:02:16 +07:00
Kernel.php first commit 2024-06-27 12:02:16 +07:00
KernelEvents.php first commit 2024-06-27 12:02:16 +07:00
KernelInterface.php first commit 2024-06-27 12:02:16 +07:00
LICENSE first commit 2024-06-27 12:02:16 +07:00
README.md first commit 2024-06-27 12:02:16 +07:00
RebootableInterface.php first commit 2024-06-27 12:02:16 +07:00
TerminableInterface.php first commit 2024-06-27 12:02:16 +07:00
UriSigner.php first commit 2024-06-27 12:02:16 +07:00
composer.json first commit 2024-06-27 12:02:16 +07:00

README.md

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