root 1c2c56603a 1 5 年 前
..
Bundle 1c2c56603a 1 5 年 前
CacheClearer 1c2c56603a 1 5 年 前
CacheWarmer 1c2c56603a 1 5 年 前
Config 1c2c56603a 1 5 年 前
Controller 1c2c56603a 1 5 年 前
ControllerMetadata 1c2c56603a 1 5 年 前
DataCollector 1c2c56603a 1 5 年 前
Debug 1c2c56603a 1 5 年 前
DependencyInjection 1c2c56603a 1 5 年 前
Event 1c2c56603a 1 5 年 前
EventListener 1c2c56603a 1 5 年 前
Exception 1c2c56603a 1 5 年 前
Fragment 1c2c56603a 1 5 年 前
HttpCache 1c2c56603a 1 5 年 前
Log 1c2c56603a 1 5 年 前
Profiler 1c2c56603a 1 5 年 前
Resources 1c2c56603a 1 5 年 前
Tests 1c2c56603a 1 5 年 前
.gitignore 1c2c56603a 1 5 年 前
CHANGELOG.md 1c2c56603a 1 5 年 前
Client.php 1c2c56603a 1 5 年 前
HttpKernel.php 1c2c56603a 1 5 年 前
HttpKernelInterface.php 1c2c56603a 1 5 年 前
Kernel.php 1c2c56603a 1 5 年 前
KernelEvents.php 1c2c56603a 1 5 年 前
KernelInterface.php 1c2c56603a 1 5 年 前
LICENSE 1c2c56603a 1 5 年 前
README.md 1c2c56603a 1 5 年 前
RebootableInterface.php 1c2c56603a 1 5 年 前
TerminableInterface.php 1c2c56603a 1 5 年 前
UriSigner.php 1c2c56603a 1 5 年 前
composer.json 1c2c56603a 1 5 年 前
phpunit.xml.dist 1c2c56603a 1 5 年 前

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 a full-stack framework (Symfony), a micro-framework (Silex) or an advanced CMS system (Drupal).

Resources