buchin / termapi-client
Client for Term API
v1.0.4
2025-02-10 13:08 UTC
Requires
- buchin/searchterm: ^1.0
- jaybizzle/crawler-detect: ^1.3
Requires (Dev)
- kahlan/kahlan: dev-master
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);