jongotlin / seomoz
从SeoMoz获取URL指标
dev-master
2014-09-25 06:21 UTC
Requires
- php: >=5.3.0
This package is auto-updated.
Last update: 2024-09-20 20:21:13 UTC
README
从SeoMoz获取URL指标 http://apiwiki.seomoz.org/w/page/13991153/URL%20Metrics%20API
欢迎贡献力量!
用法
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();