Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 437 Bytes

README.textile

File metadata and controls

14 lines (10 loc) · 437 Bytes

Bueda PHP Client Library

This PHP library can be used to access the Bueda API. The library requires an API key from http://bueda.com.

The Bueda API allows you to send in tags and get back normalized tags, clean tags, semantic tags and categories.

Usage

include 'BuedaRequest.php'; 
$client = new BuedaRequest('vEmEfeiUADwfTP67Cjftq1w91hIJ8hrlY6L8eQ');
$client.add("apple,orange,banana");
echo $client.execute();