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-03-14 22:34:48 +01:00
..
Bundle [2.3] Static Code Analysis for Components 2016-01-12 12:31:34 +01:00
CacheClearer [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
CacheWarmer Docblock fixes 2014-11-30 13:33:44 +00:00
Config Make the container considered non-fresh if the environment parameters are changed 2014-12-13 16:43:22 +00:00
Controller simplified code 2016-03-01 12:09:54 +01:00
DataCollector Use constant instead of function call. 2016-03-04 15:04:09 +02:00
Debug bug #14633 [2.3][EventDispatcher] make listeners removable from an executed listener (xabbuh) 2015-05-14 19:40:02 +02:00
DependencyInjection [DependencyInjection] improved a comment for reading fluency 2015-09-30 09:41:34 +02:00
Event Fix docblocks about callables 2015-10-05 19:32:31 +02:00
EventListener Remove _path from query parameters when fragment is a subrequest and request attributes are already set 2016-03-02 08:58:36 -06:00
Exception Fix docblocks to comments 2015-01-30 10:53:48 +01:00
Fragment Fixes various phpdoc and coding standards. 2015-01-02 09:58:20 +01:00
HttpCache minor #17480 Static code analysis (Koc) 2016-01-27 05:57:57 +01:00
Log remove api tags from code 2015-09-28 19:11:22 +02:00
Profiler minor #18088 Fix typo for profiler 2016-03-12 21:15:46 +07:00
Tests bug #17595 [HttpKernel] Remove _path from query parameters when fragment is a subrequest (cmenning) 2016-03-03 13:35:04 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [2.3] Cleanup deprecations 2015-01-03 10:22:29 +01:00
Client.php Clean useless deprecation silencing 2015-12-10 15:12:08 +01:00
composer.json added the new Composer exclude-from-classmap option 2015-10-30 12:48:51 -07:00
HttpKernel.php remove api tags from code 2015-09-28 19:11:22 +02:00
HttpKernelInterface.php remove api tags from code 2015-09-28 19:11:22 +02:00
Kernel.php bumped Symfony version to 2.3.40 2016-03-14 22:34:48 +01:00
KernelEvents.php remove api tags from code 2015-09-28 19:11:22 +02:00
KernelInterface.php remove api tags from code 2015-09-28 19:11:22 +02:00
LICENSE Update copyright year 2016-01-01 23:53:47 -03:00
phpunit.xml.dist Add missing exclusions from phpunit.xml.dist 2015-11-18 09:19:46 +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 minor #17282 [2.3] Static Code Analysis for Components (kalessil) 2016-01-12 12:31:36 +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