Skip to content
This repository has been archived by the owner on Oct 11, 2021. It is now read-only.

hogus2037/laravel-mta-analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

laravel-mta-analytics

mta.

Installing

$ composer require hogus/laravel-mta-analytics

Usage

  • publish config
$ php artisan vendor:publish --provider="Hogus\LaravelMtaAnalytics\ServiceProvider" --tag="config"

Example

$mta = Mta::gateway('h5'); // h5,mini,app
// App 区别于ios或安卓,使用同一个appid,不同的serect_key获取的是各自平台的数据。如要获取其他平台,使用前应使用setSecretKey()方法覆盖当前的secret_key
// $mta->setSecretKey("app_key");
$mta->coreData('2020-01-01', '2020-01-05');

H5

Mini (小程序)

App

License

MIT