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 79856db5be Merge branch '3.4'
* 3.4:
  [Profiler] Fix request_collector check in main layout
  Github template: Remove EOM 3.2 from branch suggestion
  [Security] Fix security.interactive_login event const doc block
  Update Container.php: Deprecated -> @deprecated
  allow phpdocumentor/reflection-docblock >=3.2.1
  Avoid infinite loops when profiler data is malformed
  [FrameworkBundle] Warmup annotations for bundle-less controllers and entities
  [HttpFoundation] Generate safe fallback filename for wrongly encoded filename
2017-08-06 15:43:57 +02:00
..
Bundle Merge branch '3.2' 2017-05-01 08:01:29 -07:00
CacheClearer Remove deprecated container injections and compiler passes 2017-05-21 11:42:36 +02:00
CacheWarmer Fix PHP 7.1 related failures 2016-07-19 10:44:18 +02:00
Config Merge branch '3.2' into 3.3 2017-06-02 11:51:43 +02:00
Controller [4.0][BC Break] Removed BC layers for ControllerResolver::getArguments() 2017-05-20 12:00:05 +02:00
ControllerMetadata Remove HHVM support (second edition) 2017-07-03 10:26:05 +03:00
DataCollector [Profiler] Fix data collector getCasters() call 2017-07-15 09:52:13 +02:00
Debug Merge branch '3.2' into 3.3 2017-06-02 11:51:43 +02:00
DependencyInjection Merge branch '3.4' 2017-07-06 13:49:06 +03:00
Event [HttpKernel] Deprecate X-Status-Code for better alternative 2017-02-23 21:30:09 +00:00
EventListener [FrameworkBundle] Dont set pre-defined esi/ssi services 2017-06-14 13:16:32 -07:00
Exception fixed CS 2016-06-29 07:42:25 +02:00
Fragment [HttpFoundation] remove deprecated features 2017-06-21 14:43:39 +02:00
HttpCache Merge branch '3.2' into 3.3 2017-06-24 11:29:48 +02:00
Log Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
Profiler Merge branch '2.8' into 3.3 2017-08-06 15:42:17 +02:00
Tests Merge branch '3.4' 2017-07-06 13:49:06 +03:00
.gitignore
CHANGELOG.md Merge branch '3.4' 2017-07-06 13:49:06 +03:00
Client.php Merge branch '3.2' 2017-02-16 14:50:29 -08:00
composer.json Merge branch '3.3' into 3.4 2017-08-03 11:34:20 +02:00
HttpKernel.php [HttpKernel] remove deprecated features 2017-05-24 12:23:11 +02:00
HttpKernelInterface.php remove api tags from code 2015-09-28 19:11:22 +02:00
Kernel.php Merge branch '3.4' 2017-08-03 14:18:13 +02:00
KernelEvents.php Fix event annotation for arguments resolving event 2016-10-04 15:51:31 -07:00
KernelInterface.php added Kernel::getProjectDir() 2017-04-06 09:25:05 -07: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 remove api tags from code 2015-09-28 19:11:22 +02:00
UriSigner.php Allow a custom query string parameter 2017-03-05 11:22:32 +00: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