PHPackages                             simply-stream/twitch-api-bundle - 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. simply-stream/twitch-api-bundle

ActiveLibrary[API Development](/categories/api)

simply-stream/twitch-api-bundle
===============================

2.0.0(1mo ago)11.0k↓45.2%2[1 PRs](https://github.com/Simply-Stream/TwitchApiBundle/pulls)MITPHPPHP ^8.4

Since Oct 24Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/Simply-Stream/TwitchApiBundle)[ Packagist](https://packagist.org/packages/simply-stream/twitch-api-bundle)[ RSS](/packages/simply-stream-twitch-api-bundle/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (3)Dependencies (19)Versions (8)Used By (0)

Twitch API Bundle
=================

[](#twitch-api-bundle)

This library is a bridge between [SimplyStream/TwitchApi](https://github.com/Simply-Stream/TwitchApi) and [Symfony](https://symfony.com) and will initialize every API needed into a Symfony service.

Installation
============

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Applications that use Symfony Flex
----------------------------------

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
$ composer require simply-stream/twitch-api-bundle
```

Applications that don't use Symfony Flex
----------------------------------------

[](#applications-that-dont-use-symfony-flex)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require simply-stream/twitch-api-bundle
```

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    SimplyStream\TwitchApiBundle\SimplyStreamTwitchApiBundle::class => ['all' => true],
];
```

Full configuration
==================

[](#full-configuration)

```
    simplystream_twitch_api:
        # Can set a static client_credential
        token:
            client_credentials:
                token: '123'
                expires_in: 1000
                token_type: 'Bearer'
        # See https://dev.twitch.tv/docs/authentication#registration on how to get client id and secret
        twitch_id: '%env(TWITCH_ID)%'

        # OAuth specific config

        twitch_secret: '%env(TWITCH_SECRET)%'
        # The url your user will be redirected to in authentication process
        redirect_uri: '%env(TWITCH_REDIRECT_URI)%'
        # The secret used in https://dev.twitch.tv/docs/eventsub#subscriptions to validate against manipulation.
        webhook:
            secret: '%env(TWITCH_WEBHOOK_SECRET)%'
```

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance86

Actively maintained with recent releases

Popularity22

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 85.7% 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 ~862 days

Total

3

Last Release

32d ago

Major Versions

v0.1.0 → 2.0.02026-07-16

PHP version history (3 changes)v0.0.1PHP ^7.4 || ^8.0

v0.1.0PHP ^8.1

2.0.0PHP ^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/5d499065cbba35901f6cb7f3ef2c7cc8805d654616c44661a7aaffbee2d0b394?d=identicon)[TobiDev](/maintainers/TobiDev)

---

Top Contributors

[![aaricdev](https://avatars.githubusercontent.com/u/84964307?v=4)](https://github.com/aaricdev "aaricdev (6 commits)")[![enekochan](https://avatars.githubusercontent.com/u/1836845?v=4)](https://github.com/enekochan "enekochan (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/simply-stream-twitch-api-bundle/health.svg)

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

###  Alternatives

[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.8M672](/packages/shopware-core)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k6.0M777](/packages/sylius-sylius)[tempest/framework

The PHP framework that gets out of your way.

2.3k37.6k21](/packages/tempest-framework)[typo3/cms

TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.

1.2k1.9M122](/packages/typo3-cms)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M236](/packages/sulu-sulu)

PHPackages © 2026

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