2017 © Pedro Peláez
 

symfony-bundle highchartsbundle

HighCharts integration for your Symfony3 project.

image

validaide/highchartsbundle

HighCharts integration for your Symfony3 project.

  • Tuesday, July 3, 2018
  • by marcel.tuinstra
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2,636 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 24 % Grown

The README.md

README

The Validaide HighCharts Bundle project provides a HighCharts integration for your PHP 5.6+ project. It allows you to manage graphs using HighCharts (who are awesome, by the way)., (*1)

Documentation

Installation

Download the Bundle

Require the library in your composer.json file:, (*2)

``` bash $ composer require validaide/highchartsbundle, (*3)



### Register the Bundle Now add the Bundle in your ```AppKernel```: ``` php // app/AppKernel.php class AppKernel extends Kernel { public function registerBundles() { ... $bundles = [ ... new Validaide\HighChartsBundle\HighChartsBundle() ... ]; ... return $bundles; }

Install dependencies

Run bash $ composer install in yourproject root directory, (*4)

License

The Validaide HighCharts Bundle is under the MIT license. For the full copyright and license information, please read the LICENSE file that was distributed with this source code., (*5)

The Versions