菜谱项目

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

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