| Package Data | |
|---|---|
| Maintainer Username: | PetterKraabol |
| Maintainer Contact: | petter.zarlach@gmail.com (Petter Kraabøl) |
| Package Create Date: | 2015-11-06 |
| Package Last Update: | 2019-03-02 |
| Home Page: | https://packagist.org/packages/zarlach/laravel-twitch-api |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-04 15:00:54 |
| Package Statistics | |
|---|---|
| Total Downloads: | 23,013 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 31 |
| Total Watchers: | 3 |
| Total Forks: | 13 |
| Total Open Issues: | 3 |
An easy-to-use API for Laravel 5
composer require zarlach/laravel-twitch-api
In 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:publish
It'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