royopa/highchartsphp-bundle

There is no license information available for the latest version (dev-master) of this package.

Symfony HighchartsPHPBundle

dev-master 2014-11-25 10:16 UTC

This package is auto-updated.

Last update: 2024-04-29 02:56:18 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()
        {

    //...