Marc Reichel

IGDB Laravel Wrapper

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

Introduction

Packagist Version Packagist Downloads tests Pint PHPStan CodeFactor CodeCov GitHub

Cover

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