vube/google-visualization-php
Composer 安装命令:
composer require vube/google-visualization-php
包简介
Google Visualization DataSource in PHP
README 文档
README
Google Visualization DataSource implemented in PHP
This PHP library allows you to implement Google Visualization DataSource queries in PHP.
Features
- Use PHP endpoints in Apache or Nginx as a DataSource for Google Charts
- Limited query language support
- select columns
- pivot
Limitations
- The full query language is not yet supported.
Installation
Load google-visualization-php into your project by adding the following lines to your composer.json
{
"require": {
"vube/google-visualization-php": ">=0.2"
}
}
Dependencies
- PHP 5.3.2+
- Composer
References
- Based very closely on google-visualization-java with some modifications to make it work in PHP 5.3.2+
统计信息
- 总下载量: 802
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-10-21