4
4
[ ![ Latest Stable Version] ( https://poser.pugx.org/symfony-cmf/routing/version.png )] ( https://packagist.org/packages/symfony-cmf/routing )
5
5
[ ![ Total Downloads] ( https://poser.pugx.org/symfony-cmf/routing/d/total.png )] ( https://packagist.org/packages/symfony-cmf/routing )
6
6
7
- The Symfony CMF Routing component extends the Symfony2 core routing component.
8
- It provides:
7
+ The Symfony CMF Routing component extends the Symfony routing component with additional features:
9
8
10
9
* A ChainRouter to run several routers in parallel
11
10
* A DynamicRouter that can load routes from any database and can generate
12
11
additional information in the route match.
13
12
14
- Even though it has Symfony in its name, the Routing component does not need the
15
- full Symfony2 Framework and can be used in standalone projects .
13
+ The CMF Routing component does not need the Symfony full stack framework. It is
14
+ also useful in applications not using the full Symfony framework .
16
15
17
- For Symfony 2 projects, an optional
18
- [ RoutingBundle] ( https://github.com/symfony-cmf/RoutingBundle )
19
- is also available .
16
+ For the best integration into the Symfony full stack framework, it is
17
+ recommended to use the [ RoutingBundle] ( https://github.com/symfony-cmf/RoutingBundle )
18
+ when building Symfony full stack applications .
20
19
21
20
This library is provided by the [ Symfony Content Management Framework (CMF) project] ( http://cmf.symfony.com/ )
22
21
and licensed under the [ MIT License] ( LICENSE ) .
@@ -25,7 +24,7 @@ and licensed under the [MIT License](LICENSE).
25
24
## Requirements
26
25
27
26
* PHP 5.6 / 7
28
- * The Symfony Routing component (2.2.0 - 3.\* )
27
+ * The Symfony Routing component (2.8 - 3.\* )
29
28
* See also the ` require ` section of [ composer.json] ( composer.json )
30
29
31
30
0 commit comments