PHPackages                             zarlach/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. zarlach/laravel-twitch-api

ActiveLibrary[API Development](/categories/api)

zarlach/laravel-twitch-api
==========================

Laravel Twitch RESTful API

1.5.2(7y ago)3123.0k11[3 issues](https://github.com/PetterKraabol/laravel-twitch-api/issues)MITPHPPHP &gt;=5.5.9

Since Nov 7Pushed 7y ago3 watchersCompare

[ Source](https://github.com/PetterKraabol/laravel-twitch-api)[ Packagist](https://packagist.org/packages/zarlach/laravel-twitch-api)[ RSS](/packages/zarlach-laravel-twitch-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (22)Used By (0)

Twitch API for Laravel
======================

[](#twitch-api-for-laravel)

An easy-to-use API for Laravel 5

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

[](#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
-----------------------------

[](#laravel-environment-variables)

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

```
TWITCH_KEY=
TWITCH_SECRET=
TWITCH_REDIRECT_URI=
```

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

[](#documentation)

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

Changelog
---------

[](#changelog)

A list of changes is found in `changelog.md`

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 84.9% of commits — single point of failure

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

Every ~60 days

Recently: every ~177 days

Total

21

Last Release

2629d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7bbc46c96b0cbb541e6e4e07f4213620388b01ad4bebb5a99549b72224491012?d=identicon)[PetterKraabol](/maintainers/PetterKraabol)

---

Top Contributors

[![PetterKraabol](https://avatars.githubusercontent.com/u/2125142?v=4)](https://github.com/PetterKraabol "PetterKraabol (62 commits)")[![mdietger](https://avatars.githubusercontent.com/u/2099585?v=4)](https://github.com/mdietger "mdietger (4 commits)")[![hootener](https://avatars.githubusercontent.com/u/1566985?v=4)](https://github.com/hootener "hootener (3 commits)")[![kaugesaar](https://avatars.githubusercontent.com/u/5097209?v=4)](https://github.com/kaugesaar "kaugesaar (2 commits)")[![ayacoo](https://avatars.githubusercontent.com/u/5963331?v=4)](https://github.com/ayacoo "ayacoo (1 commits)")[![GioHunt](https://avatars.githubusercontent.com/u/1850600?v=4)](https://github.com/GioHunt "GioHunt (1 commits)")

---

Tags

apilaraveltwitch

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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