imsamurai/cakephp-google-chart
Helps draw google charts
Maintainers
Package info
github.com/imsamurai/cakephp-google-chart
Type:cakephp-plugin
pkg:composer/imsamurai/cakephp-google-chart
1.0.3
2014-09-16 11:03 UTC
Requires
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT aec5dc5419867d3ac0eeba55ed7208a1d9e65c69
- Shamray Alexander <im.samuray.woop@gmail.com>
This package is not auto-updated.
Last update: 2026-06-16 11:27:49 UTC
README
👁 Build Status
👁 Coverage Status
👁 Latest Stable Version
👁 Total Downloads
👁 Latest Unstable Version
👁 License
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
