dev-master
9999999-dev http://github.com/royopa/HighchartsPhpBundleSymfony HighchartsPHPBundle
The Requires
- php >=5.3.0
The Development Requires
php javascript highcharts highstock charts
Wallogit.com
2017 © Pedro PelĂĄez
Symfony HighchartsPHPBundle
A HighchartsPhp Bundle for Symfony, (*1)
Require the bundle via composer:, (*2)
"require": {
"royopa/highchartsphp-bundle": "master"
}
Add the bundle to your AppKernel.php:, (*3)
public function registerBundles()
{
return array(
// ...
new Ghunti\HighchartsPhpBundle\GhuntiHighchartsPhpBundle(),
// ...
);
}
//...
class AcmeController extends Controller
{
public function indexAction()
{
//...
Symfony HighchartsPHPBundle
php javascript highcharts highstock charts