Download the PHP package kerox/spotify without Composer
On this page you can find all versions of the php package kerox/spotify. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kerox/spotify
More information about kerox/spotify
Files in kerox/spotify
Download kerox/spotify
More information about kerox/spotify
Files in kerox/spotify
Vendor kerox
Package spotify
Short Description PHP Library to easily use Spotify API
License MIT
Homepage https://github.com/ker0x/spotify
Package spotify
Short Description PHP Library to easily use Spotify API
License MIT
Homepage https://github.com/ker0x/spotify
Please rate this library. Is it a good library?
Informations about the package spotify
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:
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
- [x] Albums
- [x] Artists
- [x] Audio
- [x] Browse
- [x] Follow
- [x] Me
- [x] Playlists
- [x] Search
- [x] Tracks
- [x] Users
All versions of spotify with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
ext-json Version *
fig/http-message-util Version ^1.1
psr/http-client Version ^0.3.0
zendframework/zend-diactoros Version ^2.0
ext-json Version *
fig/http-message-util Version ^1.1
psr/http-client Version ^0.3.0
zendframework/zend-diactoros Version ^2.0
The package kerox/spotify contains the following files
Loading the files please wait ....