socialite-manager/twitch-provider

This package is abandoned and no longer maintained. No replacement package was suggested.

Twitch provider

v1.0.0 2018-03-23 16:03 UTC

This package is auto-updated.

Last update: 2025-07-06 01:28:03 UTC


README

Installation

composer require socialite-manager/twitch-provider

Usage

use Socialite\Provider\TwitchProvider;
use Socialite\Socialite;

Socialite::driver(TwitchProvider::class, $config);