Gleb 66078cb367 test 5 years ago
..
Bundle 66078cb367 test 5 years ago
CacheClearer 66078cb367 test 5 years ago
CacheWarmer 66078cb367 test 5 years ago
Config 66078cb367 test 5 years ago
Controller 66078cb367 test 5 years ago
ControllerMetadata 66078cb367 test 5 years ago
DataCollector 66078cb367 test 5 years ago
Debug 66078cb367 test 5 years ago
DependencyInjection 66078cb367 test 5 years ago
Event 66078cb367 test 5 years ago
EventListener 66078cb367 test 5 years ago
Exception 66078cb367 test 5 years ago
Fragment 66078cb367 test 5 years ago
HttpCache 66078cb367 test 5 years ago
Log 66078cb367 test 5 years ago
Profiler 66078cb367 test 5 years ago
Resources 66078cb367 test 5 years ago
Tests 66078cb367 test 5 years ago
.gitignore 66078cb367 test 5 years ago
CHANGELOG.md 66078cb367 test 5 years ago
Client.php 66078cb367 test 5 years ago
HttpKernel.php 66078cb367 test 5 years ago
HttpKernelInterface.php 66078cb367 test 5 years ago
Kernel.php 66078cb367 test 5 years ago
KernelEvents.php 66078cb367 test 5 years ago
KernelInterface.php 66078cb367 test 5 years ago
LICENSE 66078cb367 test 5 years ago
README.md 66078cb367 test 5 years ago
RebootableInterface.php 66078cb367 test 5 years ago
TerminableInterface.php 66078cb367 test 5 years ago
UriSigner.php 66078cb367 test 5 years ago
composer.json 66078cb367 test 5 years ago
phpunit.xml.dist 66078cb367 test 5 years ago

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