GitHunt
BU

buchin/termapi-client

Client for Term API

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);
$api = new TermApi($options['token']);
$api->popular($options);

Insert Keywords

$keyword = 'makan sehat';
$api = new TermApi($options['token']);
$api->insert($keyword);

Languages

PHP100.0%

Contributors

Created December 15, 2018
Updated February 10, 2025
buchin/termapi-client | GitHunt