Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.56 KB

README.md

File metadata and controls

54 lines (34 loc) · 1.56 KB

Google Visualization PHP

Build Status Coverage Status Latest Stable Version Dependency Status

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