• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..19-May-2021-

Bundle/H19-May-2021-297134

CacheClearer/H19-May-2021-14460

CacheWarmer/H19-May-2021-18573

Config/H19-May-2021-16175

Controller/H19-May-2021-1,087517

ControllerMetadata/H19-May-2021-280122

DataCollector/H19-May-2021-2,3071,407

Debug/H19-May-2021-210134

DependencyInjection/H19-May-2021-946521

Event/H19-May-2021-527191

EventListener/H19-May-2021-1,527912

Exception/H19-May-2021-545177

Fragment/H19-May-2021-729354

HttpCache/H19-May-2021-2,1341,072

Log/H19-May-2021-16188

Profiler/H19-May-2021-911449

Resources/H19-May-2021-7164

Tests/H19-May-2021-13,5429,808

.gitignoreH A D19-May-202177 65

CHANGELOG.mdH A D19-May-20217.3 KiB152126

Client.phpH A D19-May-20216.3 KiB207115

HttpKernel.phpH A D19-May-202110.7 KiB302171

HttpKernelInterface.phpH A D19-May-20211.3 KiB4410

Kernel.phpH A D19-May-202132.1 KiB979637

KernelEvents.phpH A D19-May-20213.1 KiB10413

KernelInterface.phpH A D19-May-20214.6 KiB16624

LICENSEH A D19-May-20211 KiB2016

README.mdH A D19-May-2021700 1713

RebootableInterface.phpH A D19-May-2021779 316

TerminableInterface.phpH A D19-May-2021910 338

UriSigner.phpH A D19-May-20212.9 KiB10858

composer.jsonH A D19-May-20212.2 KiB7069

phpunit.xml.distH A D19-May-20211.1 KiB4136

README.md

1HttpKernel Component
2====================
3
4The HttpKernel component provides a structured process for converting a Request
5into a Response by making use of the EventDispatcher component. It's flexible
6enough to create a full-stack framework (Symfony), a micro-framework (Silex) or
7an advanced CMS system (Drupal).
8
9Resources
10---------
11
12  * [Documentation](https://symfony.com/doc/current/components/http_kernel.html)
13  * [Contributing](https://symfony.com/doc/current/contributing/index.html)
14  * [Report issues](https://github.com/symfony/symfony/issues) and
15    [send Pull Requests](https://github.com/symfony/symfony/pulls)
16    in the [main Symfony repository](https://github.com/symfony/symfony)
17