buchin / termapi-client

Client for Term API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:PHP 100.0%