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
2018-07-23 19:16:22 +02:00
..
Bundle Merge branch '3.4' 2017-10-24 16:16:56 +02:00
CacheClearer feature #26223 [FrameworkBundle] Add command to delete an item from a cache pool (pierredup) 2018-03-02 13:13:05 +01:00
CacheWarmer [FrameworkBundle] Remove double cache generation by detecting fresh kernels on cache:clear 2018-03-28 19:19:11 +02:00
Config Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Controller improve deprecation messages 2018-07-08 21:14:58 +02:00
ControllerMetadata Merge branch '3.4' into 4.0 2018-05-16 16:21:07 +02:00
DataCollector bug #27614 [VarDumper] Fix dumping by splitting Server/Connection out of Dumper/ServerDumper (nicolas-grekas) 2018-06-24 09:55:51 +02:00
Debug Merge branch '3.4' into 4.0 2018-04-04 07:10:37 +02:00
DependencyInjection bug #27214 [HttpKernel] Fix services are no longer injected into __invoke controllers method (ogizanagi) 2018-05-14 08:47:00 +02:00
Event Merge branch '3.4' into 4.0 2018-07-23 10:19:18 +02:00
EventListener Merge branch '4.0' into 4.1 2018-07-03 19:58:50 +02:00
Exception fixed some deprecation messages 2017-12-31 05:55:05 +01:00
Fragment Merge branch '4.0' into 4.1 2018-07-23 13:38:29 +02:00
HttpCache Merge branch '3.4' into 4.0 2018-06-19 22:54:48 +02:00
Log [HttpKernel] LoggerDataCollector: splitting logs on different sub-requests 2018-04-20 11:44:17 +02:00
Profiler Merge branch '4.0' into 4.1 2018-05-16 16:33:22 +02:00
Resources Display the Welcome Page when there is no homepage defined 2018-03-11 13:19:35 -05:00
Tests Merge branch '4.0' into 4.1 2018-07-23 13:38:29 +02:00
.gitignore
CHANGELOG.md [HttpKernel] Log/Collect exceptions at prio 0 2018-06-10 11:25:14 +02:00
Client.php Avoid nullable values in some Client's methods 2018-03-15 18:50:24 +05:00
composer.json bug #27614 [VarDumper] Fix dumping by splitting Server/Connection out of Dumper/ServerDumper (nicolas-grekas) 2018-06-24 09:55:51 +02:00
HttpKernel.php fixed some deprecation messages 2017-12-31 06:50:45 +01:00
HttpKernelInterface.php
Kernel.php updated VERSION for 4.1.2 2018-07-23 19:16:22 +02:00
KernelEvents.php Merge branch '2.8' into 3.3 2017-11-05 16:47:03 +01:00
KernelInterface.php Merge branch '3.4' into 4.0 2018-03-19 18:30:36 +01:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01: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
RebootableInterface.php [HttpKernel][FrameworkBundle] Add RebootableInterface, fix and un-deprecate cache:clear with warmup 2017-08-18 13:51:16 +02:00
TerminableInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
UriSigner.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +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