2017 © Pedro PelĂĄez
 

symfony-bundle highchartsphp-bundle

Symfony HighchartsPHPBundle

image

royopa/highchartsphp-bundle

Symfony HighchartsPHPBundle

  • Tuesday, November 25, 2014
  • by royopa
  • Repository
  • 1 Watchers
  • 0 Stars
  • 73 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

HighchartsPhpBundle

A HighchartsPhp Bundle for Symfony, (*1)

Installation:

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(),
        // ...
    );
}

Usage:

Use as service highcharts:

    //...
    class AcmeController extends Controller
    {
        public function indexAction()
        {

    //...

The Versions

25/11 2014

dev-master

9999999-dev http://github.com/royopa/HighchartsPhpBundle

Symfony HighchartsPHPBundle

  Sources   Download

The Requires

  • php >=5.3.0

 

The Development Requires

php javascript highcharts highstock charts