An open API service indexing awesome lists of open source software.

https://github.com/enisz/igdb

IGDB PHP API Wrapper
https://github.com/enisz/igdb

api class curl database game igdb igdb-api internet php wrapper

Last synced: 29 days ago
JSON representation

IGDB PHP API Wrapper

Awesome Lists containing this project

README

        

# 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](https://api-docs.igdb.com/#account-creation) and [Authentication](https://api-docs.igdb.com/#authentication) sections of the [IGDB API Documentation](https://api-docs.igdb.com/) 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](https://enisz.github.io/igdb/documentation#authenticate) for details!

For a better understanding of the wrapper, there are several [example scripts](https://enisz.github.io/igdb/documentation#examples) in the documentation.

## Documentation

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

[http://enisz.github.io/igdb](http://enisz.github.io/igdb)