dkreuer / routing

Routing component building on the Symfony2 Routing component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Symfony CMF Routing Component

Build Status Latest Stable Version Total Downloads

The Symfony CMF Routing component extends the Symfony routing component with additional features:

  • 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.

The CMF Routing component does not need the Symfony full stack framework. It is also useful in applications not using the full Symfony framework.

For the best integration into the Symfony full stack framework, it is recommended to use the RoutingBundle when building Symfony full stack applications.

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

Requirements

  • PHP 5.6 / 7
  • The Symfony Routing component (2.8 - 3.*)
  • 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.

About

Routing component building on the Symfony2 Routing component

License:Other


Languages

Language:PHP 100.0%