Skip to content

ker0x/spotify

Repository files navigation

Spotify

A PHP Library to easily use Spotify API

Warning

This library use PSR-18 HTTP Client interface, which means that no HTTP Client, like Guzzle or httplug, are provided within. You will need to require them separately.

Installation

You can install Spotify using Composer:

composer require kerox/spotify

You will then need to:

  • run composer install to get these dependencies added to your vendor directory
  • add the autoloader to your application with this line: require('vendor/autoload.php');

Usage

Please, refer to the wiki to learn how to use this library

Features

API

  • Albums
  • Artists
  • Audio
  • Browse
  • Follow
  • Me
  • Playlists
  • Search
  • Tracks
  • Users