An open API service indexing awesome lists of open source software.

https://github.com/marcaube/ObHighchartsBundle

Symfony Bundle that aims to ease the use of highcharts to display rich graph and charts in your Symfony application
https://github.com/marcaube/ObHighchartsBundle

Last synced: 8 months ago
JSON representation

Symfony Bundle that aims to ease the use of highcharts to display rich graph and charts in your Symfony application

Awesome Lists containing this project

README

          

# ObHighchartsBundle

`ObHighchartsBundle` eases the use of highcharts to display rich graphs and charts in your Symfony application by
providing Twig extensions and PHP objects to do the heavy lifting. The bundle uses the excellent JS library
[Highcharts](http://www.highcharts.com).

DRY out your chart code by writing it all in PHP!

[![Build Status](https://travis-ci.org/marcaube/ObHighchartsBundle.png?branch=master)](https://travis-ci.org/marcaube/ObHighchartsBundle)
[![Total Downloads](https://poser.pugx.org/ob/highcharts-bundle/downloads.png)](https://packagist.org/packages/ob/highcharts-bundle)
[![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/marcaube/ObHighchartsBundle/badges/quality-score.png?s=a22d41fd17b944f8275e92c6d5aba27aca2ff18d)](https://scrutinizer-ci.com/g/marcaube/ObHighchartsBundle/)
[![Code Coverage](https://scrutinizer-ci.com/g/marcaube/ObHighchartsBundle/badges/coverage.png?s=3d779351f7ef378fe0f6679809c90c17ad6f11b4)](https://scrutinizer-ci.com/g/marcaube/ObHighchartsBundle/)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/4cf81d53-f79c-478e-a172-ac2f60b55f02/mini.png)](https://insight.sensiolabs.com/projects/4cf81d53-f79c-478e-a172-ac2f60b55f02)

## Documentation

* [Installation](Resources/doc/installation.md)
* [Usage](Resources/doc/usage.md)
* [Cookbook](Resources/doc/cookbook.md)
* [Highcharts API](http://api.highcharts.com/highcharts)

## Contributing

See [CONTRIBUTING](CONTRIBUTING.md) file.

## License

ObHighchartsBundle is released under the MIT License. See the bundled [LICENSE](LICENSE) file for details.

Please note that the Highcharts JS library is **not** free for commercial use, see their
[FAQ](http://shop.highsoft.com/faq) for more details on what constitutes a non-commercial project or their
[product page](http://shop.highsoft.com/highcharts.html) for details on pricing.