菜谱项目

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

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