buchin / termapi-client
Client for Term API
Installs: 1 520
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 2
Open Issues: 0
Requires
- buchin/searchterm: dev-master
Requires (Dev)
- kahlan/kahlan: dev-master
This package is auto-updated.
Last update: 2024-11-10 11:31:50 UTC
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);