ynotna/igdb-php

PHP Facade/Wrapper for the IGDB API

Maintainers

Package info

github.com/YnotnA/igdb-php

pkg:composer/ynotna/igdb-php

Statistics

Installs: 3 840

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 1

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

This package is not auto-updated.

Last update: 2026-03-15 08:41:21 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);