Skip to content

enisz/igdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IGDB API PHP Wrapper

Introduction

The wrapper's main purpose is to provide a simple solution to fetch data from IGDB's database using PHP.

To have access to IGDB's database you have to register a Twitch Account and have your own client_id and access_token. Refer to the Account Creation and Authentication sections of the IGDB API Documentation for details.

Now there is a utility class called IGDBUtils which contains an authenticate method to help you generate your access token! Refer to the documentation for details!

For a better understanding of the wrapper, there are several example scripts in the documentation.

Documentation

The documentation is now published to github pages. You can find it here:

http://enisz.github.io/igdb