euromd/yii2-yandex-metrika
Composer 安装命令:
composer require euromd/yii2-yandex-metrika
包简介
Yii2-wrapper for Yandex Metrika API
README 文档
README
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --dev --prefer-dist euromd/yii2-yandex-metrika "*"
or add
"euromd/yii2-yandex-metrika": "*"
to the require-dev section of your composer.json.
General Usage
To use this extension, simply add the following code in your application configuration:
return [ //.... 'components' => [ 'yandexMetrika' => [ 'class' => '\EuroMD\yandexMetrika\Client', 'clientID' => 'Your Yandex App client ID...', 'clientSecret' => 'Your Yandex App client secret...' ], ], ];
统计信息
- 总下载量: 486
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD
- 更新时间: 2014-06-25