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
Nicolas Grekas 627833b5e6 Merge branch '3.4' into 4.3
* 3.4:
  Re-enable previously failing PHP 7.4 test cases
  Revert "bug #33618 fix tests depending on other components' tests (xabbuh)"
  install from source to include components tests
2019-09-19 17:51:53 +02:00
..
Bundle Merge branch '3.4' into 4.3 2019-08-20 16:07:54 +02:00
CacheClearer fixed CS 2019-01-16 19:35:49 +01:00
CacheWarmer Fix inconsistent return points. 2019-08-20 16:27:59 +02:00
Config Mark some/most implementations of Serializable as @internal 2019-01-30 10:03:33 +01:00
Controller Merge branch '3.4' into 4.3 2019-08-26 10:26:39 +02:00
ControllerMetadata Merge branch '3.4' into 4.3 2019-08-26 10:26:39 +02:00
DataCollector Merge branch '3.4' into 4.3 2019-08-26 10:26:39 +02:00
Debug Merge branch '3.4' into 4.3 2019-09-08 22:39:53 +02:00
DependencyInjection [DI] Fix bad error message for unused bind under _defaults 2019-04-07 12:22:52 +02:00
Event Do not extend the new SF 4.3 ControllerEvent so we can make it final 2019-08-21 16:40:57 +02:00
EventListener Merge branch '3.4' into 4.3 2019-09-08 22:39:53 +02:00
Exception Merge branch '3.4' into 4.3 2019-08-14 14:26:46 +02:00
Fragment Merge branch '3.4' into 4.3 2019-08-20 16:07:54 +02:00
HttpCache Merge branch '3.4' into 4.3 2019-08-26 10:26:39 +02:00
Log Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
Profiler Merge branch '3.4' into 4.3 2019-08-26 10:26:39 +02:00
Resources Optimize SVGs 2019-04-11 11:48:14 +02:00
Tests Merge branch '3.4' into 4.3 2019-09-19 17:51:53 +02:00
.gitignore Fix gitignore 2014-03-04 18:06:29 +01:00
CHANGELOG.md [HttpKernel] Add a \"short\" trace header format, make header configurable 2019-04-07 13:44:57 +02:00
Client.php Simplify usage of dirname() 2019-09-10 13:22:25 +02:00
composer.json fix tests 2019-05-28 09:50:59 +02:00
HttpClientKernel.php [HttpClient] log requests, responses and pushes when they happen 2019-04-05 13:59:27 +02:00
HttpKernel.php Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
HttpKernelBrowser.php [HttpKernel] Fix missing use for request and response classes 2019-06-06 17:13:36 +03:00
HttpKernelInterface.php remove api tags from code 2015-09-28 19:11:22 +02:00
Kernel.php Merge branch '3.4' into 4.3 2019-09-08 22:39:53 +02:00
KernelEvents.php [EventDispatcher] swap arguments of dispatch() to allow registering events by FQCN 2019-03-14 08:32:46 +01:00
KernelInterface.php Merge branch '3.4' into 4.3 2019-08-26 10:26:39 +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 Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +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