A PHP 5.3 library for scraping IGN, strongly inspired by php-imdb.
wget http://getcomposer.org/composer.phar
php composer.phar install
php composer.phar update
<?php
$i = new IGN\Game("http://www.ign.com/games/grid-2/pc-82116");
$i->getTitle();
MIT, see LICENSE