Yaffs site version 1.1
[yaffs-website] / vendor / symfony / http-kernel / README.md
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)