Skip to content

rhayun/php-ign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PHP IGN

A PHP 5.3 library for scraping IGN, strongly inspired by php-imdb.

Installation

Install vendors

wget http://getcomposer.org/composer.phar
php composer.phar install

Update vendors

php composer.phar update

Usage

Get Game

<?php
$i = new IGN\Game("http://www.ign.com/games/grid-2/pc-82116");
$i->getTitle();

License

MIT, see LICENSE

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages