Skip to content

royopa/HighchartsPhpBundle

Repository files navigation

HighchartsPhpBundle

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()
        {

    //...

About

Symfony HighchartsPHPBundle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages