xiang 18d567c5cb update 6 years ago
..
Bundle 18d567c5cb update 6 years ago
CacheClearer 18d567c5cb update 6 years ago
CacheWarmer 18d567c5cb update 6 years ago
Config 18d567c5cb update 6 years ago
Controller 18d567c5cb update 6 years ago
ControllerMetadata 18d567c5cb update 6 years ago
DataCollector 18d567c5cb update 6 years ago
Debug 18d567c5cb update 6 years ago
DependencyInjection 18d567c5cb update 6 years ago
Event 18d567c5cb update 6 years ago
EventListener 18d567c5cb update 6 years ago
Exception 18d567c5cb update 6 years ago
Fragment 18d567c5cb update 6 years ago
HttpCache 18d567c5cb update 6 years ago
Log 18d567c5cb update 6 years ago
Profiler 18d567c5cb update 6 years ago
Tests 18d567c5cb update 6 years ago
.gitignore 18d567c5cb update 6 years ago
CHANGELOG.md 18d567c5cb update 6 years ago
Client.php 18d567c5cb update 6 years ago
HttpKernel.php 18d567c5cb update 6 years ago
HttpKernelInterface.php 18d567c5cb update 6 years ago
Kernel.php 18d567c5cb update 6 years ago
KernelEvents.php 18d567c5cb update 6 years ago
KernelInterface.php 18d567c5cb update 6 years ago
LICENSE 18d567c5cb update 6 years ago
README.md 18d567c5cb update 6 years ago
TerminableInterface.php 18d567c5cb update 6 years ago
UriSigner.php 18d567c5cb update 6 years ago
composer.json 18d567c5cb update 6 years ago
phpunit.xml.dist 18d567c5cb update 6 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