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

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