An open API service indexing awesome lists of open source software.

https://github.com/joblocal/laravel-ga-helper

This project provides a component for Laravel Framework with the google analytics reporting api for google analytics.
https://github.com/joblocal/laravel-ga-helper

google-analytics laravel-framework laravel-ga-helper

Last synced: about 1 month ago
JSON representation

This project provides a component for Laravel Framework with the google analytics reporting api for google analytics.

Awesome Lists containing this project

README

        

# Laravel Google Analytics Helper
This project provides a component for [Laravel Framework](https://laravel.com/)
with the [google analytics reporting api](https://developers.google.com/analytics/devguides/reporting/core/v3/quickstart/service-php)
for [google analytics](https://www.google.com/analytics/).

## Installation
The best way to install laravel-ga-helper is by using [Composer](http://getcomposer.org/).

To install the most recent version, you can run the following command:

```sh
$ php composer.phar require joblocal/laravel-ga-helper
```

### Configuration

To configure the package we provide new variables for your Dotenv, check out [.env.example](.env.example)