buchin/termapi-client
最新稳定版本:v1.0.4
Composer 安装命令:
composer require buchin/termapi-client
包简介
Client for Term API
README 文档
README
Client for consuming Term API
Installation
composer require buchin/termapi-client dev-master
Usage
termapi();
Recent Terms:
$api = new TermApi($options['token']);
$api->recent($options);
Popular Terms
$api = new TermApi($options['token']);
$api->popular($options);
Insert Keywords
$keyword = 'makan sehat';
$api = new TermApi($options['token']);
$api->insert($keyword);
统计信息
- 总下载量: 3.73k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-12-15