This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/HttpKernel
Martijn Cuppens 4614cea9d2 Optimize SVGs
2019-04-11 11:48:14 +02:00
..
Bundle switched array() to [] 2019-01-16 10:39:14 +01:00
CacheClearer switched array() to [] 2019-01-16 10:39:14 +01:00
CacheWarmer switched array() to [] 2019-01-16 10:39:14 +01:00
Config Mark some/most implementations of Serializable as @internal 2019-01-30 10:03:33 +01:00
Controller Apply php-cs-fixer rule for array_key_exists() 2019-02-23 16:06:07 +01:00
ControllerMetadata switched array() to [] 2019-01-16 10:39:14 +01:00
DataCollector Show more accurate message in profiler when missing stopwatch 2019-04-10 18:17:31 +02:00
Debug Mark some/most implementations of Serializable as @internal 2019-01-30 10:03:33 +01:00
DependencyInjection switched array() to [] 2019-01-16 10:39:14 +01:00
Event Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +02:00
EventListener [HttpKernel] Fix DebugHandlersListener constructor docblock 2019-04-03 12:07:21 +02:00
Exception switched array() to [] 2019-01-16 10:39:14 +01:00
Fragment be keen to newcomers 2019-02-22 15:44:53 +01:00
HttpCache SCA: minor code tweaks 2019-04-01 09:08:40 +02:00
Log Change default log level for output streams 2019-03-09 08:26:56 -05:00
Profiler switched array() to [] 2019-01-16 10:39:14 +01:00
Resources Optimize SVGs 2019-04-11 11:48:14 +02:00
Tests Show more accurate message in profiler when missing stopwatch 2019-04-10 18:17:31 +02:00
.gitignore
CHANGELOG.md Reset profiler. 2017-10-05 12:20:28 +02:00
Client.php switched array() to [] 2019-01-16 10:39:14 +01:00
composer.json Fix HttpKernel Debug requirement 2019-01-23 14:37:11 +01:00
HttpKernel.php switched array() to [] 2019-01-16 10:39:14 +01:00
HttpKernelInterface.php remove api tags from code 2015-09-28 19:11:22 +02:00
Kernel.php bumped Symfony version to 3.4.25 2019-04-02 21:03:08 +02:00
KernelEvents.php Merge branch '2.8' into 3.3 2017-11-05 16:47:03 +01:00
KernelInterface.php Merge branch '2.8' into 3.4 2018-09-18 14:35:56 +02:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
RebootableInterface.php [HttpKernel][FrameworkBundle] Add RebootableInterface, fix and un-deprecate cache:clear with warmup 2017-08-18 13:51:16 +02:00
TerminableInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
UriSigner.php switched array() to [] 2019-01-16 10:39:14 +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