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

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