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

ActiveLibrary[API Development](/categories/api)

jelmervisser/laravel-twitch-api
===============================

Laravel Twitch RESTful API

1.5.0(8y ago)0386MITPHPPHP &gt;=5.5.9

Since Nov 7Pushed 8y ago1 watchersCompare

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

READMEChangelogDependencies (3)Versions (20)Used By (0)

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

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

An easy-to-use RESTful API for Laravel 5

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

[](#installation)

```
composer require jelmervisser/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

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 85.3% 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 ~36 days

Recently: every ~67 days

Total

19

Last Release

3241d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/418cbaede2e4db2a276e4a755109c49a4bc16c888e9b771ed26a0b71a16c003a?d=identicon)[jelmervisser](/maintainers/jelmervisser)

---

Top Contributors

[![PetterKraabol](https://avatars.githubusercontent.com/u/2125142?v=4)](https://github.com/PetterKraabol "PetterKraabol (58 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)")[![GioHunt](https://avatars.githubusercontent.com/u/1850600?v=4)](https://github.com/GioHunt "GioHunt (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k33](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.3M7](/packages/avalara-avataxclient)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1772.4k4](/packages/aimeos-prisma)

PHPackages © 2026

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