PHP code example of hogus / laravel-mta-analytics

1. Go to this page and download the library: Download hogus/laravel-mta-analytics library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

hogus / laravel-mta-analytics example snippets


$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');