ezsystems/routing

This package is abandoned and no longer maintained. The author suggests using the symfony-cmf/routing package instead.

Extends the Symfony routing component for dynamic routes and chaining several routers

2.3.0 2020-03-16 14:22 UTC

README

Latest Stable Version Latest Unstable Version License

Total Downloads Monthly Downloads Daily Downloads

Version/Branch Travis Coveralls
master Build Status Coverage Status

This package is part of the Symfony Content Management Framework (CMF) and licensed under the MIT License.

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.

Requirements

  • PHP 7.1 / 7.2 / 7.2 / 7.4
  • Symfony 3.3 / 3.4 / 4.3 / 4.4 / 5.0
  • See also the require section of composer.json

Documentation

For the install guide and reference, see:

See also:

Support

For general support and questions, please use StackOverflow.

Contributing

Pull requests are welcome. Please see our CONTRIBUTING guide.

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

Thanks to everyone who has contributed already.

License

This package is available under the MIT license.