socialite-manager/qq-provider

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

This package is auto-updated.

Last update: 2024-03-05 21:57:33 UTC


README

Installation

composer require socialite-manager/qq-provider

Usage

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

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