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