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
Fabien Potencier 9a64d83436 Merge branch '2.7' into 2.8
* 2.7:
  fixed @return when returning this or static
  override property constraints in child class
  [Console] improved code coverage of Command class
  Only count on arrays or countables to avoid warnings in PHP 7.2
2016-12-27 11:39:57 +01:00
..
Bundle Merge branch '2.7' into 2.8 2016-01-12 18:46:01 +01:00
CacheClearer removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
CacheWarmer Fix PHP 7.1 related failures 2016-07-19 10:44:18 +02:00
Config Implement service-based Resource (cache) validation 2015-09-25 08:31:17 +02:00
Controller Regression test for missing controller arguments 2016-12-05 08:37:23 +01:00
DataCollector Merge branch '2.7' into 2.8 2016-12-19 16:38:44 +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 2016-09-06 12:55:00 +02:00
Event [HttpKernel] PostResponseEvent should extend the KernelEvent 2015-11-03 16:51:19 +00:00
EventListener Merge branch '2.7' into 2.8 2016-11-23 16:43:03 -08:00
Exception Silence invasive deprecation warnings, opt-in for warnings 2015-06-08 10:37:21 +01:00
Fragment Merge branch '2.7' into 2.8 2016-11-07 11:34:39 -08:00
HttpCache [HttpKernel] Revert BC breaking change of Request::isMethodSafe() 2016-11-23 14:53:57 +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 2016-12-27 11:39:57 +01:00
Tests Merge branch '2.7' into 2.8 2016-12-19 16:38:44 +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 Merge branch '2.3' into 2.7 2015-12-15 02:31:17 +01:00
composer.json Fix deps merge 2016-10-14 11:42:19 +02:00
HttpKernel.php [HttpKernel] Move conflicting origin IPs handling to catch block 2016-06-30 08:49:13 +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.16 2016-12-13 13:44:14 +01:00
KernelEvents.php add @Event annotation for KernelEvents 2016-05-02 19:24:41 +02:00
KernelInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
LICENSE Update copyright year 2016-01-01 23:53:47 -03:00
phpunit.xml.dist [Validator] Test DNS Email constraints using checkdnsrr() mock 2016-03-16 16:47:01 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
TerminableInterface.php remove api tags from code 2015-09-28 19:11:22 +02:00
UriSigner.php Code enhancement and cleanup 2016-09-06 09:26:07 +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