Kévin Tessier c68c1dd9b0 first commit il y a 7 ans
..
Bundle c68c1dd9b0 first commit il y a 7 ans
CacheClearer c68c1dd9b0 first commit il y a 7 ans
CacheWarmer c68c1dd9b0 first commit il y a 7 ans
Config c68c1dd9b0 first commit il y a 7 ans
Controller c68c1dd9b0 first commit il y a 7 ans
DataCollector c68c1dd9b0 first commit il y a 7 ans
Debug c68c1dd9b0 first commit il y a 7 ans
DependencyInjection c68c1dd9b0 first commit il y a 7 ans
Event c68c1dd9b0 first commit il y a 7 ans
EventListener c68c1dd9b0 first commit il y a 7 ans
Exception c68c1dd9b0 first commit il y a 7 ans
Fragment c68c1dd9b0 first commit il y a 7 ans
HttpCache c68c1dd9b0 first commit il y a 7 ans
Log c68c1dd9b0 first commit il y a 7 ans
Profiler c68c1dd9b0 first commit il y a 7 ans
.gitignore c68c1dd9b0 first commit il y a 7 ans
CHANGELOG.md c68c1dd9b0 first commit il y a 7 ans
Client.php c68c1dd9b0 first commit il y a 7 ans
HttpKernel.php c68c1dd9b0 first commit il y a 7 ans
HttpKernelInterface.php c68c1dd9b0 first commit il y a 7 ans
Kernel.php c68c1dd9b0 first commit il y a 7 ans
KernelEvents.php c68c1dd9b0 first commit il y a 7 ans
KernelInterface.php c68c1dd9b0 first commit il y a 7 ans
LICENSE c68c1dd9b0 first commit il y a 7 ans
README.md c68c1dd9b0 first commit il y a 7 ans
TerminableInterface.php c68c1dd9b0 first commit il y a 7 ans
UriSigner.php c68c1dd9b0 first commit il y a 7 ans
composer.json c68c1dd9b0 first commit il y a 7 ans
phpunit.xml.dist c68c1dd9b0 first commit il y a 7 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