Spotify A very simple and not fully implemented Spotify API wrapper UI Interface 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);