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

..21-Sep-2021-

Annotation/H03-May-2022-183131

DependencyInjection/H03-May-2022-5027

Exception/H03-May-2022-17745

Generator/H03-May-2022-870433

Loader/H03-May-2022-2,4811,539

Matcher/H03-May-2022-1,7101,043

CHANGELOG.mdH A D30-Mar-202010.4 KiB260213

CompiledRoute.phpH A D03-May-20224.4 KiB17888

LICENSEH A D30-Mar-20201 KiB2016

README.mdH A D30-Mar-2020499 1410

RequestContext.phpH A D03-May-20226.8 KiB327132

RequestContextAwareInterface.phpH A D03-May-2022558 287

Route.phpH A D03-May-202214.9 KiB602263

RouteCollection.phpH A D03-May-20227.7 KiB299138

RouteCollectionBuilder.phpH A D03-May-20229.6 KiB377176

RouteCompiler.phpH A D03-May-202214.7 KiB346224

RouteCompilerInterface.phpH A D03-May-2022779 316

Router.phpH A D03-May-202215.6 KiB457261

RouterInterface.phpH A D03-May-20221 KiB368

composer.jsonH A D30-Mar-20201.6 KiB5554

README.md

1Routing Component
2=================
3
4The Routing component maps an HTTP request to a set of configuration variables.
5
6Resources
7---------
8
9  * [Documentation](https://symfony.com/doc/current/components/routing.html)
10  * [Contributing](https://symfony.com/doc/current/contributing/index.html)
11  * [Report issues](https://github.com/symfony/symfony/issues) and
12    [send Pull Requests](https://github.com/symfony/symfony/pulls)
13    in the [main Symfony repository](https://github.com/symfony/symfony)
14