v1/vendor/symfony/http-kernel
Gdilove 927f32325b 初始化 2023-11-13 20:36:13 +08:00
..
Attribute 初始化 2023-11-13 20:36:13 +08:00
Bundle 初始化 2023-11-13 20:36:13 +08:00
CacheClearer 初始化 2023-11-13 20:36:13 +08:00
CacheWarmer 初始化 2023-11-13 20:36:13 +08:00
Config 初始化 2023-11-13 20:36:13 +08:00
Controller 初始化 2023-11-13 20:36:13 +08:00
ControllerMetadata 初始化 2023-11-13 20:36:13 +08:00
DataCollector 初始化 2023-11-13 20:36:13 +08:00
Debug 初始化 2023-11-13 20:36:13 +08:00
DependencyInjection 初始化 2023-11-13 20:36:13 +08:00
Event 初始化 2023-11-13 20:36:13 +08:00
EventListener 初始化 2023-11-13 20:36:13 +08:00
Exception 初始化 2023-11-13 20:36:13 +08:00
Fragment 初始化 2023-11-13 20:36:13 +08:00
HttpCache 初始化 2023-11-13 20:36:13 +08:00
Log 初始化 2023-11-13 20:36:13 +08:00
Profiler 初始化 2023-11-13 20:36:13 +08:00
Resources 初始化 2023-11-13 20:36:13 +08:00
CHANGELOG.md 初始化 2023-11-13 20:36:13 +08:00
HttpClientKernel.php 初始化 2023-11-13 20:36:13 +08:00
HttpKernel.php 初始化 2023-11-13 20:36:13 +08:00
HttpKernelBrowser.php 初始化 2023-11-13 20:36:13 +08:00
HttpKernelInterface.php 初始化 2023-11-13 20:36:13 +08:00
Kernel.php 初始化 2023-11-13 20:36:13 +08:00
KernelEvents.php 初始化 2023-11-13 20:36:13 +08:00
KernelInterface.php 初始化 2023-11-13 20:36:13 +08:00
LICENSE 初始化 2023-11-13 20:36:13 +08:00
README.md 初始化 2023-11-13 20:36:13 +08:00
RebootableInterface.php 初始化 2023-11-13 20:36:13 +08:00
TerminableInterface.php 初始化 2023-11-13 20:36:13 +08:00
UriSigner.php 初始化 2023-11-13 20:36:13 +08:00
composer.json 初始化 2023-11-13 20:36:13 +08:00

README.md

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 full-stack frameworks, micro-frameworks or advanced CMS systems like Drupal.

Resources