thienhungho/yii2-google-analytics
Composer 安装命令:
composer require thienhungho/yii2-google-analytics
包简介
Yii2 Google Analytics
README 文档
README
Yii2 Google Analytics for Yii2
Installation
This is just an example, memorible moment. The source code may not work for known reasons. This source code include against loss license feature.
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist thienhungho/yii2-google-analytics "*"
or add
"thienhungho/yii2-google-analytics": "*"
to the require section of your composer.json file.
Config
Add module Configuration to your AppConfig file.
... 'modules' => [ ... /** * Google Analytics Configuration */ 'google-analytics-configuration' => [ 'class' => 'thienhungho\GoogleAnalytics\modules\Configuration\ConfigurationModules', ], ... ], ...
Migration
Modules
Functions
Constant
Models
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2019-04-28