library seomoz
Get URL metrics from SeoMoz
jongotlin/seomoz
Get URL metrics from SeoMoz
- Thursday, September 25, 2014
- by jongotlin
- Repository
- 1 Watchers
- 1 Stars
- 60 Installations
- PHP
- 1 Dependents
- 0 Suggesters
- 2 Forks
- 1 Open issues
- 1 Versions
- 0 % Grown
SeoMoz
Get URL metrics from SeoMoz
http://apiwiki.seomoz.org/w/page/13991153/URL%20Metrics%20API, (*1)
Feel free to contribute!, (*2)
Usage
use SeoMoz;
$accessId = 'xxx';
$secretKey = 'yyy';
$seoMoz = new SeoMoz($accessId, $secretKey);
$seoMozData = $seoMoz->getSeoMozData(file_get_contents($seoMoz->getSeoMozUrl('www.github.com')));
echo $seoMozData->getDomainAuthority();