ynotna/igdb-php

PHP Facade/Wrapper for the IGDB API

Installs: 3 840

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 1

pkg:composer/ynotna/igdb-php

dev-master 2017-01-29 22:53 UTC

This package is not auto-updated.

Last update: 2025-10-26 06:57:35 UTC


README

PHP Facade/Wrapper for the IGDB API (Mashape)

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