Skip to content

SEOstats is a powerful open source PHP class to get a lot of SEO relevant data such as detailed backlink analyses, keyword and traffic statistics, website trends, page authority, the Google Pagerank, the Alexa Trafficrank and much more. Therefore SEOstats gathers data from Google, Yahoo, SEOmoz, Alexa, Facebook and Twitter. SEOstats offers over …

License

Notifications You must be signed in to change notification settings

fayazmiraz/SEOstats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SEOstats: SEO data library for PHP

SEOstats is a powerful open source tool to get a lot of SEO relevant data such as detailed backlink analyses, keyword and traffic statistics, website trends, page authority, the Google Pagerank, the Alexa Trafficrank and much more.

SEOstats offers over 50 different methods to request SEO relevant data for websites and gathers data from Google, Yahoo, Bing, SEMRush, SEOmoz, Alexa, Facebook and Twitter.

Download

The latest stable version can be downloaded from the downloads tab, or using the following link:
https://github.com/downloads/eyecatchup/SEOstats/SEOstats-2.1.0.zip

Usage

Example Usage

<?php
try 
{
  $url = new SEOstats("http://www.domain.com/");
  print $url->Google_Page_Rank();
} 
catch (SEOstatsException $e) 
{
  die($e->getMessage());
}

URL: https://github.com/eyecatchup/SEOstats/
License: http://eyecatchup.mit-license.org/
(c) 2012, Stephan Schmitz eyecatchup@gmail.com

About

SEOstats is a powerful open source PHP class to get a lot of SEO relevant data such as detailed backlink analyses, keyword and traffic statistics, website trends, page authority, the Google Pagerank, the Alexa Trafficrank and much more. Therefore SEOstats gathers data from Google, Yahoo, SEOmoz, Alexa, Facebook and Twitter. SEOstats offers over …

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published