PHPackages                             gufy/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. gufy/google-charts

ActiveLibrary

gufy/google-charts
==================

0447[1 issues](https://github.com/mgufrone/google-charts/issues)PHP

Since Jul 22Pushed 11y agoCompare

[ Source](https://github.com/mgufrone/google-charts)[ Packagist](https://packagist.org/packages/gufy/google-charts)[ RSS](/packages/gufy-google-charts/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Google Charts API Wrapper
=================================

[](#laravel-google-charts-api-wrapper)

This package will give you an easy way to create a chart with Google Charts.

[![Build Status](https://camo.githubusercontent.com/261a543c8a17ddde1073da2133bd1d2c90ec86cb5755ef637081f12c04ad7dce/68747470733a2f2f7472617669732d63692e6f72672f6d677566726f6e652f676f6f676c652d6368617274732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mgufrone/google-charts) [![Coverage Status](https://camo.githubusercontent.com/6470ff277778960a717cb44aa74d248a60ceea65e27de4374abe432d21fd9ea1/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6d677566726f6e652f676f6f676c652d6368617274732e737667)](https://coveralls.io/r/mgufrone/google-charts?branch=master) [![Total Downloads](https://camo.githubusercontent.com/7fe658c41b6fa1aad4e5bcad11508a0fe0dfa580a91cde5f3c743e02720402db/68747470733a2f2f706f7365722e707567782e6f72672f677566792f676f6f676c652d6368617274732f646f776e6c6f6164732e737667)](https://packagist.org/packages/gufy/google-charts) [![Latest Stable Version](https://camo.githubusercontent.com/236930d7c8489501fa778d37776b844a5de839b65acf71ad3daac866d5b632ca/68747470733a2f2f706f7365722e707567782e6f72672f677566792f676f6f676c652d6368617274732f762f737461626c652e737667)](https://packagist.org/packages/gufy/google-charts)

Installation
============

[](#installation)

Run this to install on your current project

```
$ composer require gufy/google-charts:dev-master

```

Or you can add this package to your composer.json file:

```
"require": {
	"gufy/google-charts": "dev-master"
}

```

Use composer to install this package.

```
$ composer update

```

Configuration
=============

[](#configuration)

#### Registering the Package

[](#registering-the-package)

register this service provider at the bottom of the $providers array: app.php

```
'Gufy\GoogleCharts\GoogleChartsServiceProvider'

```

Usage
=====

[](#usage)

#### Chart Class in this package

[](#chart-class-in-this-package)

Here is the list of Chart you can use.

- Area Chart
- Bar Chart
- Bubble Chart
- Line Chart

It will update continuously until every chart on Google Chart API covered.

#### Basic usage

[](#basic-usage)

Before you go, please add this on your layouts to make sure everything is works. In this package, it doesn't include the script URL.

```

```

Creating An Area Chart

```
