Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jongotlin/seomoz


https://github.com/jongotlin/seomoz

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

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(file_get_contents($seoMoz->getSeoMozUrl('www.github.com')));
echo $seoMozData->getDomainAuthority();