royopa / highchartsphp-bundle
There is no license information available for the latest version (dev-master) of this package.
Symfony HighchartsPHPBundle
Package info
github.com/royopa/HighchartsPhpBundle
Type:symfony-bundle
pkg:composer/royopa/highchartsphp-bundle
dev-master
2014-11-25 10:16 UTC
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is auto-updated.
Last update: 2026-03-01 00:09:38 UTC
README
A HighchartsPhp Bundle for Symfony
Installation:
Require the bundle via composer:
"require": {
"royopa/highchartsphp-bundle": "master"
}
Add the bundle to your AppKernel.php:
public function registerBundles() { return array( // ... new Ghunti\HighchartsPhpBundle\GhuntiHighchartsPhpBundle(), // ... ); }
Usage:
Use as service highcharts:
//... class AcmeController extends Controller { public function indexAction() { //...