Chamilo is a learning management system focused on ease of use and accessibility
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.
 
 
 
 
 
 
chamilo-lms/vendor/symfony/http-kernel
Yannick Warnier 1e3a1e27ef Add static resources and remove tests dir for release 4 years ago
..
Bundle
CacheClearer
CacheWarmer
Config
Controller
ControllerMetadata
DataCollector
Debug
DependencyInjection
Event
EventListener
Exception
Fragment
HttpCache
Log
Profiler
Tests
.gitignore
CHANGELOG.md
Client.php
HttpKernel.php
HttpKernelInterface.php
Kernel.php
KernelEvents.php
KernelInterface.php
LICENSE
README.md
TerminableInterface.php
UriSigner.php
composer.json
phpunit.xml.dist

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