PHPackages                             sevenpluss/laravel-twitch-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. sevenpluss/laravel-twitch-api

ActiveLibrary[API Development](/categories/api)

sevenpluss/laravel-twitch-api
=============================

The Laravel wrapper for twitch helix api

1.0.0(6y ago)012MITPHPPHP &gt;=7.1.3

Since May 19Pushed 6y agoCompare

[ Source](https://github.com/sevenpluss/laravel-twitch-api)[ Packagist](https://packagist.org/packages/sevenpluss/laravel-twitch-api)[ RSS](/packages/sevenpluss-laravel-twitch-api/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Laravel Twitch Api
==================

[](#laravel-twitch-api)

[![Latest Stable Version](https://camo.githubusercontent.com/eb04fc7c7b9957c2d0b607e2090ada90ebdf6d9e0ad4440c24dc244965efd5a1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736576656e706c7573732f6c61726176656c2d7477697463682d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sevenpluss/laravel-twitch-api)[![Total Downloads](https://camo.githubusercontent.com/ac2cee1ee7247ac68794b2c2903f2510a9e7911bbcd24cfabf8db7c0091a913b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736576656e706c7573732f6c61726176656c2d7477697463682d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sevenpluss/laravel-twitch-api)[![License](https://camo.githubusercontent.com/5ca45f1fce8ff83d7980da66b46273c52223f5d6b0ec0ab90f1869ea6dafd31f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f736576656e706c7573732f6c61726176656c2d7477697463682d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sevenpluss/laravel-twitch-api)

[PHP Twitch Api](https://github.com/sevenpluss/twitch-api) Wrapper for Laravel 5+

**NOTICE: This library uses the latest Twitch HELIX API which ist not fully featured yet**

Table of contents
-----------------

[](#table-of-contents)

1. [Installation](https://github.com/sevenpluss/laravel-twitch-api#installation)
2. [Configuration](https://github.com/sevenpluss/laravel-twitch-api#configuration)
3. [Documentation](https://github.com/sevenpluss/twitch-api#documentation)

Installation
------------

[](#installation)

```
composer require sevenpluss/laravel-twitch-api

```

Or add `sevenpluss/laravel-twitch-api` to your `composer.json`

```
"sevenpluss/laravel-twitch-api": "^1.0"

```

Run `composer update` to pull the latest version.

Add Service Provider to your `config/app.php` file: **If you use Laravel 5.5+ you are already done, leave this step and go next**

```
Sevenpluss\LaravelTwitchApi\Providers\TwitchServiceProvider::class,

```

Configuration
-------------

[](#configuration)

Copy configuration to config folder:

```
$ php artisan vendor:publish --provider="Sevenpluss\LaravelTwitchApi\Providers\TwitchServiceProvider"

```

Add the User model to your `config/auth.php` file:

```
//...
    'providers' => [
        'users' => [
            'driver' => 'eloquent',
            'model' => config('twitch_api.user_model'),
        ],
//...

```

Add environmental variables to your `.env`

```
TWITCH_CLIENT_ID=
TWITCH_CLIENT_SECRET=
TWITCH_REDIRECT_URI=http://localhost

```

Documentation
-------------

[](#documentation)

All documentation how to use [Twitch Api](https://github.com/sevenpluss/twitch-api) you can obtain [here](https://github.com/sevenpluss/twitch-api#documentation)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2550d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/860c7ad9bd3765eb4fb67ae60c2b18d9bbe578e038f96ee36cc87e19896124cb?d=identicon)[pandazoom](/maintainers/pandazoom)

---

Tags

phpapilaraveltwitchhelix

### Embed Badge

![Health badge](/badges/sevenpluss-laravel-twitch-api/health.svg)

```
[![Health](https://phpackages.com/badges/sevenpluss-laravel-twitch-api/health.svg)](https://phpackages.com/packages/sevenpluss-laravel-twitch-api)
```

###  Alternatives

[joisarjignesh/bigbluebutton

BigBlueButton Server API Library for Laravel

162145.5k1](/packages/joisarjignesh-bigbluebutton)[jeroen-g/flickr

Modern PHP package to make Flickr API calls. Ships with Laravel implementation.

2559.9k2](/packages/jeroen-g-flickr)[exlo89/laravel-sevdesk-api

A helpful Sevdesk API client for Laravel.

1116.5k](/packages/exlo89-laravel-sevdesk-api)[dystcz/lunar-api

Dystore API layer for Lunar e-commerce package

411.1k3](/packages/dystcz-lunar-api)[yxx/laravel-quick

agile development

145.3k](/packages/yxx-laravel-quick)[gufy/whmcs

WHMCS API for Laravel 5

201.7k](/packages/gufy-whmcs)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
