2017 © Pedro Peláez
 

library authoritylabs

image

easmith/authoritylabs

  • Thursday, October 30, 2014
  • by easmith
  • Repository
  • 1 Watchers
  • 0 Stars
  • 30 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

AuthorityLabs Partner API

require_once("vendor/autoload.php");

$al = new AuthorityLabs('my_token');

Account & System Status, (*1)

$al->accountInfo()

Setting Up Your Callback URI, (*2)

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

Adding to the Immediate Queue, (*3)

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

Adding to the Delayed Queue, (*4)

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

Accessing Search Results Pages, (*5)

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

Supported Locales & Parameters, (*6)

$al->getSupported($engine);

The Versions

30/10 2014

dev-master

9999999-dev

  Sources   Download

LGPL-3.0+

The Requires

  • php >=5.3.3

 

by Eugene Smith

24/10 2014

1.0.0

1.0.0.0

  Sources   Download

LGPL-3.0+

The Requires

  • php >=5.3.3

 

by Eugene Smith