SEO metrics at hand

Installs: 62

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 1

pkg:composer/vinaykevadia/mozapi

0.4 2016-01-29 11:12 UTC

This package is not auto-updated.

Last update: 2025-09-28 00:45:19 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