PHPackages                             jrodella/oauth2-streamlabs - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. jrodella/oauth2-streamlabs

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

jrodella/oauth2-streamlabs
==========================

StreamLabs OAuth 2.0 Client Provider for The PHP League OAuth2-Client

1.0.0(4y ago)08MITPHPPHP &gt;=5.6.0

Since Oct 29Pushed 4y ago1 watchersCompare

[ Source](https://github.com/jrodella/oauth2-streamlabs)[ Packagist](https://packagist.org/packages/jrodella/oauth2-streamlabs)[ RSS](/packages/jrodella-oauth2-streamlabs/feed)WikiDiscussions master Synced 2d ago

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

StreamLabs Provider for OAuth 2.0 Client
========================================

[](#streamlabs-provider-for-oauth-20-client)

[![CircleCI Build](https://camo.githubusercontent.com/3fdd12f615b33e685d408af9a0fafb4f8ead6bef4199b415dc0e649c8cef3c44/687474703a2f2f706f7365722e707567782e6f72672f6a726f64656c6c612f6f61757468322d73747265616d6c6162732f636972636c656369)](https://packagist.org/packages/jrodella/oauth2-streamlabs)[![Latest Stable Version](https://camo.githubusercontent.com/fc2349a8cfd1ce8ed598bccb5579b8bc5a9130765cbcc56e5b9ff6f4c661c805/687474703a2f2f706f7365722e707567782e6f72672f6a726f64656c6c612f6f61757468322d73747265616d6c6162732f76)](https://packagist.org/packages/jrodella/oauth2-streamlabs)[![License](https://camo.githubusercontent.com/faf0258fb789cd2a2802f197dfed21d3b93e51f0e1c88530e0766c4ee7a52e7e/687474703a2f2f706f7365722e707567782e6f72672f6a726f64656c6c612f6f61757468322d73747265616d6c6162732f6c6963656e7365)](https://packagist.org/packages/jrodella/oauth2-streamlabs)

This package provides StreamLabs OAuth 2.0 support for the PHP League's [OAuth 2.0 Client](https://github.com/thephpleague/oauth2-client).

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

[](#installation)

To install, use composer:

```
composer require jrodella/oauth2-streamlabs

```

Usage
-----

[](#usage)

Usage is the same as The League's OAuth client, using `Jrodella\OAuth2\Client\Provider\StreamLabs` as the provider.

```
$provider = new \Jrodella\OAuth2\Client\Provider\StreamLabs([
    'clientId' => "YOUR_CLIENT_ID",
    'clientSecret' => "YOUR_CLIENT_SECRET",
    'redirectUri' => "http://your-redirect-uri-passed-in-streamlabs-dashboard"
]);
```

You can also optionally add a `scopes` key to the array passed to the constructor. The available scopes are documented on the [StreamLabs API Reference](https://dev.streamlabs.com/docs/getting-started).

Testing
-------

[](#testing)

```
$ ./vendor/bin/phpunit
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

1656d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a9959ea77ff0c218962186457e7676667d750c42d178c841707970426a90a562?d=identicon)[jrodella](/maintainers/jrodella)

---

Top Contributors

[![jrodella](https://avatars.githubusercontent.com/u/22198227?v=4)](https://github.com/jrodella "jrodella (4 commits)")

---

Tags

clientpackageleagueoauthstreamlabs

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/jrodella-oauth2-streamlabs/health.svg)

```
[![Health](https://phpackages.com/badges/jrodella-oauth2-streamlabs/health.svg)](https://phpackages.com/packages/jrodella-oauth2-streamlabs)
```

###  Alternatives

[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[thenetworg/oauth2-azure

Azure Active Directory OAuth 2.0 Client Provider for The PHP League OAuth2-Client

2509.6M48](/packages/thenetworg-oauth2-azure)[stevenmaguire/oauth2-keycloak

Keycloak OAuth 2.0 Client Provider for The PHP League OAuth2-Client

2275.9M27](/packages/stevenmaguire-oauth2-keycloak)[patrickbussmann/oauth2-apple

Sign in with Apple OAuth 2.0 Client Provider for The PHP League OAuth2-Client

1132.5M6](/packages/patrickbussmann-oauth2-apple)[vertisan/oauth2-twitch-helix

Twitch (new version Helix) OAuth 2.0 Client Provider for The PHP League OAuth2-Client

1367.4k3](/packages/vertisan-oauth2-twitch-helix)[mollie/oauth2-mollie-php

Mollie Provider for OAuth 2.0 Client

251.7M1](/packages/mollie-oauth2-mollie-php)

PHPackages © 2026

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