A PHP Library to easily use Spotify API
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.
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');
Please, refer to the wiki to learn how to use this library
- Albums
- Artists
- Audio
- Browse
- Follow
- Me
- Playlists
- Search
- Tracks
- Users