SEO metrics at hand

0.4 2016-01-29 11:12 UTC

This package is not auto-updated.

Last update: 2024-05-11 16:29:17 UTC


README

#Moz

This a is fork off jongotlin/SeoMoz.

A simple library to make requests against the free SeoMoz API.

##Use

composer install
  
$response = (new SeoMoz($accessId, $secretKey))->request('sunet.se');
print $response->getDomainAuthority();

Run tests

vendor/bin/phpspec run