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

bueda/bueda-php

Repository files navigation

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

About

PHP Library for Bueda API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages