vinaykevadia / mozapi
SEO metrics at hand
0.4
2016-01-29 11:12 UTC
Requires
- php: >=5.4.0
- guzzlehttp/guzzle: ~6.0|~5.0|~4.0
This package is not auto-updated.
Last update: 2025-02-01 20:47:36 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