# Sonata Block Bundle

Symfony SonataBlockBundle

[![Latest Stable Version](https://poser.pugx.org/sonata-project/block-bundle/v/stable)](https://packagist.org/packages/sonata-project/block-bundle)
[![Latest Unstable Version](https://poser.pugx.org/sonata-project/block-bundle/v/unstable)](https://packagist.org/packages/sonata-project/block-bundle)
[![License](https://poser.pugx.org/sonata-project/block-bundle/license)](https://packagist.org/packages/sonata-project/block-bundle)

[![Total Downloads](https://poser.pugx.org/sonata-project/block-bundle/downloads)](https://packagist.org/packages/sonata-project/block-bundle)
[![Monthly Downloads](https://poser.pugx.org/sonata-project/block-bundle/d/monthly)](https://packagist.org/packages/sonata-project/block-bundle)
[![Daily Downloads](https://poser.pugx.org/sonata-project/block-bundle/d/daily)](https://packagist.org/packages/sonata-project/block-bundle)

Branch | Travis | Coveralls |
------ | ------ | --------- |
3.x   | [![Build Status][travis_stable_badge]][travis_stable_link]     | [![Coverage Status][coveralls_stable_badge]][coveralls_stable_link]     |
master | [![Build Status][travis_unstable_badge]][travis_unstable_link] | [![Coverage Status][coveralls_unstable_badge]][coveralls_unstable_link] |

## Documentation

Check out the documentation on the [official website](https://sonata-project.org/bundles/block).

## Support

For general support and questions, please use [StackOverflow](http://stackoverflow.com/questions/tagged/sonata).

If you think you find a bug or you have a feature idea to propose, feel free to open a issue
**after looking** at the [contributing guide](CONTRIBUTING.md).

## License

This package is available under the [MIT license](LICENSE).

[travis_stable_badge]: https://travis-ci.org/sonata-project/SonataBlockBundle.svg?branch=3.x
[travis_stable_link]: https://travis-ci.org/sonata-project/SonataBlockBundle
[travis_unstable_badge]: https://travis-ci.org/sonata-project/SonataBlockBundle.svg?branch=master
[travis_unstable_link]: https://travis-ci.org/sonata-project/SonataBlockBundle

[coveralls_stable_badge]: https://coveralls.io/repos/github/sonata-project/SonataBlockBundle/badge.svg?branch=3.x
[coveralls_stable_link]: https://coveralls.io/github/sonata-project/SonataBlockBundle?branch=3.x
[coveralls_unstable_badge]: https://coveralls.io/repos/github/sonata-project/SonataBlockBundle/badge.svg?branch=master
[coveralls_unstable_link]: https://coveralls.io/github/sonata-project/SonataBlockBundle?branch=master
