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