2017 © Pedro Peláez
 

library igdb-php

PHP Facade/Wrapper for the IGDB API

image

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

The README.md

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);

The Versions

29/01 2017

dev-master

9999999-dev

PHP Facade/Wrapper for the IGDB API

  Sources   Download

MIT

The Requires