Skip to content
/ moz Public
forked from vinaykevadia/moz

Simple library to make requests against the free Moz API

Notifications You must be signed in to change notification settings

MajorChump/moz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

Simple library to make requests against the free Moz API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%