kerox/spotify

PHP Library to easily use Spotify API

1.0.0 2019-01-03 15:26 UTC

This package is auto-updated.

Last update: 2024-04-29 03:44:58 UTC


README

Build Coverage PHP Version Downloads Latest Stable Version License

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