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