All Projects → PetterKraabol → laravel-twitch-api

PetterKraabol / laravel-twitch-api

Licence: MIT license
Twitch API for Laravel 5

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to laravel-twitch-api

createurstech.fr
Première plateforme collaborative et open source qui référence les créateurs de contenus tech francophone.
Stars: ✭ 174 (+544.44%)
Mutual labels:  twitch
TwitchPy
This is a package you can use to connect with the Twitch API, manage a channel, create bots, etc
Stars: ✭ 22 (-18.52%)
Mutual labels:  twitch
skarabot
Twitch bot for my channel
Stars: ✭ 21 (-22.22%)
Mutual labels:  twitch
twitch-chat-bot
No description or website provided.
Stars: ✭ 63 (+133.33%)
Mutual labels:  twitch
twitch-observer
Turn Twitch chatter into Python events
Stars: ✭ 25 (-7.41%)
Mutual labels:  twitch
soundboard
forsen soundboard :)
Stars: ✭ 22 (-18.52%)
Mutual labels:  twitch
rustplatz
(Inoffizielle) Website für das Rust-Projekt von Dhalucard, Bonjwa und RocketBeans
Stars: ✭ 15 (-44.44%)
Mutual labels:  twitch
WebNowPlaying-BrowserExtension
The extension to go along with the WebNowPlaying plugin for Rainmeter
Stars: ✭ 76 (+181.48%)
Mutual labels:  twitch
XION-ChaseCam
This is a free-to-use HTML/javascript based overlay for roleplay streamers. Basically it mimics the overlay of the AXON bodycam, but since most folks play in 3rd person, it's a ChaseCam. I've included a logo, and the html file. The html file has the css, html, and javascript all in one file for ease of editing. Goto line 81 of the html file to c…
Stars: ✭ 27 (+0%)
Mutual labels:  twitch
twitch2dcs
DCS World mod that allows twitch chat to be viewed inside the game
Stars: ✭ 24 (-11.11%)
Mutual labels:  twitch
twurple
Interact with Twitch's API, chat and subscribe to events via PubSub and EventSub.
Stars: ✭ 479 (+1674.07%)
Mutual labels:  twitch
Twitch-Farmer
A bot that helps you to get more followers on Twitch
Stars: ✭ 124 (+359.26%)
Mutual labels:  twitch
TwitchFollowers
Twitch followers discord bot. (TwitchFarmer)
Stars: ✭ 72 (+166.67%)
Mutual labels:  twitch
iletaitunefoisundev
La formation dont vous êtes le héros !
Stars: ✭ 204 (+655.56%)
Mutual labels:  twitch
rtmp-social-multicast
Want to stream to Twitch, YouTube, Facebook, and/or Periscope at the same time? That's what this project allows you to do!
Stars: ✭ 42 (+55.56%)
Mutual labels:  twitch
mIRC-Twitch-Scripts
Various scripts and games to use with a mIRC bot designed for Twitch.tv
Stars: ✭ 30 (+11.11%)
Mutual labels:  twitch
kbot
Twitch chat bot aiming to improve chat experience.
Stars: ✭ 27 (+0%)
Mutual labels:  twitch
twitch-clip-downloader
[DONE] NodeJS tool to download every clip (and it's metadata) from a Twitch channel
Stars: ✭ 27 (+0%)
Mutual labels:  twitch
extensions-rig
A full development environment to build Twitch Extensions. Currently only supports panel extensions but video overlay coming soon.
Stars: ✭ 26 (-3.7%)
Mutual labels:  twitch
NativeTwitch
Native Twitch Player
Stars: ✭ 64 (+137.04%)
Mutual labels:  twitch

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].