socialite-manager/spotify-provider

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

This package is auto-updated.

Last update: 2024-04-05 22:08:33 UTC


README

Installation

composer require socialite-manager/spotify-provider

Usage

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

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