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

..22-Feb-2022-

Annotation/H03-May-2022-183131

DependencyInjection/H03-May-2022-5027

Exception/H03-May-2022-17745

Generator/H03-May-2022-720346

Loader/H03-May-2022-2,3731,502

Matcher/H03-May-2022-1,6251,008

CHANGELOG.mdH A D30-Mar-202010.8 KiB269220

CompiledRoute.phpH A D03-May-20224.3 KiB17488

LICENSEH A D30-Mar-20201 KiB2016

README.mdH A D30-Mar-2020499 1410

RequestContext.phpH A D03-May-20226.3 KiB306132

RequestContextAwareInterface.phpH A D03-May-2022558 287

Route.phpH A D03-May-202214.1 KiB569260

RouteCollection.phpH A D03-May-20226.8 KiB274135

RouteCollectionBuilder.phpH A D03-May-20229.2 KiB360176

RouteCompiler.phpH A D03-May-202214.7 KiB346224

RouteCompilerInterface.phpH A D03-May-2022779 316

Router.phpH A D03-May-202212.1 KiB391212

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