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

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