Yannick Warnier 76a0eae5ea Add static resources and remove tests dir for beta release il y a 5 ans
..
Bundle 76a0eae5ea Add static resources and remove tests dir for beta release il y a 5 ans
CacheClearer 76a0eae5ea Add static resources and remove tests dir for beta release il y a 5 ans
CacheWarmer 76a0eae5ea Add static resources and remove tests dir for beta release il y a 5 ans
Config 76a0eae5ea Add static resources and remove tests dir for beta release il y a 5 ans
Controller 76a0eae5ea Add static resources and remove tests dir for beta release il y a 5 ans
DataCollector 76a0eae5ea Add static resources and remove tests dir for beta release il y a 5 ans
Debug 76a0eae5ea Add static resources and remove tests dir for beta release il y a 5 ans
DependencyInjection 76a0eae5ea Add static resources and remove tests dir for beta release il y a 5 ans
Event 76a0eae5ea Add static resources and remove tests dir for beta release il y a 5 ans
EventListener 76a0eae5ea Add static resources and remove tests dir for beta release il y a 5 ans
Exception 76a0eae5ea Add static resources and remove tests dir for beta release il y a 5 ans
Fragment 76a0eae5ea Add static resources and remove tests dir for beta release il y a 5 ans
HttpCache 76a0eae5ea Add static resources and remove tests dir for beta release il y a 5 ans
Log 76a0eae5ea Add static resources and remove tests dir for beta release il y a 5 ans
Profiler 76a0eae5ea Add static resources and remove tests dir for beta release il y a 5 ans
Tests 76a0eae5ea Add static resources and remove tests dir for beta release il y a 5 ans
.gitignore 76a0eae5ea Add static resources and remove tests dir for beta release il y a 5 ans
CHANGELOG.md 76a0eae5ea Add static resources and remove tests dir for beta release il y a 5 ans
Client.php 76a0eae5ea Add static resources and remove tests dir for beta release il y a 5 ans
HttpKernel.php 76a0eae5ea Add static resources and remove tests dir for beta release il y a 5 ans
HttpKernelInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release il y a 5 ans
Kernel.php 76a0eae5ea Add static resources and remove tests dir for beta release il y a 5 ans
KernelEvents.php 76a0eae5ea Add static resources and remove tests dir for beta release il y a 5 ans
KernelInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release il y a 5 ans
LICENSE 76a0eae5ea Add static resources and remove tests dir for beta release il y a 5 ans
README.md 76a0eae5ea Add static resources and remove tests dir for beta release il y a 5 ans
TerminableInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release il y a 5 ans
UriSigner.php 76a0eae5ea Add static resources and remove tests dir for beta release il y a 5 ans
composer.json 76a0eae5ea Add static resources and remove tests dir for beta release il y a 5 ans
phpunit.xml.dist 76a0eae5ea Add static resources and remove tests dir for beta release il y a 5 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