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

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