Paragonik/paragonik-backend/vendor/symfony/http-kernel
2019-12-07 16:47:41 +01:00
..
Bundle Vendor 2019-12-07 16:47:41 +01:00
CacheClearer Vendor 2019-12-07 16:47:41 +01:00
CacheWarmer Vendor 2019-12-07 16:47:41 +01:00
Config Vendor 2019-12-07 16:47:41 +01:00
Controller Vendor 2019-12-07 16:47:41 +01:00
ControllerMetadata Vendor 2019-12-07 16:47:41 +01:00
DataCollector Vendor 2019-12-07 16:47:41 +01:00
Debug Vendor 2019-12-07 16:47:41 +01:00
DependencyInjection Vendor 2019-12-07 16:47:41 +01:00
Event Vendor 2019-12-07 16:47:41 +01:00
EventListener Vendor 2019-12-07 16:47:41 +01:00
Exception Vendor 2019-12-07 16:47:41 +01:00
Fragment Vendor 2019-12-07 16:47:41 +01:00
HttpCache Vendor 2019-12-07 16:47:41 +01:00
Log Vendor 2019-12-07 16:47:41 +01:00
Profiler Vendor 2019-12-07 16:47:41 +01:00
Resources Vendor 2019-12-07 16:47:41 +01:00
.gitattributes Vendor 2019-12-07 16:47:41 +01:00
CHANGELOG.md Vendor 2019-12-07 16:47:41 +01:00
Client.php Vendor 2019-12-07 16:47:41 +01:00
composer.json Vendor 2019-12-07 16:47:41 +01:00
HttpClientKernel.php Vendor 2019-12-07 16:47:41 +01:00
HttpKernel.php Vendor 2019-12-07 16:47:41 +01:00
HttpKernelBrowser.php Vendor 2019-12-07 16:47:41 +01:00
HttpKernelInterface.php Vendor 2019-12-07 16:47:41 +01:00
Kernel.php Vendor 2019-12-07 16:47:41 +01:00
KernelEvents.php Vendor 2019-12-07 16:47:41 +01:00
KernelInterface.php Vendor 2019-12-07 16:47:41 +01:00
LICENSE Vendor 2019-12-07 16:47:41 +01:00
README.md Vendor 2019-12-07 16:47:41 +01:00
RebootableInterface.php Vendor 2019-12-07 16:47:41 +01:00
TerminableInterface.php Vendor 2019-12-07 16:47:41 +01:00
UriSigner.php Vendor 2019-12-07 16:47:41 +01:00

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