root edcb89e9dc init před 4 roky
..
Bundle edcb89e9dc init před 4 roky
CacheClearer edcb89e9dc init před 4 roky
CacheWarmer edcb89e9dc init před 4 roky
Config edcb89e9dc init před 4 roky
Controller edcb89e9dc init před 4 roky
DataCollector edcb89e9dc init před 4 roky
Debug edcb89e9dc init před 4 roky
DependencyInjection edcb89e9dc init před 4 roky
Event edcb89e9dc init před 4 roky
EventListener edcb89e9dc init před 4 roky
Exception edcb89e9dc init před 4 roky
Fragment edcb89e9dc init před 4 roky
HttpCache edcb89e9dc init před 4 roky
Log edcb89e9dc init před 4 roky
Profiler edcb89e9dc init před 4 roky
Tests edcb89e9dc init před 4 roky
.gitignore edcb89e9dc init před 4 roky
CHANGELOG.md edcb89e9dc init před 4 roky
Client.php edcb89e9dc init před 4 roky
HttpKernel.php edcb89e9dc init před 4 roky
HttpKernelInterface.php edcb89e9dc init před 4 roky
Kernel.php edcb89e9dc init před 4 roky
KernelEvents.php edcb89e9dc init před 4 roky
KernelInterface.php edcb89e9dc init před 4 roky
LICENSE edcb89e9dc init před 4 roky
README.md edcb89e9dc init před 4 roky
TerminableInterface.php edcb89e9dc init před 4 roky
UriSigner.php edcb89e9dc init před 4 roky
composer.json edcb89e9dc init před 4 roky
phpunit.xml.dist edcb89e9dc init před 4 roky

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