rhayun / php-ign
A PHP library for scraping IGN.
2.0.0
2021-10-08 21:11 UTC
Requires
- php: ^7.1 || ^8.0
- kriswallsmith/buzz: 1.2.0
- nyholm/psr7: 1.4.*
- symfony/console: 5.3.*
- symfony/css-selector: 5.3.*
- symfony/dom-crawler: 5.3.*
This package is auto-updated.
Last update: 2025-05-09 04:52:24 UTC
README
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