1
1
# Symfony CMF Resource Bundle
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/symfony-cmf/resource-bundle.svg?branch=master )] ( https://travis-ci.org/symfony-cmf/resource-bundle )
4
- [ ![ StyleCI] ( https://styleci.io/repos/26688804/shield )] ( https://styleci.io/repos/26688804 )
5
- [ ![ Latest Stable Version] ( https://poser.pugx.org/symfony-cmf/resource-bundle/version.png )] ( https://packagist.org/packages/symfony-cmf/resource-bundle )
6
- [ ![ Total Downloads] ( https://poser.pugx.org/symfony-cmf/resource-bundle/d/total.png )] ( https://packagist.org/packages/symfony-cmf/resource-bundle )
3
+ [ ![ Latest Stable Version] ( https://poser.pugx.org/symfony-cmf/resource-bundle/v/stable )] ( https://packagist.org/packages/symfony-cmf/resource-bundle )
4
+ [ ![ Latest Unstable Version] ( https://poser.pugx.org/symfony-cmf/resource-bundle/v/unstable )] ( https://packagist.org/packages/symfony-cmf/resource-bundle )
5
+ [ ![ License] ( https://poser.pugx.org/symfony-cmf/resource-bundle/license )] ( https://packagist.org/packages/symfony-cmf/resource-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/resource-bundle/downloads )] ( https://packagist.org/packages/symfony-cmf/resource-bundle )
8
+ [ ![ Monthly Downloads] ( https://poser.pugx.org/symfony-cmf/resource-bundle/d/monthly )] ( https://packagist.org/packages/symfony-cmf/resource-bundle )
9
+ [ ![ Daily Downloads] ( https://poser.pugx.org/symfony-cmf/resource-bundle/d/daily )] ( https://packagist.org/packages/symfony-cmf/resource-bundle )
10
+
11
+ Branch | Travis | Coveralls |
12
+ ------ | ------ | --------- |
13
+ master | [ ![ Build Status] [ travis_unstable_badge ]] [ travis_unstable_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
This bundle provides * object* resource location services based on Puli.
12
19
@@ -26,28 +33,55 @@ document resource resolution.
26
33
For example, a ` Site ` which is matched against the incoming hostname would
27
34
provide the context with which to resolve the documents.
28
35
29
- ## Requirements
30
36
31
- * Symfony 2.8+
37
+ ## Requirements
38
+
39
+ * PHP 7.0 / 7.1
40
+ * Symfony 2.8 / 3.1 / 3.2 / 3.3
32
41
* See also the ` require ` section of [ composer.json] ( composer.json )
33
42
34
43
## Documentation
35
44
36
- Not yet.
45
+ For the install guide and reference, see:
46
+
47
+ * [ symfony-cmf/resource-bundle Documentation] ( http://symfony.com/doc/master/cmf/bundles/resource-rest/index.html )
48
+
49
+ See also:
37
50
38
51
* [ All Symfony CMF documentation] ( http://symfony.com/doc/master/cmf/index.html ) - complete Symfony CMF reference
39
52
* [ Symfony CMF Website] ( http://cmf.symfony.com/ ) - introduction, live demo, support and community links
40
53
54
+ ## Support
55
+
56
+ For general support and questions, please use [ StackOverflow] ( http://stackoverflow.com/questions/tagged/symfony-cmf ) .
57
+
41
58
## Contributing
42
59
43
60
Pull requests are welcome. Please see our
44
61
[ CONTRIBUTING] ( https://github.com/symfony-cmf/symfony-cmf/blob/master/CONTRIBUTING.md )
45
62
guide.
46
63
47
- Unit and/or functional tests exist for this bundle . See the
64
+ Unit and/or functional tests exist for this package . See the
48
65
[ Testing documentation] ( http://symfony.com/doc/master/cmf/components/testing.html )
49
66
for a guide to running the tests.
50
67
51
68
Thanks to
52
- [ everyone who has contributed] ( https://github.com/symfony-cmf/ResourceBundle/contributors ) already.
53
- ## Running the tests
69
+ [ everyone who has contributed] ( contributors ) already.
70
+
71
+ ## License
72
+
73
+ This package is available under the [ MIT license] ( src/Resources/meta/LICENSE ) .
74
+
75
+ [ travis_legacy_badge ] : https://travis-ci.org/symfony-cmf/resource-bundle.svg?branch=master
76
+ [ travis_legacy_link ] : https://travis-ci.org/symfony-cmf/resource-bundle
77
+ [ travis_stable_badge ] : https://travis-ci.org/symfony-cmf/resource-bundle.svg?branch=master
78
+ [ travis_stable_link ] : https://travis-ci.org/symfony-cmf/resource-bundle
79
+ [ travis_unstable_badge ] : https://travis-ci.org/symfony-cmf/resource-bundle.svg?branch=master
80
+ [ travis_unstable_link ] : https://travis-ci.org/symfony-cmf/resource-bundle
81
+
82
+ [ coveralls_legacy_badge ] : https://coveralls.io/repos/github/symfony-cmf/resource-bundle/badge.svg?branch=master
83
+ [ coveralls_legacy_link ] : https://coveralls.io/github/symfony-cmf/resource-bundle?branch=master
84
+ [ coveralls_stable_badge ] : https://coveralls.io/repos/github/symfony-cmf/resource-bundle/badge.svg?branch=master
85
+ [ coveralls_stable_link ] : https://coveralls.io/github/symfony-cmf/resource-bundle?branch=master
86
+ [ coveralls_unstable_badge ] : https://coveralls.io/repos/github/symfony-cmf/resource-bundle/badge.svg?branch=master
87
+ [ coveralls_unstable_link ] : https://coveralls.io/github/symfony-cmf/resource-bundle?branch=master
0 commit comments