Search code examples
phpcodeigniterpagerank

How To Create Google PageRank Checker By PHP


I want a Google PageRank Checker for check pageRank a url that if was larger of 5, return (result) it is TRUE, else (less of 5) return (result) is FALSE. how is it by PHP or codeigniter?


Solution

  • Mark Woodman has created a nifty class which lets you query Google pagerank info in PHP and above. The complete classes are available here.

    Here is a detailed tutorial:

    Google Pagerank in PHP

    EDIT:

    Here is a class of google page rank checker on php classes:

    PHP Classes: Google Page Rank Checker Class

    and here is another blog doing the same thing:

    http://davidwalsh.name/google-pagerank

    Hope this helps.