IGDB Laravel Wrapper

Laravel-Wrapper for the IGDB API (Apicalypse) including webhook handling.

Introduction

tests PHPStan CodeFactor Packagist Downloads Packagist Version GitHub Gitmoji

Cover

This is a Laravel wrapper for version 4 of the IGDB API (Apicalypse) including webhook handling since version 2.3.0.

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