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.
- Host: GitHub
- URL: https://github.com/joblocal/laravel-ga-helper
- Owner: joblocal
- Created: 2016-08-25T16:01:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-13T09:16:10.000Z (over 8 years ago)
- Last Synced: 2025-03-24T12:39:33.038Z (about 2 months ago)
- Topics: google-analytics, laravel-framework, laravel-ga-helper
- Language: PHP
- Homepage:
- Size: 30.3 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)