easmith/authoritylabs

1.0.0 2014-10-24 14:06 UTC

This package is auto-updated.

Last update: 2024-04-04 22:25:52 UTC


README

require_once("vendor/autoload.php");

$al = new AuthorityLabs('my_token');

Account & System Status

$al->accountInfo()

Setting Up Your Callback URI

$al = new AuthorityLabs('my_token', 'callback');

Adding to the Immediate Queue

$al->immediateQueue($keyword, $engine, $locale, $callback);

Adding to the Delayed Queue

$al->delayedQueue($keyword, $engine, $locale, $callback);

Accessing Search Results Pages

$al->getResult($keyword, $engine, $locale);

Supported Locales & Parameters

$al->getSupported($engine);