library igdb-php
PHP Facade/Wrapper for the IGDB API
ynotna/igdb-php
PHP Facade/Wrapper for the IGDB API
- Sunday, January 29, 2017
- by YnotnA
- Repository
- 0 Watchers
- 0 Stars
- 527 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 37 % Grown
igdb-php
PHP Facade/Wrapper for the IGDB API (Mashape), (*1)
Usage
// Set your API KEY
define('API_KEY', 'Your_Mashape_Key');
// Instancie client
$client = new YnotnA\Igdb\IgdbApi(API_KEY);
// Get games by search.
$games = $client->getGames('mario', array('name'), 10, 0);
dev-master
9999999-dev
PHP Facade/Wrapper for the IGDB API
Sources
Download
MIT
The Requires