Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jongotlin/seomoz
https://github.com/jongotlin/seomoz
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jongotlin/seomoz
- Owner: jongotlin
- Created: 2012-04-20T19:37:14.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-09-25T06:21:07.000Z (over 10 years ago)
- Last Synced: 2024-10-11T13:13:10.301Z (3 months ago)
- Language: PHP
- Size: 201 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SeoMoz
======Get URL metrics from SeoMoz
http://apiwiki.seomoz.org/w/page/13991153/URL%20Metrics%20APIFeel free to contribute!
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();