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-05-23 20:22:28 +02:00
..
Bundle Merge branch '3.2' 2017-05-01 08:01:29 -07:00
CacheClearer [FrameworkBundle] Allow clearing private cache pools 2016-12-10 11:52:34 +01:00
CacheWarmer Fix PHP 7.1 related failures 2016-07-19 10:44:18 +02:00
Config Conditionally add options to unserialize in PHP 7.0+. 2016-12-29 19:41:55 +01:00
Controller Revert "feature #20973 [DI] Add getter injection (nicolas-grekas)" 2017-03-25 15:07:47 +01:00
ControllerMetadata [HttpKernel] Clean ArgumentMetadataFactory::getType() 2016-10-06 11:12:13 +02:00
DataCollector [Profiler] DataCollector: Remove unused static property 2017-04-30 18:37:23 +02:00
Debug Conditionally add options to unserialize in PHP 7.0+. 2016-12-29 19:41:55 +01:00
DependencyInjection Making the RegisterControllerArgumentLocatorsPass throw an exception on a bad type-hint 2017-05-10 15:41:43 -04:00
Event [HttpKernel] Deprecate X-Status-Code for better alternative 2017-02-23 21:30:09 +00:00
EventListener [HttpKernel] Dont implement ServiceSubscriberInterface on *SessionListener 2017-03-30 14:49:17 +02:00
Exception fixed CS 2016-06-29 07:42:25 +02:00
Fragment don't call getTrustedHeaderName() if possible 2017-05-23 20:22:28 +02:00
HttpCache [HttpKernel] Fix forward compat with Request::setTrustedProxies() 2017-04-05 08:52:45 +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.2 2017-05-01 07:55:58 -07:00
Tests Making the RegisterControllerArgumentLocatorsPass throw an exception on a bad type-hint 2017-05-10 15:41:43 -04:00
.gitignore Fix gitignore 2014-03-04 18:06:29 +01:00
CHANGELOG.md Add missing doc param & deprecation changelog entries 2017-05-21 12:00:14 +02:00
Client.php Merge branch '3.2' 2017-02-16 14:50:29 -08:00
composer.json [VarDumper] Allow seamless use of Data clones 2017-02-27 21:09:01 +01:00
HttpKernel.php [HttpKernel] Deprecate X-Status-Code for better alternative 2017-02-23 21:30:09 +00:00
HttpKernelInterface.php remove api tags from code 2015-09-28 19:11:22 +02:00
Kernel.php bumped Symfony version to 3.3.0 2017-05-17 20:35:24 +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