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
- Host: GitHub
- URL: https://github.com/enisz/igdb
- Owner: enisz
- License: gpl-3.0
- Created: 2017-11-19T14:16:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-17T23:55:42.000Z (about 1 year ago)
- Last Synced: 2025-03-29T10:42:50.979Z (about 2 months ago)
- Topics: api, class, curl, database, game, igdb, igdb-api, internet, php, wrapper
- Language: PHP
- Homepage:
- Size: 14.2 MB
- Stars: 27
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)