0.4 2016-01-29 11:12 UTC

This package is not auto-updated.

Last update: 2024-09-14 18:31:37 UTC


README

#Moz

这是一个基于 jongotlin/SeoMoz 的分支。

一个简单的库,用于对免费的SeoMoz API进行请求。

##使用

composer install
  
$response = (new SeoMoz($accessId, $secretKey))->request('sunet.se');
print $response->getDomainAuthority();

运行测试

vendor/bin/phpspec run