validaide / highchartsbundle
为您的 Symfony 5 项目提供 HighCharts 集成。
7.3.0
2024-09-05 07:48 UTC
Requires
- php: ^8.1
- ext-json: *
- nyholm/psr7: ^1.8
- php-http/httplug-bundle: ^1.25
- symfony/console: ^5.4
- symfony/dependency-injection: ^5.4
- symfony/framework-bundle: ^5.4
- symfony/http-client: ^5.4
- symfony/options-resolver: ^5.4
- symfony/process: ^5.4
- symfony/property-access: ^5.4
- symfony/templating: ^5.4
- symfony/twig-bundle: ^5.4
- symfony/yaml: ^5.4
- twig/twig: ^3.0.4
- validaide/html-builder: 7.3.*
Requires (Dev)
- brianium/paratest: ^6.0
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^9.5
- rector/rector: ^0.15.2
- symfony/phpunit-bridge: ^5.4
- dev-master
- 7.3.0
- 7.2.0
- 7.1.0
- 7.0.0
- 6.2.0
- 6.1.0
- 6.0.0
- 5.9.0
- 5.8.0
- 5.7.0
- 5.6.0
- 5.5.0
- 5.4.0
- 5.3.2
- 5.3.1
- 5.3.0
- 5.2.0
- 5.1.0
- 5.0.0
- 4.7.0
- 4.6.0
- 4.5.0
- 4.4.0
- 4.3.0
- 4.2.0
- 4.1.0
- 4.0.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.1
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.2
- 1.7.1
- 1.7.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.0
- dev-dependabot/composer/twig/twig-3.14.0
- dev-development
- dev-chore/187370515_removing_common_repo_dependency
- dev-chore/184614839_php_attributes
This package is auto-updated.
Last update: 2024-09-09 20:46:05 UTC
README
Validaide HighCharts Bundle 项目为您的 PHP 5.6+ 项目提供 HighCharts 集成。它允许您使用 HighCharts (顺便说一句,他们很棒) 管理图表。
文档
安装
下载此 Bundle
在您的 composer.json
文件中引入库
$ composer require validaide/highchartsbundle
注册 Bundle
现在将 Bundle 添加到您的 AppKernel
// app/AppKernel.php class AppKernel extends Kernel { public function registerBundles() { ... $bundles = [ ... new Validaide\HighChartsBundle\HighChartsBundle() ... ]; ... return $bundles; }
安装依赖
运行
$ composer install
在项目根目录下
许可证
Validaide HighCharts Bundle 采用 MIT 许可证。有关完整的版权和许可信息,请阅读与此源代码一同分发的 LICENSE 文件。