This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/vendor/symfony-cmf/routing
2018-11-23 12:29:20 +00:00
..
Candidates Update Composer, update everything 2018-11-23 12:29:20 +00:00
DependencyInjection/Compiler Update Composer, update everything 2018-11-23 12:29:20 +00:00
Enhancer Update Composer, update everything 2018-11-23 12:29:20 +00:00
Event Update Composer, update everything 2018-11-23 12:29:20 +00:00
NestedMatcher Update Composer, update everything 2018-11-23 12:29:20 +00:00
Test Update Composer, update everything 2018-11-23 12:29:20 +00:00
Tests Update Composer, update everything 2018-11-23 12:29:20 +00:00
.gitignore Update Composer, update everything 2018-11-23 12:29:20 +00:00
.styleci.yml Update Composer, update everything 2018-11-23 12:29:20 +00:00
.travis.yml Update Composer, update everything 2018-11-23 12:29:20 +00:00
ChainedRouterInterface.php Update Composer, update everything 2018-11-23 12:29:20 +00:00
ChainRouteCollection.php Update Composer, update everything 2018-11-23 12:29:20 +00:00
ChainRouter.php Update Composer, update everything 2018-11-23 12:29:20 +00:00
ChainRouterInterface.php Update Composer, update everything 2018-11-23 12:29:20 +00:00
CHANGELOG.md Update Composer, update everything 2018-11-23 12:29:20 +00:00
composer.json Update Composer, update everything 2018-11-23 12:29:20 +00:00
ContentAwareGenerator.php Update Composer, update everything 2018-11-23 12:29:20 +00:00
ContentRepositoryInterface.php Update Composer, update everything 2018-11-23 12:29:20 +00:00
CONTRIBUTING.md Update Composer, update everything 2018-11-23 12:29:20 +00:00
DynamicRouter.php Update Composer, update everything 2018-11-23 12:29:20 +00:00
LazyRouteCollection.php Update Composer, update everything 2018-11-23 12:29:20 +00:00
LICENSE Update Composer, update everything 2018-11-23 12:29:20 +00:00
PagedRouteCollection.php Update Composer, update everything 2018-11-23 12:29:20 +00:00
PagedRouteProviderInterface.php Update Composer, update everything 2018-11-23 12:29:20 +00:00
phpunit.xml.dist Update Composer, update everything 2018-11-23 12:29:20 +00:00
ProviderBasedGenerator.php Update Composer, update everything 2018-11-23 12:29:20 +00:00
README.md Update Composer, update everything 2018-11-23 12:29:20 +00:00
RedirectRouteInterface.php Update Composer, update everything 2018-11-23 12:29:20 +00:00
RouteObjectInterface.php Update Composer, update everything 2018-11-23 12:29:20 +00:00
RouteProviderInterface.php Update Composer, update everything 2018-11-23 12:29:20 +00:00
RouteReferrersInterface.php Update Composer, update everything 2018-11-23 12:29:20 +00:00
RouteReferrersReadInterface.php Update Composer, update everything 2018-11-23 12:29:20 +00:00
VersatileGeneratorInterface.php Update Composer, update everything 2018-11-23 12:29:20 +00:00

Symfony CMF Routing Component

Build Status Latest Stable Version Total Downloads

The Symfony CMF Routing component extends the Symfony2 core routing component. It provides:

  • A ChainRouter to run several routers in parallel
  • A DynamicRouter that can load routes from any database and can generate additional information in the route match.

Even though it has Symfony in its name, the Routing component does not need the full Symfony2 Framework and can be used in standalone projects.

For Symfony 2 projects, an optional RoutingBundle is also available.

This library is provided by the Symfony Content Management Framework (CMF) project and licensed under the MIT License.

Requirements

  • The Symfony Routing component (>= 2.2.0)
  • See also the require section of composer.json

Documentation

For the install guide and reference, see:

See also:

Contributing

Pull requests are welcome. Please see our CONTRIBUTING guide.

Unit and/or functional tests exist for this component. See the Testing documentation for a guide to running the tests.

Thanks to everyone who has contributed already.