New Google Ranking Checker with Locale-Support

A new release of the Google Ranking Checker Class is available now. The new version 1.2.0 is released under a Creative Commons license (by-sa 3.0) and supports locale settings for language and country.

You can test the Google Ranking Checker Class on BOHUCO Labs:

http://bohuco.net/labs/google-ranking-check

… or Download the Source-Code:

http://bohuco.net/labs/google-ranking-check/RankingChecker120.php.gz

Usage Example:

 
require_once 'RankingChecker.php';
$rankingChecker = new RankingChecker($apiKey);
$rankingChecker->setLocale('de', 'at');
$rankings = $rankingChecker->check(array('bohuco'), array('bohuco.net'));
 
var_dump($rankings);

Thanks for all the comments and suggestions.