Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 343 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 343 Bytes

#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