PHPackages                             mrlco/yii2-google-charts - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. mrlco/yii2-google-charts

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

mrlco/yii2-google-charts
========================

A wrapper for Google charts in Yii2

1.0.1(9y ago)3878[1 issues](https://github.com/mrlco/yii2-google-charts/issues)GNUPHP

Since Jul 10Pushed 9y ago1 watchersCompare

[ Source](https://github.com/mrlco/yii2-google-charts)[ Packagist](https://packagist.org/packages/mrlco/yii2-google-charts)[ RSS](/packages/mrlco-yii2-google-charts/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

yii2-google-charts
==================

[](#yii2-google-charts)

A wrapper for Google charts in Yii2

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require mrlco/yii2-google-charts "*"

```

or add

```
"mrlco/yii2-google-charts": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

For more information see [Google Charts](https://developers.google.com/chart/interactive/docs/quick_start)

Remember to include the GoogleCharts.php where ever you need:

```
    use mrlco\googlecharts\GoogleCharts;
```

And in your view:

```
