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

Laravel Twitch RESTful API

1.052
0
1.4.0
About hootener/laravel-twitch-api

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

Last updated

Twitch RESTful API for Laravel

Note: This is forked from: https://github.com/PetterKraabol/laravel-twitch-api and will only be maintained until that project accepts the PR's necessary to catch it up to this package.

An easy-to-use RESTful API for Laravel 5, works with Twitch API v5

Installation

composer require hootener/laravel-twitch-api

In config/app.php, add this provider in providers

Hootener\TwitchApi\Providers\TwitchApiServiceProvider::class,

Add this facade in aliases

'TwitchApi' => Hootener\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