菜谱项目

sunlight 9321b15c94 first commit il y a 6 ans
..
Bundle 9321b15c94 first commit il y a 6 ans
CacheClearer 9321b15c94 first commit il y a 6 ans
CacheWarmer 9321b15c94 first commit il y a 6 ans
Config 9321b15c94 first commit il y a 6 ans
Controller 9321b15c94 first commit il y a 6 ans
ControllerMetadata 9321b15c94 first commit il y a 6 ans
DataCollector 9321b15c94 first commit il y a 6 ans
Debug 9321b15c94 first commit il y a 6 ans
DependencyInjection 9321b15c94 first commit il y a 6 ans
Event 9321b15c94 first commit il y a 6 ans
EventListener 9321b15c94 first commit il y a 6 ans
Exception 9321b15c94 first commit il y a 6 ans
Fragment 9321b15c94 first commit il y a 6 ans
HttpCache 9321b15c94 first commit il y a 6 ans
Log 9321b15c94 first commit il y a 6 ans
Profiler 9321b15c94 first commit il y a 6 ans
Tests 9321b15c94 first commit il y a 6 ans
.gitignore 9321b15c94 first commit il y a 6 ans
CHANGELOG.md 9321b15c94 first commit il y a 6 ans
Client.php 9321b15c94 first commit il y a 6 ans
HttpKernel.php 9321b15c94 first commit il y a 6 ans
HttpKernelInterface.php 9321b15c94 first commit il y a 6 ans
Kernel.php 9321b15c94 first commit il y a 6 ans
KernelEvents.php 9321b15c94 first commit il y a 6 ans
KernelInterface.php 9321b15c94 first commit il y a 6 ans
LICENSE 9321b15c94 first commit il y a 6 ans
README.md 9321b15c94 first commit il y a 6 ans
TerminableInterface.php 9321b15c94 first commit il y a 6 ans
UriSigner.php 9321b15c94 first commit il y a 6 ans
composer.json 9321b15c94 first commit il y a 6 ans
phpunit.xml.dist 9321b15c94 first commit il y a 6 ans

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