royopa / highchartsphp-bundle
关于此包最新版本(dev-master)没有提供任何许可证信息。
Symfony HighchartsPHPBundle
dev-master
2014-11-25 10:16 UTC
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: 3.7.*
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() { //...