royopa/highchartsphp-bundle

关于此包最新版本(dev-master)没有提供任何许可证信息。

Symfony HighchartsPHPBundle

安装: 86

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型:symfony-bundle

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

This package is auto-updated.

Last update: 2024-08-29 03:47:35 UTC


README

为 Symfony 定制的 HighchartsPhp Bundle

安装

使用 composer 安装此包

"require": {
	"royopa/highchartsphp-bundle": "master"
}

将包添加到你的 AppKernel.php 文件中

public function registerBundles()
{
    return array(
        // ...
        new Ghunti\HighchartsPhpBundle\GhuntiHighchartsPhpBundle(),
        // ...
    );
}

使用方法

作为服务使用 highcharts

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

    //...