library php-ign
A PHP 5.3 library for scraping IGN.
rhayun/php-ign
A PHP 5.3 library for scraping IGN.
- Tuesday, April 18, 2017
- by rhayun
- Repository
- 1 Watchers
- 0 Stars
- 21 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
PHP IGN
A PHP 5.3 library for scraping IGN, strongly inspired by php-imdb., (*1)
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, (*2)
dev-master
9999999-dev
A PHP 5.3 library for scraping IGN.
Sources
Download
MIT
The Requires
ign