Skip to content

buchin/termapi-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

Client for Term API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages