LaravelPackages.net
Acme Inc.
Toggle sidebar
zarlach/laravel-twitch-api

Laravel Twitch RESTful API

23.016
30
1.5.2
About zarlach/laravel-twitch-api

zarlach/laravel-twitch-api is a Laravel package for laravel twitch restful api. It currently has 30 GitHub stars and 23.016 downloads on Packagist (latest version 1.5.2). Install it with composer require zarlach/laravel-twitch-api. Discover more Laravel packages by zarlach or browse all Laravel packages to compare alternatives.

Last updated

Twitch API for Laravel

An easy-to-use API for Laravel 5

Installation

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

Laravel environment variables

It's recommended to add these variables in your .env file.

TWITCH_KEY=
TWITCH_SECRET=
TWITCH_REDIRECT_URI=

Documentation

You'll find documentation markdown files in the docs folder.

Changelog

A list of changes is found in changelog.md

Star History Chart