Gogs 1ec4058aa2 Initial configuration | 7 years ago | |
---|---|---|
.. | ||
Bundle | 7 years ago | |
CacheClearer | 7 years ago | |
CacheWarmer | 7 years ago | |
Config | 7 years ago | |
Controller | 7 years ago | |
DataCollector | 7 years ago | |
Debug | 7 years ago | |
DependencyInjection | 7 years ago | |
Event | 7 years ago | |
EventListener | 7 years ago | |
Exception | 7 years ago | |
Fragment | 7 years ago | |
HttpCache | 7 years ago | |
Log | 7 years ago | |
Profiler | 7 years ago | |
.gitignore | 7 years ago | |
CHANGELOG.md | 7 years ago | |
Client.php | 7 years ago | |
HttpKernel.php | 7 years ago | |
HttpKernelInterface.php | 7 years ago | |
Kernel.php | 7 years ago | |
KernelEvents.php | 7 years ago | |
KernelInterface.php | 7 years ago | |
LICENSE | 7 years ago | |
README.md | 7 years ago | |
TerminableInterface.php | 7 years ago | |
UriSigner.php | 7 years ago | |
composer.json | 7 years ago | |
phpunit.xml.dist | 7 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).