Term API Client
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);
On this page
Languages
PHP100.0%
Contributors
Created December 15, 2018
Updated February 10, 2025