socialite-manager/twitch-provider

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

This package is auto-updated.

Last update: 2024-03-05 22:15:29 UTC


README

Installation

composer require socialite-manager/twitch-provider

Usage

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

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