buchin / termapi-client
Term API 客户端
v1.0.2
2024-09-10 11:09 UTC
Requires
- buchin/searchterm: dev-master
Requires (Dev)
- kahlan/kahlan: dev-master
This package is auto-updated.
Last update: 2024-09-10 11:10:38 UTC
README
消费 Term API 的客户端
安装
composer require buchin/termapi-client dev-master
用法
termapi();
最近术语
$api = new TermApi($options['token']);
$api->recent($options);
热门术语
$api = new TermApi($options['token']);
$api->popular($options);
插入关键词
$keyword = 'makan sehat';
$api = new TermApi($options['token']);
$api->insert($keyword);