socialite-manager/spotify-provider

This package is abandoned and no longer maintained. No replacement package was suggested.

Spotify provider

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

This package is auto-updated.

Last update: 2025-07-06 01:15:14 UTC


README

Installation

composer require socialite-manager/spotify-provider

Usage

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

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