Download the PHP package imsamurai/cakephp-google-chart without Composer
On this page you can find all versions of the php package imsamurai/cakephp-google-chart. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download imsamurai/cakephp-google-chart
More information about imsamurai/cakephp-google-chart
Files in imsamurai/cakephp-google-chart
Download imsamurai/cakephp-google-chart
More information about imsamurai/cakephp-google-chart
Files in imsamurai/cakephp-google-chart
Vendor imsamurai
Package cakephp-google-chart
Short Description Helps draw google charts
License MIT
Homepage http://github.com/imsamurai/cakephp-google-chart
Package cakephp-google-chart
Short Description Helps draw google charts
License MIT
Homepage http://github.com/imsamurai/cakephp-google-chart
Please rate this library. Is it a good library?
Informations about the package cakephp-google-chart
GoogleChart Plugin
GoogleChart helps convert data to accept by google charts and draw it
Installation
Step 1: Clone or download to Plugin/GoogleChart
cd my_cake_app/app
git clone git://github.com/imsamurai/cakephp-google-chart.git Plugin/GoogleChart
or if you use git add as submodule:
cd my_cake_app
git submodule add "git://github.com/imsamurai/cakephp-google-chart.git" "app/Plugin/GoogleChart"
then update submodules:
git submodule init
git submodule update
Step 2: Add GoogleChart to the list of controller helpers
Step 3: Draw some chart!
Notes
Check tests for usage examples
All versions of cakephp-google-chart with dependencies
PHP Build Version
Package Version
Requires
composer/installers Version
*
The package imsamurai/cakephp-google-chart contains the following files
Loading the files please wait ....