royopa / highchartsphp-bundle
Symfony HighchartsPHPBundle
Installs: 86
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is auto-updated.
Last update: 2024-10-29 04:14:40 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() { //...