2017 © Pedro Peláez
 

project laravel-google-analytics

Fetches data from users analytics

image

makeabledk/laravel-google-analytics

Fetches data from users analytics

  • Monday, January 8, 2018
  • by makeabledk
  • Repository
  • 3 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Laravel Google Analytics

Fetches Analytics channel data based on oAuth, (*1)

Installation

composer require makeabledk/laravel-google-analytics

Add the following config to your config/services.php, (*2)

return [

    // ...

    'google' => [
        'oauth_client_id' => env('GOOGLE_OAUTH_CLIENT_ID'), // provide your client id
        'oauth_client_secret' => env('GOOGLE_OAUTH_CLIENT_SECRET'), // provide your client secreT
    ],

The Versions

08/01 2018

dev-master

9999999-dev

Fetches data from users analytics

  Sources   Download

CC0-1.0

The Requires

 

by Troels Lenda

09/12 2017

dev-analysis-z37wpA

dev-analysis-z37wpA

Fetches data from users analytics

  Sources   Download

CC0-1.0

The Requires

 

by Troels Lenda

18/10 2017

dev-develop

dev-develop

Fetches data from users analytics

  Sources   Download

CC0-1.0

The Requires

 

by Troels Lenda