All Projects → enisz → igdb

enisz / igdb

Licence: GPL-3.0 license
IGDB PHP API Wrapper

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to igdb

igdb
Laravel PHP Facade/Wrapper for the IGDB API
Stars: ✭ 30 (+50%)
Mutual labels:  wrapper, igdb, igdb-api
Php Curl Class
PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs
Stars: ✭ 2,903 (+14415%)
Mutual labels:  curl, class
Unifi Api Client
A PHP API client class to interact with Ubiquiti's UniFi Controller API
Stars: ✭ 602 (+2910%)
Mutual labels:  curl, class
dbots.js
A stats poster and API wrapper for all botlists.
Stars: ✭ 18 (-10%)
Mutual labels:  wrapper
libssh2.nim
Nim wrapper for libssh2
Stars: ✭ 25 (+25%)
Mutual labels:  wrapper
peerai-api
Peerism's Peer.ai API built with Truffle, Node.js, Express.js, Solidity, and Ethereum TestRPC
Stars: ✭ 18 (-10%)
Mutual labels:  curl
Bali
A fast and lightweight .Net library for reading and writing .class files.
Stars: ✭ 35 (+75%)
Mutual labels:  class
jodit-vue
Vue wrapper for Jodit Editor
Stars: ✭ 60 (+200%)
Mutual labels:  wrapper
Dev-II
For 'Economics Development II' PhD seminar at CUNY Graduate Center. (older site) Generates docs at:
Stars: ✭ 36 (+80%)
Mutual labels:  class
curl
A PHP 5.4+ library for making asynchronous HTTP requests.
Stars: ✭ 73 (+265%)
Mutual labels:  curl
idpt
Internet-Delivered Psychological Therapy (IDPT) System.
Stars: ✭ 24 (+20%)
Mutual labels:  internet
ambient
What can a public hotspot tell you?
Stars: ✭ 57 (+185%)
Mutual labels:  curl
careful rm
A safe wrapper for rm that adds useful warnings and an optional recycle/trash mode
Stars: ✭ 22 (+10%)
Mutual labels:  wrapper
CwsShareCount
PHP class to get social share count for Delicious, Facebook, Google+, Linkedin, Pinterest, Reddit, StumbleUpon and Twitter.
Stars: ✭ 13 (-35%)
Mutual labels:  curl
dokan-delphi
Dokan Delphi Wrapper
Stars: ✭ 48 (+140%)
Mutual labels:  wrapper
google-pubsub-emulator
Google PubSub Emulator wrapper to nodejs
Stars: ✭ 28 (+40%)
Mutual labels:  wrapper
fpdf-easytable
fpdf-easyTable is a PHP class that makes it easy to build tables for PDF documents generated with the FPDF library
Stars: ✭ 74 (+270%)
Mutual labels:  class
laravel-auto-morph-map
THIS PACKAGE HAS BEEN DEPRECATED — Automatically alias and map the polymorphic types of Eloquent models.
Stars: ✭ 55 (+175%)
Mutual labels:  class
dokuwiki-plugin-bootswrapper
Bootstrap Wrapper for DokuWiki
Stars: ✭ 33 (+65%)
Mutual labels:  wrapper
haskell-libui
Haskell bindings to the libui C library.
Stars: ✭ 45 (+125%)
Mutual labels:  wrapper

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].