Paragonik/paragonik-backend/vendor/symfony/http-kernel
2019-12-08 20:39:40 +01:00
..
Bundle vc 2019-12-08 20:39:40 +01:00
CacheClearer vc 2019-12-08 20:39:40 +01:00
CacheWarmer vc 2019-12-08 20:39:40 +01:00
Config vc 2019-12-08 20:39:40 +01:00
Controller vc 2019-12-08 20:39:40 +01:00
ControllerMetadata vc 2019-12-08 20:39:40 +01:00
DataCollector vc 2019-12-08 20:39:40 +01:00
Debug vc 2019-12-08 20:39:40 +01:00
DependencyInjection vc 2019-12-08 20:39:40 +01:00
Event vc 2019-12-08 20:39:40 +01:00
EventListener vc 2019-12-08 20:39:40 +01:00
Exception vc 2019-12-08 20:39:40 +01:00
Fragment vc 2019-12-08 20:39:40 +01:00
HttpCache vc 2019-12-08 20:39:40 +01:00
Log vc 2019-12-08 20:39:40 +01:00
Profiler vc 2019-12-08 20:39:40 +01:00
Resources vc 2019-12-08 20:39:40 +01:00
.gitattributes vc 2019-12-08 20:39:40 +01:00
CHANGELOG.md vc 2019-12-08 20:39:40 +01:00
Client.php vc 2019-12-08 20:39:40 +01:00
composer.json vc 2019-12-08 20:39:40 +01:00
HttpClientKernel.php vc 2019-12-08 20:39:40 +01:00
HttpKernel.php vc 2019-12-08 20:39:40 +01:00
HttpKernelBrowser.php vc 2019-12-08 20:39:40 +01:00
HttpKernelInterface.php vc 2019-12-08 20:39:40 +01:00
Kernel.php vc 2019-12-08 20:39:40 +01:00
KernelEvents.php vc 2019-12-08 20:39:40 +01:00
KernelInterface.php vc 2019-12-08 20:39:40 +01:00
LICENSE vc 2019-12-08 20:39:40 +01:00
README.md vc 2019-12-08 20:39:40 +01:00
RebootableInterface.php vc 2019-12-08 20:39:40 +01:00
TerminableInterface.php vc 2019-12-08 20:39:40 +01:00
UriSigner.php vc 2019-12-08 20:39:40 +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