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
2017-11-13 11:36:26 -08:00
..
Bundle Merge branch '2.7' into 2.8 2017-10-24 15:48:52 +02:00
CacheClearer [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
CacheWarmer Fix PHP 7.1 related failures 2016-07-19 10:44:18 +02:00
Config Merge branch '2.7' into 2.8 2017-10-01 23:00:16 +02:00
Controller [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
DataCollector Merge branch '2.7' into 2.8 2017-11-07 15:08:47 +01:00
Debug [EventDispatcher] Try first if the event is Stopped 2016-04-04 11:22:54 +02:00
DependencyInjection Merge branch '2.7' into 2.8 2017-10-24 15:48:52 +02:00
Event Merge branch '2.7' into 2.8 2017-11-07 15:08:47 +01:00
EventListener Merge branch '2.7' into 2.8 2017-11-05 16:25:56 +01:00
Exception removed useless PHPDoc 2017-09-30 07:00:23 -07:00
Fragment Merge branch '2.7' into 2.8 2017-10-24 15:48:52 +02:00
HttpCache [2.7] More docblock fixes 2017-11-07 15:04:08 +01:00
Log Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
Profiler Merge branch '2.7' into 2.8 2017-11-05 16:25:56 +01:00
Tests Merge branch '2.7' into 2.8 2017-11-07 15:08:47 +01:00
.gitignore Fix gitignore 2014-03-04 18:06:29 +01:00
CHANGELOG.md [HtppKernel] deprecated Profiler::import/export 2015-09-09 22:55:09 +02:00
Client.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
composer.json Merge branch '2.7' into 2.8 2017-10-10 09:42:03 +02:00
HttpKernel.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
HttpKernelInterface.php remove api tags from code 2015-09-28 19:11:22 +02:00
Kernel.php bumped Symfony version to 2.8.31 2017-11-13 11:36:26 -08:00
KernelEvents.php Remove useless docblocks 2017-10-29 10:49:53 +01:00
KernelInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
TerminableInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
UriSigner.php Remove obsolete PHPDoc from UriSigner 2017-10-17 12:11:27 +02: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