vube / google-visualization-php
Google Visualization DataSource in PHP
0.2.1
2013-10-26 05:30 UTC
Requires
- php: >=5.3.2
Requires (Dev)
- phpunit/phpunit: 3.7.*@stable
- satooshi/php-coveralls: dev-master
This package is not auto-updated.
Last update: 2024-11-19 03:16:24 UTC
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+