1
1
# Symfony CMF Routing Bundle
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/symfony-cmf/routing-bundle.svg?branch=master )] ( https://travis-ci.org/symfony-cmf/routing-bundle )
4
- [ ![ StyleCI] ( https://styleci.io/repos/4221277/shield )] ( https://styleci.io/repos/4221277 )
5
- [ ![ Latest Stable Version] ( https://poser.pugx.org/symfony-cmf/routing-bundle/version.png )] ( https://packagist.org/packages/symfony-cmf/routing-bundle )
6
- [ ![ Total Downloads] ( https://poser.pugx.org/symfony-cmf/routing-bundle/d/total.png )] ( https://packagist.org/packages/symfony-cmf/routing-bundle )
3
+ [ ![ Latest Stable Version] ( https://poser.pugx.org/symfony-cmf/routing-bundle/v/stable )] ( https://packagist.org/packages/symfony-cmf/routing-bundle )
4
+ [ ![ Latest Unstable Version] ( https://poser.pugx.org/symfony-cmf/routing-bundle/v/unstable )] ( https://packagist.org/packages/symfony-cmf/routing-bundle )
5
+ [ ![ License] ( https://poser.pugx.org/symfony-cmf/routing-bundle/license )] ( https://packagist.org/packages/symfony-cmf/routing-bundle )
7
6
8
- This bundle is part of the [ Symfony Content Management Framework (CMF)] ( http://cmf.symfony.com/ )
9
- and licensed under the [ MIT License] ( LICENSE ) .
7
+ [ ![ Total Downloads] ( https://poser.pugx.org/symfony-cmf/routing-bundle/downloads )] ( https://packagist.org/packages/symfony-cmf/routing-bundle )
8
+ [ ![ Monthly Downloads] ( https://poser.pugx.org/symfony-cmf/routing-bundle/d/monthly )] ( https://packagist.org/packages/symfony-cmf/routing-bundle )
9
+ [ ![ Daily Downloads] ( https://poser.pugx.org/symfony-cmf/routing-bundle/d/daily )] ( https://packagist.org/packages/symfony-cmf/routing-bundle )
10
+
11
+ Branch | Travis | Coveralls |
12
+ ------ | ------ | --------- |
13
+ master | [ ![ Build Status] [ travis_unstable_badge ]] [ travis_link ] | [ ![ Coverage Status] [ coveralls_unstable_badge ]] [ coveralls_unstable_link ] |
14
+
15
+ This package is part of the [ Symfony Content Management Framework (CMF)] ( http://cmf.symfony.com/ ) and licensed
16
+ under the [ MIT License] ( LICENSE ) .
10
17
11
18
The RoutingBundle enables the
12
19
[ CMF Routing component] ( https://github.com/symfony-cmf/Routing )
@@ -16,32 +23,50 @@ controller for redirection routes.
16
23
17
24
## Requirements
18
25
19
- * PHP 5.6 / 7
20
- * Symfony 2.8 / 3
26
+ * PHP 7.1 / 7.2
27
+ * Symfony 2.8 / 3.3 / 3.4 / 4.0
21
28
* See also the ` require ` section of [ composer.json] ( composer.json )
22
29
23
-
24
30
## Documentation
25
31
26
32
For the install guide and reference, see:
27
33
28
- * [ RoutingBundle documentation ] ( http://symfony.com/doc/master/cmf/bundles/routing/index.html )
34
+ * [ symfony-cmf/routing-bundle Documentation ] ( http://symfony.com/doc/master/cmf/bundles/routing/index.html )
29
35
30
36
See also:
31
37
32
38
* [ All Symfony CMF documentation] ( http://symfony.com/doc/master/cmf/index.html ) - complete Symfony CMF reference
33
39
* [ Symfony CMF Website] ( http://cmf.symfony.com/ ) - introduction, live demo, support and community links
34
40
41
+ ## Support
42
+
43
+ For general support and questions, please use [ StackOverflow] ( http://stackoverflow.com/questions/tagged/symfony-cmf ) .
35
44
36
45
## Contributing
37
46
38
47
Pull requests are welcome. Please see our
39
- [ CONTRIBUTING] ( https://github.com/symfony-cmf/symfony-cmf/ blob/master/CONTRIBUTING.md )
48
+ [ CONTRIBUTING] ( https://github.com/symfony-cmf/blob/master/CONTRIBUTING.md )
40
49
guide.
41
50
42
- Unit and/or functional tests exist for this bundle . See the
51
+ Unit and/or functional tests exist for this package . See the
43
52
[ Testing documentation] ( http://symfony.com/doc/master/cmf/components/testing.html )
44
53
for a guide to running the tests.
45
54
46
55
Thanks to
47
- [ everyone who has contributed] ( https://github.com/symfony-cmf/RoutingBundle/contributors ) already.
56
+ [ everyone who has contributed] ( contributors ) already.
57
+
58
+ ## License
59
+
60
+ This package is available under the [ MIT license] ( src/Resources/meta/LICENSE ) .
61
+
62
+ [ travis_legacy_badge ] : https://travis-ci.org/symfony-cmf/routing-bundle.svg?branch=master
63
+ [ travis_stable_badge ] : https://travis-ci.org/symfony-cmf/routing-bundle.svg?branch=master
64
+ [ travis_unstable_badge ] : https://travis-ci.org/symfony-cmf/routing-bundle.svg?branch=master
65
+ [ travis_link ] : https://travis-ci.org/symfony-cmf/routing-bundle
66
+
67
+ [ coveralls_legacy_badge ] : https://coveralls.io/repos/github/symfony-cmf/routing-bundle/badge.svg?branch=master
68
+ [ coveralls_legacy_link ] : https://coveralls.io/github/symfony-cmf/routing-bundle?branch=master
69
+ [ coveralls_stable_badge ] : https://coveralls.io/repos/github/symfony-cmf/routing-bundle/badge.svg?branch=master
70
+ [ coveralls_stable_link ] : https://coveralls.io/github/symfony-cmf/routing-bundle?branch=master
71
+ [ coveralls_unstable_badge ] : https://coveralls.io/repos/github/symfony-cmf/routing-bundle/badge.svg?branch=master
72
+ [ coveralls_unstable_link ] : https://coveralls.io/github/symfony-cmf/routing-bundle?branch=master
0 commit comments