socialite-manager/spotify-provider

v1.0.0 2018-03-24 12:05 UTC

This package is auto-updated.

Last update: 2024-09-05 23:04:55 UTC


README

安装

composer require socialite-manager/spotify-provider

用法

use Socialite\Provider\SpotifyProvider;
use Socialite\Socialite;

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