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-10-09 20:05:34 +02:00
..
Bundle Fix minor phpdoc mismatches with the code(detected by phan) 2017-04-29 08:58:46 -07:00
CacheClearer removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
CacheWarmer Fix PHP 7.1 related failures 2016-07-19 10:44:18 +02:00
Config removed useless PHPDoc 2017-09-30 07:00:23 -07:00
Controller removed useless PHPDoc 2017-09-30 07:00:23 -07:00
DataCollector minor #24342 removed useless PHPDoc (OskarStark) 2017-09-30 07:00:25 -07:00
Debug [EventDispatcher] Try first if the event is Stopped 2016-04-04 11:22:54 +02:00
DependencyInjection removed useless PHPDoc 2017-09-30 07:00:23 -07:00
Event Merge branch '2.3' into 2.7 2015-10-06 10:31:51 +02:00
EventListener minor #24342 removed useless PHPDoc (OskarStark) 2017-09-30 07:00:25 -07:00
Exception removed useless PHPDoc 2017-09-30 07:00:23 -07:00
Fragment removed useless PHPDoc 2017-09-30 07:00:23 -07:00
HttpCache minor #24342 removed useless PHPDoc (OskarStark) 2017-09-30 07:00:25 -07:00
Log Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
Profiler minor #24342 removed useless PHPDoc (OskarStark) 2017-09-30 07:00:25 -07:00
Tests Fix 7.2 compat layer 2017-10-09 20:05:34 +02:00
.gitignore Fix gitignore 2014-03-04 18:06:29 +01:00
CHANGELOG.md [HttpKernel] [WebProfilerBundle] added HTTP status to profiler search result 2015-01-25 04:57:33 +01:00
Client.php removed useless PHPDoc 2017-09-30 07:00:23 -07:00
composer.json Fix 7.2 compat layer 2017-10-09 20:05:34 +02:00
HttpKernel.php removed useless PHPDoc 2017-09-30 07:00:23 -07:00
HttpKernelInterface.php remove api tags from code 2015-09-28 19:11:22 +02:00
Kernel.php bumped Symfony version to 2.7.36 2017-10-05 16:05:57 -07:00
KernelEvents.php add @Event annotation for KernelEvents 2016-05-02 19:24:41 +02:00
KernelInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02: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 removed useless PHPDoc 2017-09-30 07:00:23 -07: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