buchin/termapi-client

Client for Term API

Maintainers

Package info

github.com/buchin/termapi-client

pkg:composer/buchin/termapi-client

Statistics

Installs: 5 603

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

v1.0.4 2025-02-10 13:08 UTC

This package is auto-updated.

Last update: 2026-03-10 15:28:04 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);