easmith / authoritylabs
Installs: 40
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/easmith/authoritylabs
Requires
- php: >=5.3.3
This package is auto-updated.
Last update: 2025-10-05 02:03:11 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);