Google Visualization DataSource implemented in PHP
This PHP library allows you to implement Google Visualization DataSource queries in PHP.
- Use PHP endpoints in Apache or Nginx as a DataSource for Google Charts
- Limited query language support
- select columns
- pivot
- The full query language is not yet supported.
Load google-visualization-php into your project by adding the following lines to your composer.json
{
"require": {
"vube/google-visualization-php": ">=0.2"
}
}
- PHP 5.3.2+
- Composer
- Based very closely on google-visualization-java with some modifications to make it work in PHP 5.3.2+