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

ActiveLibrary

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

v0.1.0(3y ago)1911↓50%2[1 PRs](https://github.com/Simply-Stream/TwitchApiBundle/pulls)MITPHPPHP ^8.1

Since Oct 24Pushed 2mo 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 1mo ago

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

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

[](#twitch-api-bundle)

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],
];
```

Configuration
=============

[](#configuration)

Following configuration is required:

```
    simplystream_twitch_api:
        # See https://dev.twitch.tv/docs/authentication#registration on how to get client id and secret
        twitch_id:     '%env(TWITCH_ID)%'
        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

37

—

LowBetter than 83% of packages

Maintenance56

Moderate activity, may be stable

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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 ~406 days

Total

2

Last Release

1251d ago

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

v0.1.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/18c6767492a70168de59c05177d123e5da5ef149c7bf920ea7fa73ffabc82fdc?d=identicon)[aaricdev](/maintainers/aaricdev)

---

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

### 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

[sylius/sylius

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

8.4k5.6M647](/packages/sylius-sylius)[cakephp/cakephp

The CakePHP framework

8.8k18.5M1.6k](/packages/cakephp-cakephp)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6939.5M341](/packages/drupal-core-recommended)[tempest/framework

The PHP framework that gets out of your way.

2.1k23.1k9](/packages/tempest-framework)[flow-php/flow

PHP ETL - Extract Transform Load - Data processing framework

81733.7k](/packages/flow-php-flow)

PHPackages © 2026

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