2017 © Pedro Peláez
 

library seomoz

Get URL metrics from SeoMoz

image

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

The README.md

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();

The Versions

25/09 2014

dev-master

9999999-dev http://github.com/jongotlin/SeoMoz

Get URL metrics from SeoMoz

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

seo seomoz