2017 © Pedro Peláez
 

library gamp

Send analytics data to Google Analytics from Laravel. A package for GA Measurement Protocol API

image

gentor/gamp

Send analytics data to Google Analytics from Laravel. A package for GA Measurement Protocol API

  • Thursday, January 12, 2017
  • by gentor
  • Repository
  • 1 Watchers
  • 0 Stars
  • 259 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 4 % Grown

The README.md

GAMP (Google Analytics Measurement Protocol)

Send analytics data to Google Analytics from Laravel. A package for GA Measurement Protocol API, (*1)

Installation

Installation using composer:, (*2)

composer require gentor/gamp

Add the service provider in config/app.php:, (*3)

Gentor\Gamp\GampServiceProvider::class,

Add the facade alias in config/app.php:, (*4)

Gentor\Gamp\Facades\Gamp::class,

Configuration

Change your default settings in app/config/gamp.php:, (*5)

<?php
return [
    'tracking_id' => env('GA_TRACKING_ID'),
    ...
];

Documentation

GA Measurement Protocol API, (*6)

The Versions

12/01 2017

dev-master

9999999-dev

Send analytics data to Google Analytics from Laravel. A package for GA Measurement Protocol API

  Sources   Download

MIT

The Requires