simple-alexa-rank/simple-alexa-rank

PHP API for getting the alexa ranks of web sites

1.0.1 2015-10-15 15:57 UTC

This package is not auto-updated.

Last update: 2024-04-13 15:39:31 UTC


README

PHP API for getting the alexa ranks of web sites

$api = new \SimpleAlexaRank\SimpleAlexaRank\SimpleAlexaRank();
var_dump($api->getGlobalRank('amazon.com'));
// returns int(6)