File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ Total Downloads] ( https://poser.pugx.org/symfony-cmf/routing/d/total.png )] ( https://packagist.org/packages/symfony-cmf/routing )
6
6
7
7
The Symfony CMF Routing component extends the Symfony2 core routing component.
8
- Even though it has Symfony in its name, it does not need the full Symfony2
9
- Framework and can be used in standalone projects.
8
+ It provides:
9
+
10
+ * A ChainRouter to run several routers in parallel
11
+ * A DynamicRouter that can load routes from any database and can generate
12
+ additional information in the route match.
13
+
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.
10
16
11
17
For Symfon2 projects, an optional
12
18
[ RoutingBundle] ( https://github.com/symfony-cmf/RoutingBundle )
@@ -18,7 +24,7 @@ and licensed under the [MIT License](LICENSE).
18
24
19
25
## Requirements
20
26
21
- * The Symfony 2.2.x Routing component
27
+ * The Symfony Routing component (>= 2.2.0)
22
28
* See also the ` require ` section of [ composer.json] ( composer.json )
23
29
24
30
@@ -30,7 +36,7 @@ For the install guide and reference, see:
30
36
31
37
See also:
32
38
33
- * [ All Symfony CMF documentation] ( http://symfony.com/doc/master/cmf/index.html ) - complete Symfony CMF reference
39
+ * [ All Symfony CMF documentation] ( http://symfony.com/doc/master/cmf/index.html ) - complete Symfony CMF reference
34
40
* [ Symfony CMF Website] ( http://cmf.symfony.com/ ) - introduction, live demo, support and community links
35
41
36
42
You can’t perform that action at this time.
0 commit comments