ezsystems / routing
Extends the Symfony routing component for dynamic routes and chaining several routers
Requires
- php: ^7.1
- psr/log: ^1.0
- symfony/http-kernel: ^3.4.22 || ^4.1 || ^5.0
- symfony/routing: ^3.4.22 || ^4.1 || ^5.0
Requires (Dev)
- symfony-cmf/testing: ^3@dev
- symfony/browser-kit: ^3.4.22 || ^4.1 || ^5.0
- symfony/config: ^3.4.22 || ^4.1 || ^5.0
- symfony/dependency-injection: ^3.4.22 || ^4.1 || ^5.0
- symfony/event-dispatcher: ^3.4.22 || ^4.1 || ^5.0
- symfony/phpunit-bridge: ^4.2.2
Suggests
- symfony/event-dispatcher: DynamicRouter can optionally trigger an event at the start of matching. Minimal version (^3.4 || ^4.3 || ^5.0)
Replaces
- dev-master / 2.3.x-dev
- 2.3.0
- 2.2.x-dev
- 2.2.0
- 2.1.x-dev
- 2.1.1
- 2.1.0
- 2.1.0-RC1
- 2.0.x-dev
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-RC3
- 2.0.0-RC2
- 2.0.0-RC1
- 1.4.x-dev
- 1.4.1
- 1.4.0
- 1.4.0-RC3
- 1.4.0-RC2
- 1.4.0-RC1
- 1.3.x-dev
- 1.3.0
- 1.3.0-RC4
- 1.3.0-RC3
- 1.3.0-RC2
- 1.3.0-RC1
- 1.2.x-dev
- 1.2.0
- 1.2.0-RC1
- 1.1.x-dev
- 1.1.0
- 1.1.0-RC4
- 1.1.0-RC3
- 1.1.0-RC2
- 1.1.0-RC1
- 1.1.0-beta2
- 1.1.0-beta1
- 1.1.0-alpha2
- 1.1.0-alpha1
- 1.0.x-dev
- 1.0.2
- 1.0.1
- 1.0.0
- 1.0.0-beta1
- 1.0.0-alpha4
- 1.0.0-alpha3
- 1.0.0-alpha2
- 1.0.0-alpha1
- dev-ezsystems_master
- dev-support-for-symfony-5
- dev-master-dev-kit
This package is auto-updated.
Last update: 2020-09-22 14:23:05 UTC
README
Version/Branch | Travis | Coveralls |
---|---|---|
master |
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:
- All Symfony CMF documentation - complete Symfony CMF reference
- Symfony CMF Website - introduction, live demo, support and community links
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.