Looking to hire Laravel developers? Try LaraJobs

laravel-google-analytics maintained by makeabledk

Description
Fetches data from users analytics
Author
Last update
2018/01/08 14:21 (dev-master)
License
Links
Downloads
39

Comments
comments powered by Disqus

Laravel Google Analytics

Fetches Analytics channel data based on oAuth

Installation

composer require makeabledk/laravel-google-analytics

Add the following config to your config/services.php

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
    ],