1
1
# Symfony CMF Routing
2
2
3
+ [ ![ Build Status] ( https://github.com/symfony-cmf/Routing/actions/workflows/test-application.yaml/badge.svg )] ( https://github.com/symfony-cmf/Routing/actions/workflows/test-application.yaml )
3
4
[ ![ Latest Stable Version] ( https://poser.pugx.org/symfony-cmf/routing/v/stable )] ( https://packagist.org/packages/symfony-cmf/routing )
4
5
[ ![ Latest Unstable Version] ( https://poser.pugx.org/symfony-cmf/routing/v/unstable )] ( https://packagist.org/packages/symfony-cmf/routing )
5
6
[ ![ License] ( https://poser.pugx.org/symfony-cmf/routing/license )] ( https://packagist.org/packages/symfony-cmf/routing )
8
9
[ ![ Monthly Downloads] ( https://poser.pugx.org/symfony-cmf/routing/d/monthly )] ( https://packagist.org/packages/symfony-cmf/routing )
9
10
[ ![ Daily Downloads] ( https://poser.pugx.org/symfony-cmf/routing/d/daily )] ( https://packagist.org/packages/symfony-cmf/routing )
10
11
11
- Version/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
12
+ This package is part of the Symfony Content Management Framework (CMF) and licensed
16
13
under the [ MIT License] ( LICENSE ) .
17
14
18
15
The Symfony CMF Routing component extends the Symfony routing component with additional features:
@@ -37,12 +34,11 @@ See the `require` section of [composer.json](composer.json)
37
34
38
35
For the install guide and reference, see:
39
36
40
- * [ symfony-cmf/routing Documentation] ( http ://symfony.com/doc/master/cmf/components/ routing/index.html)
37
+ * [ symfony-cmf/routing Documentation] ( https ://symfony.com/bundles/CMFRoutingBundle/current/ routing-component /index.html)
41
38
42
39
See also:
43
40
44
- * [ All Symfony CMF documentation] ( http://symfony.com/doc/master/cmf/index.html ) - complete Symfony CMF reference
45
- * [ Symfony CMF Website] ( http://cmf.symfony.com/ ) - introduction, live demo, support and community links
41
+ * [ All Symfony CMF documentation] ( https://symfony.com/bundles/CMFRoutingBundle/current/index.html ) - complete Symfony CMF reference
46
42
47
43
## Support
48
44
@@ -54,20 +50,8 @@ Pull requests are welcome. Please see our
54
50
[ CONTRIBUTING] ( https://github.com/symfony-cmf/Routing/blob/master/CONTRIBUTING.md )
55
51
guide.
56
52
57
- Unit and/or functional tests exist for this package. See the
58
- [ Testing documentation] ( http://symfony.com/doc/master/cmf/components/testing.html )
59
- for a guide to running the tests.
60
-
61
- Thanks to
62
- [ everyone who has contributed] ( contributors ) already.
53
+ Thanks to [ everyone who has contributed] ( contributors ) already.
63
54
64
55
## License
65
56
66
57
This package is available under the [ MIT license] ( src/Resources/meta/LICENSE ) .
67
-
68
- [ travis_unstable_badge ] : https://travis-ci.org/symfony-cmf/Routing.svg?branch=master
69
-
70
- [ travis_link ] : https://travis-ci.org/symfony-cmf/Routing
71
-
72
- [ coveralls_unstable_badge ] : https://coveralls.io/repos/github/symfony-cmf/routing/badge.svg?branch=master
73
- [ coveralls_unstable_link ] : https://coveralls.io/github/symfony-cmf/routing?branch=master
0 commit comments