11# Symfony CMF Core Bundle
22
3- [ ![ Build Status] ( https://travis-ci.org/symfony-cmf/core-bundle.svg?branch=master )] ( https://travis-ci.org/symfony-cmf/core-bundle )
4- [ ![ StyleCI] ( https://styleci.io/repos/1443095/shield )] ( https://styleci.io/repos/1443095 )
5- [ ![ Latest Stable Version] ( https://poser.pugx.org/symfony-cmf/core-bundle/version.png )] ( https://packagist.org/packages/symfony-cmf/core-bundle )
6- [ ![ Total Downloads] ( https://poser.pugx.org/symfony-cmf/core-bundle/d/total.png )] ( https://packagist.org/packages/symfony-cmf/core-bundle )
3+ [ ![ Latest Stable Version] ( https://poser.pugx.org/symfony-cmf/core-bundle/v/stable )] ( https://packagist.org/packages/symfony-cmf/core-bundle )
4+ [ ![ Latest Unstable Version] ( https://poser.pugx.org/symfony-cmf/core-bundle/v/unstable )] ( https://packagist.org/packages/symfony-cmf/core-bundle )
5+ [ ![ License] ( https://poser.pugx.org/symfony-cmf/core-bundle/license )] ( https://packagist.org/packages/symfony-cmf/core-bundle )
76
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/core-bundle/downloads )] ( https://packagist.org/packages/symfony-cmf/core-bundle )
8+ [ ![ Monthly Downloads] ( https://poser.pugx.org/symfony-cmf/core-bundle/d/monthly )] ( https://packagist.org/packages/symfony-cmf/core-bundle )
9+ [ ![ Daily Downloads] ( https://poser.pugx.org/symfony-cmf/core-bundle/d/daily )] ( https://packagist.org/packages/symfony-cmf/core-bundle )
10+
11+ Branch | Travis | Coveralls |
12+ ------ | ------ | --------- |
13+ master | [ ![ Build Status] [ travis_stable_badge ]] [ travis_stable_link ] | [ ![ Coverage Status] [ coveralls_stable_badge ]] [ coveralls_stable_link ] |
14+ master | [ ![ Build Status] [ travis_unstable_badge ]] [ travis_unstable_link ] | [ ![ Coverage Status] [ coveralls_unstable_badge ]] [ coveralls_unstable_link ] |
15+
16+ This bundle is part of the [ Symfony Content Management Framework (CMF)] ( http://cmf.symfony.com/ ) and licensed
17+ under the [ MIT License] ( LICENSE ) .
1018
1119The CoreBundle for the Symfony content management framework provides common functionality,
1220helpers and utilities for the other CMF bundles. The major features are a publish workflow,
13- a twig extension and php templating helper to walk PHPCR-ODM trees and support for optional
14- translated content.
21+ a twig extension and php templating helper to walk PHPCR-ODM trees and support for optional translated content.
1522
1623
1724## Requirements
1825
19- * PHP 5.6 / 7
20- * Symfony 2.8 / 3
26+ * PHP 5.6 / 7.0 / 7.1
27+ * Symfony 2.8 / 3.1 / 3.2 / 3.3
28+ * See also the ` require ` section of [ composer.json] ( composer.json )
2129
2230## Documentation
2331
2432For the install guide and reference, see:
2533
26- * [ CoreBundle documentation ] ( http://symfony.com/doc/master/cmf/bundles/core/index.html )
34+ * [ symfony-cmf/core-bundle Documentation ] ( http://symfony.com/doc/master/cmf/bundles/core/index.html )
2735
2836See also:
2937
3038* [ All Symfony CMF documentation] ( http://symfony.com/doc/master/cmf/index.html ) - complete Symfony CMF reference
3139* [ Symfony CMF Website] ( http://cmf.symfony.com/ ) - introduction, live demo, support and community links
3240
41+ ## Support
42+
43+ For general support and questions, please use [ StackOverflow] ( http://stackoverflow.com/questions/tagged/symfony-cmf ) .
3344
3445## Contributing
3546
@@ -42,4 +53,22 @@ Unit and/or functional tests exist for this bundle. See the
4253for a guide to running the tests.
4354
4455Thanks to
45- [ everyone who has contributed] ( https://github.com/symfony-cmf/CoreBundle/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/core-bundle.svg?branch=master
63+ [ travis_legacy_link ] : https://travis-ci.org/symfony-cmf/core-bundle
64+ [ travis_stable_badge ] : https://travis-ci.org/symfony-cmf/core-bundle.svg?branch=master
65+ [ travis_stable_link ] : https://travis-ci.org/symfony-cmf/core-bundle
66+ [ travis_unstable_badge ] : https://travis-ci.org/symfony-cmf/core-bundle.svg?branch=master
67+ [ travis_unstable_link ] : https://travis-ci.org/symfony-cmf/core-bundle
68+
69+ [ coveralls_legacy_badge ] : https://coveralls.io/repos/github/symfony-cmf/core-bundle/badge.svg?branch=master
70+ [ coveralls_legacy_link ] : https://coveralls.io/github/symfony-cmf/core-bundle?branch=master
71+ [ coveralls_stable_badge ] : https://coveralls.io/repos/github/symfony-cmf/core-bundle/badge.svg?branch=master
72+ [ coveralls_stable_link ] : https://coveralls.io/github/symfony-cmf/core-bundle?branch=master
73+ [ coveralls_unstable_badge ] : https://coveralls.io/repos/github/symfony-cmf/core-bundle/badge.svg?branch=master
74+ [ coveralls_unstable_link ] : https://coveralls.io/github/symfony-cmf/core-bundle?branch=master
0 commit comments