chaiminchun/google-analytic-report-application

Use Google reporting v4 API to access report data with email sending feature

1.0.0 2018-05-14 09:49 UTC

This package is not auto-updated.

Last update: 2024-04-18 10:59:12 UTC


README

Latest Stable Version License

Google analytic reporting v4 API email application

A custom email reporting service based on Google analytic v4 API

Install

composer require chaiminchun/google-analytic-report-application

Feature

  1. Monthly performance comparision work like google email report

    image

Get started

  1. Composer install.
  2. Move views and cache folder, config.php, and Analyic.php to root folder
  3. Setup the email and google analytic account.
  4. Fill in necessary setting in config.php
  5. Run php Analytic.php

External library

  1. Mailer by txthinking
  2. Blade by jenssegers