StocksNew/vendor/symfony/http-kernel
Sampanna Rimal 82fab174dc changes
2024-09-04 12:22:04 +05:45
..
Attribute first commit 2024-08-27 17:48:06 +05:45
Bundle first commit 2024-08-27 17:48:06 +05:45
CacheClearer first commit 2024-08-27 17:48:06 +05:45
CacheWarmer first commit 2024-08-27 17:48:06 +05:45
Config first commit 2024-08-27 17:48:06 +05:45
Controller changes 2024-09-04 12:22:04 +05:45
ControllerMetadata first commit 2024-08-27 17:48:06 +05:45
DataCollector changes 2024-09-04 12:22:04 +05:45
Debug first commit 2024-08-27 17:48:06 +05:45
DependencyInjection changes 2024-09-04 12:22:04 +05:45
Event changes 2024-09-04 12:22:04 +05:45
EventListener first commit 2024-08-27 17:48:06 +05:45
Exception first commit 2024-08-27 17:48:06 +05:45
Fragment first commit 2024-08-27 17:48:06 +05:45
HttpCache first commit 2024-08-27 17:48:06 +05:45
Log first commit 2024-08-27 17:48:06 +05:45
Profiler first commit 2024-08-27 17:48:06 +05:45
Resources first commit 2024-08-27 17:48:06 +05:45
CHANGELOG.md first commit 2024-08-27 17:48:06 +05:45
composer.json changes 2024-09-04 12:22:04 +05:45
HttpClientKernel.php first commit 2024-08-27 17:48:06 +05:45
HttpKernel.php first commit 2024-08-27 17:48:06 +05:45
HttpKernelBrowser.php first commit 2024-08-27 17:48:06 +05:45
HttpKernelInterface.php first commit 2024-08-27 17:48:06 +05:45
Kernel.php changes 2024-09-04 12:22:04 +05:45
KernelEvents.php first commit 2024-08-27 17:48:06 +05:45
KernelInterface.php first commit 2024-08-27 17:48:06 +05:45
LICENSE first commit 2024-08-27 17:48:06 +05:45
README.md first commit 2024-08-27 17:48:06 +05:45
RebootableInterface.php first commit 2024-08-27 17:48:06 +05:45
TerminableInterface.php first commit 2024-08-27 17:48:06 +05:45
UriSigner.php first commit 2024-08-27 17:48:06 +05:45

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