Yannick Warnier 76a0eae5ea Add static resources and remove tests dir for beta release hace 5 años
..
Bundle 76a0eae5ea Add static resources and remove tests dir for beta release hace 5 años
CacheClearer 76a0eae5ea Add static resources and remove tests dir for beta release hace 5 años
CacheWarmer 76a0eae5ea Add static resources and remove tests dir for beta release hace 5 años
Config 76a0eae5ea Add static resources and remove tests dir for beta release hace 5 años
Controller 76a0eae5ea Add static resources and remove tests dir for beta release hace 5 años
DataCollector 76a0eae5ea Add static resources and remove tests dir for beta release hace 5 años
Debug 76a0eae5ea Add static resources and remove tests dir for beta release hace 5 años
DependencyInjection 76a0eae5ea Add static resources and remove tests dir for beta release hace 5 años
Event 76a0eae5ea Add static resources and remove tests dir for beta release hace 5 años
EventListener 76a0eae5ea Add static resources and remove tests dir for beta release hace 5 años
Exception 76a0eae5ea Add static resources and remove tests dir for beta release hace 5 años
Fragment 76a0eae5ea Add static resources and remove tests dir for beta release hace 5 años
HttpCache 76a0eae5ea Add static resources and remove tests dir for beta release hace 5 años
Log 76a0eae5ea Add static resources and remove tests dir for beta release hace 5 años
Profiler 76a0eae5ea Add static resources and remove tests dir for beta release hace 5 años
Tests 76a0eae5ea Add static resources and remove tests dir for beta release hace 5 años
.gitignore 76a0eae5ea Add static resources and remove tests dir for beta release hace 5 años
CHANGELOG.md 76a0eae5ea Add static resources and remove tests dir for beta release hace 5 años
Client.php 76a0eae5ea Add static resources and remove tests dir for beta release hace 5 años
HttpKernel.php 76a0eae5ea Add static resources and remove tests dir for beta release hace 5 años
HttpKernelInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release hace 5 años
Kernel.php 76a0eae5ea Add static resources and remove tests dir for beta release hace 5 años
KernelEvents.php 76a0eae5ea Add static resources and remove tests dir for beta release hace 5 años
KernelInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release hace 5 años
LICENSE 76a0eae5ea Add static resources and remove tests dir for beta release hace 5 años
README.md 76a0eae5ea Add static resources and remove tests dir for beta release hace 5 años
TerminableInterface.php 76a0eae5ea Add static resources and remove tests dir for beta release hace 5 años
UriSigner.php 76a0eae5ea Add static resources and remove tests dir for beta release hace 5 años
composer.json 76a0eae5ea Add static resources and remove tests dir for beta release hace 5 años
phpunit.xml.dist 76a0eae5ea Add static resources and remove tests dir for beta release hace 5 años

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