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
- Host: GitHub
- URL: https://github.com/marcaube/ObHighchartsBundle
- Owner: marcaube
- License: mit
- Archived: true
- Created: 2012-08-02T17:07:55.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T18:11:44.000Z (over 1 year ago)
- Last Synced: 2025-03-28T21:15:26.865Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 1.48 MB
- Stars: 164
- Watchers: 13
- Forks: 74
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-symfony - ObHighchartsBundle - Aims to ease the use of highcharts to display rich graph and charts. (Miscellaneous)
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!
[](https://travis-ci.org/marcaube/ObHighchartsBundle)
[](https://packagist.org/packages/ob/highcharts-bundle)
[](https://scrutinizer-ci.com/g/marcaube/ObHighchartsBundle/)
[](https://scrutinizer-ci.com/g/marcaube/ObHighchartsBundle/)
[](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.