Skip to content

monks-dev/Spotify-Wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotify

A very simple and not fully implemented Spotify API wrapper

UI Interface

Spotify Wrapper Example

Usage

Creating Client

use Monks\Spotify\Spotify;

$spotify = new Spotify($clientId, $secret);

Getting Playlist By Id

$playlist = $spotify->getPlaylist($playlistId);

Getting Playlist Tracks

$tracks = $spotify->getPlaylistTracks($playlistId, $offset, $limit);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Languages