Skip to content

netconstructor/SeoMoz

 
 

Repository files navigation

SeoMoz

Get URL metrics from SeoMoz http://apiwiki.seomoz.org/w/page/13991153/URL%20Metrics%20API

Feel free to contribute!

Usage

use SeoMoz;

$accessId = 'xxx';
$secretKey = 'yyy';

$seoMoz = new SeoMoz($accessId, $secretKey);
$seoMozData = $seoMoz->getSeoMozData('www.github.com');
echo $seoMozData->getDomainAuthority();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published