Yannick Warnier 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
..
Bundle 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
CacheClearer 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
CacheWarmer 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
Config 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
Controller 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
DataCollector 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
Debug 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
DependencyInjection 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
Event 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
EventListener 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
Exception 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
Fragment 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
HttpCache 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
Log 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
Profiler 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
Tests 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
.gitignore 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
CHANGELOG.md 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
Client.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
HttpKernel.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
HttpKernelInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
Kernel.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
KernelEvents.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
KernelInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
LICENSE 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
README.md 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
TerminableInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
UriSigner.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
composer.json 76a0eae5ea Add static resources and remove tests dir for beta release 5 年之前
phpunit.xml.dist 76a0eae5ea Add static resources and remove tests dir for beta release 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