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 5cf0181991 Merge branch '4.0'
* 4.0:
  [Serializer] optims and cleanup
  do not mock the container builder in tests
  [PhpUnitBridge] Added support for PHPUnit 7 in Coverage Listener
  fix accessing request values
  Avoid running the remove command without any packages
  [Form] Add translations for Tagalog
2018-02-14 15:11:22 +01:00
..
Bundle Merge branch '3.4' 2017-10-24 16:16:56 +02:00
CacheClearer fixed some deprecation messages 2017-12-31 07:59:27 +01:00
CacheWarmer fixed some deprecation messages 2017-12-31 07:59:27 +01:00
Config Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Controller Merge branch '3.4' into 4.0 2017-12-08 16:46:13 +01:00
ControllerMetadata Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
DataCollector [WebProfilerBundle] Imply forward request by a new X-Previous-Debug-Token header 2018-02-12 18:43:33 +01:00
Debug fixed some deprecation messages 2017-12-31 05:55:05 +01:00
DependencyInjection Merge branch '3.4' into 4.0 2018-02-11 18:17:44 +01:00
Event [HttpKernel] add type-hint for the requestType 2017-11-18 15:36:30 +02:00
EventListener Merge branch '4.0' 2018-01-29 10:06:44 +01:00
Exception fixed some deprecation messages 2017-12-31 05:55:05 +01:00
Fragment [HttpKernel] Make session-related services extra-lazy 2018-01-18 18:12:09 +01:00
HttpCache Merge branch '2.8' into 3.3 2018-01-03 18:13:53 +01:00
Log fixed some deprecation messages 2017-12-31 05:55:05 +01:00
Profiler [WebProfilerBundle] Imply forward request by a new X-Previous-Debug-Token header 2018-02-12 18:43:33 +01:00
Resources Show welcome message if no routing configuration could be found 2017-10-02 19:25:29 -04:00
Tests Merge branch '4.0' 2018-02-14 15:11:22 +01:00
.gitignore Fix gitignore 2014-03-04 18:06:29 +01:00
CHANGELOG.md Display orphaned events in profiler 2018-01-19 08:23:12 +01:00
Client.php [HttpFoundation] we should not pass size on FileBag 2018-01-26 14:03:23 +01:00
composer.json bug #25471 [HttpFoundation] we should not pass size on FileBag removing the contruct parameter (Simperfit, xabbuh) 2018-02-04 16:57:00 +01:00
HttpKernel.php fixed some deprecation messages 2017-12-31 06:50:45 +01:00
HttpKernelInterface.php remove api tags from code 2015-09-28 19:11:22 +02:00
Kernel.php Merge branch '4.0' 2018-02-11 18:18:00 +01:00
KernelEvents.php Merge branch '2.8' into 3.3 2017-11-05 16:47:03 +01:00
KernelInterface.php Merge branch '3.4' 2017-10-24 16:16:56 +02:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01: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
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 Replace more docblocks by type-hints 2017-11-07 15:45:01 +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