buchin/statcounter
Composer 安装命令:
composer require buchin/statcounter
包简介
Extract keyword using statcounter API
README 文档
README
Extract keyword using statcounter API
Installation
composer require buchin/statcounter
Usage
use Buchin\Statcounter\Statcounter;
$sc = new Statcounter('username', 'api_password');
$top_keywords = $sc->getKeywords(1000, 'top');
$recent_keywords = $sc->getKeywords(1000, 'recent');
Test
./vendor/bin/kahlan --reporter=verbose
统计信息
- 总下载量: 150
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-07-25