IGDB Laravel Wrapper
Laravel-Wrapper for the IGDB API (Apicalypse) including webhook handling.
Introduction
This is a Laravel wrapper for version 4 of the IGDB API (Apicalypse) including webhook handling.
It handles authentication and caching of the IGDB API automatically.
Example
use MarcReichel\IGDBLaravel\Models\Game; $game = Game::where('name', 'Fortnite')->first();
On this page