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.
 
 
 
 
 
Kode e3ec7de23a Dependency updates and update version number 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 Dependency updates and update version number 7 years ago
ControllerMetadata Dependency updates and update version number 7 years ago
DataCollector Dependency updates and update version number 7 years ago
Debug Dependency updates and update version number 7 years ago
DependencyInjection Dependency updates and update version number 7 years ago
Event Add vendor and .env to make usable 7 years ago
EventListener Dependency updates and update version number 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 Dependency updates and update version number 7 years ago
Log Add vendor and .env to make usable 7 years ago
Profiler Dependency updates and update version number 7 years ago
Resources Dependency updates and update version number 7 years ago
Tests Dependency updates and update version number 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 Dependency updates and update version number 7 years ago
KernelEvents.php Add vendor and .env to make usable 7 years ago
KernelInterface.php Dependency updates and update version number 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 Dependency updates and update version number 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