Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/http-kernel/README.md @ 0:4c8ae668cc8c
Initial import (non-working)
author | Chris Cannam |
---|---|
date | Wed, 29 Nov 2017 16:09:58 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4c8ae668cc8c |
---|---|
1 HttpKernel Component | |
2 ==================== | |
3 | |
4 The HttpKernel component provides a structured process for converting a Request | |
5 into a Response by making use of the EventDispatcher component. It's flexible | |
6 enough to create a full-stack framework (Symfony), a micro-framework (Silex) or | |
7 an advanced CMS system (Drupal). | |
8 | |
9 Resources | |
10 --------- | |
11 | |
12 * [Documentation](https://symfony.com/doc/current/components/http_kernel/index.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) |