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
2016-09-10 12:12:34 +02:00
..
Bundle Merge branch '2.8' into 3.0 2016-01-12 18:46:41 +01:00
CacheClearer Merge branch '3.0' into 3.1 2016-06-29 07:41:56 +02:00
CacheWarmer Fix PHP 7.1 related failures 2016-07-19 10:44:18 +02:00
Config [3.0][Config] Remove ResourceInterface::getResource() which was deprecated in 2.8 2015-09-28 22:39:35 +02:00
Controller Added a SecurityUserValueResolver for controllers 2016-07-01 08:00:40 +02:00
ControllerMetadata fixed CS 2016-06-29 07:42:25 +02:00
DataCollector Merge branch '3.1' 2016-08-23 15:40:05 +02:00
Debug Add the kernel.controller_arguments event 2016-04-07 16:51:22 +02:00
DependencyInjection [FrameworkBundle] Wire PhpArrayAdapter with a new cache warmer for annotations 2016-07-30 03:40:00 -04:00
Event Add the kernel.controller_arguments event 2016-04-07 16:51:22 +02:00
EventListener Merge branch '3.1' 2016-08-23 15:40:05 +02:00
Exception fixed CS 2016-06-29 07:42:25 +02:00
Fragment Merge branch '3.0' into 3.1 2016-07-10 10:05:47 +02:00
HttpCache Merge branch '3.1' 2016-08-19 08:48:55 +02:00
Log Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
Profiler Merge branch '3.0' into 3.1 2016-06-29 09:02:31 +02:00
Tests Merge branch '3.1' 2016-08-23 15:40:05 +02:00
.gitignore Fix gitignore 2014-03-04 18:06:29 +01:00
CHANGELOG.md some tweaks to the controller argument resolver 2016-04-11 10:32:34 +02:00
Client.php Merge branch '2.3' into 2.7 2015-12-15 02:31:17 +01:00
composer.json Fix some lowest deps 2016-06-30 13:30:07 +02:00
HttpKernel.php Merge branch '3.0' into 3.1 2016-06-30 11:40:26 +02:00
HttpKernelInterface.php remove api tags from code 2015-09-28 19:11:22 +02:00
Kernel.php [DI] Allow injecting ENV parameters at runtime using %env(MY_ENV_VAR)% syntax 2016-09-10 12:12:34 +02:00
KernelEvents.php move event listener method type hint docs to @Event annotations default value. makes it easily parsable by PhpStorm plugin 2016-05-03 20:48:46 +02:00
KernelInterface.php Merge branch '2.8' into 3.0 2016-06-29 07:40:00 +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 Merge branch '2.3' into 2.7 2016-01-12 18:44: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