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-05-03 08:45:46 +02:00
..
Bundle Merge branch '2.8' into 3.0 2016-01-12 18:46:41 +01:00
CacheClearer [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
CacheWarmer Merge branch '2.3' into 2.5 2014-12-02 21:15:53 +01:00
Config [3.0][Config] Remove ResourceInterface::getResource() which was deprecated in 2.8 2015-09-28 22:39:35 +02:00
Controller Merge branch '2.8' into 3.0 2016-03-01 18:42:47 +01:00
DataCollector Merge branch '2.8' into 3.0 2016-03-10 11:34:12 +01:00
Debug Silence invasive deprecation warnings, opt-in for warnings 2015-06-08 10:37:21 +01:00
DependencyInjection Merge branch '2.8' into 3.0 2016-03-10 11:34:12 +01:00
Event Merge branch '2.8' 2015-11-04 09:18:19 +01:00
EventListener Merge branch '2.8' into 3.0 2016-04-14 17:30:28 +02:00
Exception Silence invasive deprecation warnings, opt-in for warnings 2015-06-08 10:37:21 +01:00
Fragment Remove unused imports 2016-01-21 00:01:55 +02:00
HttpCache Merge branch '2.8' into 3.0 2016-03-16 16:33:32 +01:00
Log Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
Profiler minor #18088 Fix typo for profiler 2016-03-12 21:15:46 +07:00
Tests Merge branch '2.8' into 3.0 2016-03-25 02:41:20 +01:00
.gitignore Fix gitignore 2014-03-04 18:06:29 +01:00
CHANGELOG.md [HttpKernel] removed Profiler::import/export 2015-09-15 09:57:39 +01:00
Client.php Merge branch '2.3' into 2.7 2015-12-15 02:31:17 +01:00
composer.json Merge branch '2.8' 2015-10-30 16:35:59 -07:00
HttpKernel.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
HttpKernelInterface.php remove api tags from code 2015-09-28 19:11:22 +02:00
Kernel.php bumped Symfony version to 3.0.6 2016-05-03 08:45:46 +02:00
KernelEvents.php Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
KernelInterface.php Merge branch '2.8' 2015-09-29 16:08:28 +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