An easy-to-use API for Laravel 5
composer require zarlach/laravel-twitch-apiIn config/app.php, add this provider in providers
Zarlach\TwitchApi\Providers\TwitchApiServiceProvider::class,Add this facade in aliases
'TwitchApi' => Zarlach\TwitchApi\Facades\TwitchApiServiceFacade::class,Publish config, then configure your config/twitch-api.php
php artisan vendor:publishIt's recommended to add these variables in your .env file.
TWITCH_KEY=
TWITCH_SECRET=
TWITCH_REDIRECT_URI=You'll find documentation markdown files in the docs folder.
A list of changes is found in changelog.md