october_1x0/vendor/symfony/http-kernel
Kerim f037dd7b2d first commit 2022-06-24 19:32:37 +05:00
..
Bundle first commit 2022-06-24 19:32:37 +05:00
CacheClearer first commit 2022-06-24 19:32:37 +05:00
CacheWarmer first commit 2022-06-24 19:32:37 +05:00
Config first commit 2022-06-24 19:32:37 +05:00
Controller first commit 2022-06-24 19:32:37 +05:00
ControllerMetadata first commit 2022-06-24 19:32:37 +05:00
DataCollector first commit 2022-06-24 19:32:37 +05:00
Debug first commit 2022-06-24 19:32:37 +05:00
DependencyInjection first commit 2022-06-24 19:32:37 +05:00
Event first commit 2022-06-24 19:32:37 +05:00
EventListener first commit 2022-06-24 19:32:37 +05:00
Exception first commit 2022-06-24 19:32:37 +05:00
Fragment first commit 2022-06-24 19:32:37 +05:00
HttpCache first commit 2022-06-24 19:32:37 +05:00
Log first commit 2022-06-24 19:32:37 +05:00
Profiler first commit 2022-06-24 19:32:37 +05:00
Resources first commit 2022-06-24 19:32:37 +05:00
Tests first commit 2022-06-24 19:32:37 +05:00
.gitignore first commit 2022-06-24 19:32:37 +05:00
CHANGELOG.md first commit 2022-06-24 19:32:37 +05:00
Client.php first commit 2022-06-24 19:32:37 +05:00
HttpKernel.php first commit 2022-06-24 19:32:37 +05:00
HttpKernelInterface.php first commit 2022-06-24 19:32:37 +05:00
Kernel.php first commit 2022-06-24 19:32:37 +05:00
KernelEvents.php first commit 2022-06-24 19:32:37 +05:00
KernelInterface.php first commit 2022-06-24 19:32:37 +05:00
LICENSE first commit 2022-06-24 19:32:37 +05:00
README.md first commit 2022-06-24 19:32:37 +05:00
RebootableInterface.php first commit 2022-06-24 19:32:37 +05:00
TerminableInterface.php first commit 2022-06-24 19:32:37 +05:00
UriSigner.php first commit 2022-06-24 19:32:37 +05:00
composer.json first commit 2022-06-24 19:32:37 +05:00
phpunit.xml.dist first commit 2022-06-24 19:32:37 +05: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 a full-stack framework (Symfony), a micro-framework (Silex) or an advanced CMS system (Drupal).

Resources