Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 217 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 217 Bytes

QQ Provider

Installation

composer require socialite-manager/qq-provider

Usage

use Socialite\Provider\QQProvider;
use Socialite\Socialite;

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