You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
KodeStar c3b571724b Add vendor and .env to make usable 7 years ago
..
Bundle Add vendor and .env to make usable 7 years ago
CacheClearer Add vendor and .env to make usable 7 years ago
CacheWarmer Add vendor and .env to make usable 7 years ago
Config Add vendor and .env to make usable 7 years ago
Controller Add vendor and .env to make usable 7 years ago
ControllerMetadata Add vendor and .env to make usable 7 years ago
DataCollector Add vendor and .env to make usable 7 years ago
Debug Add vendor and .env to make usable 7 years ago
DependencyInjection Add vendor and .env to make usable 7 years ago
Event Add vendor and .env to make usable 7 years ago
EventListener Add vendor and .env to make usable 7 years ago
Exception Add vendor and .env to make usable 7 years ago
Fragment Add vendor and .env to make usable 7 years ago
HttpCache Add vendor and .env to make usable 7 years ago
Log Add vendor and .env to make usable 7 years ago
Profiler Add vendor and .env to make usable 7 years ago
Resources Add vendor and .env to make usable 7 years ago
Tests Add vendor and .env to make usable 7 years ago
.gitignore Add vendor and .env to make usable 7 years ago
CHANGELOG.md Add vendor and .env to make usable 7 years ago
Client.php Add vendor and .env to make usable 7 years ago
HttpKernel.php Add vendor and .env to make usable 7 years ago
HttpKernelInterface.php Add vendor and .env to make usable 7 years ago
Kernel.php Add vendor and .env to make usable 7 years ago
KernelEvents.php Add vendor and .env to make usable 7 years ago
KernelInterface.php Add vendor and .env to make usable 7 years ago
LICENSE Add vendor and .env to make usable 7 years ago
README.md Add vendor and .env to make usable 7 years ago
RebootableInterface.php Add vendor and .env to make usable 7 years ago
TerminableInterface.php Add vendor and .env to make usable 7 years ago
UriSigner.php Add vendor and .env to make usable 7 years ago
composer.json Add vendor and .env to make usable 7 years ago
phpunit.xml.dist Add vendor and .env to make usable 7 years ago

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