菜谱项目

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

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