Download the PHP package jwilsson/spotify-web-api-php without Composer
On this page you can find all versions of the php package jwilsson/spotify-web-api-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jwilsson/spotify-web-api-php
More information about jwilsson/spotify-web-api-php
Files in jwilsson/spotify-web-api-php
Download jwilsson/spotify-web-api-php
More information about jwilsson/spotify-web-api-php
Files in jwilsson/spotify-web-api-php
Vendor jwilsson
Package spotify-web-api-php
Short Description A PHP wrapper for Spotify's Web API.
License MIT
Homepage https://github.com/jwilsson/spotify-web-api-php
Package spotify-web-api-php
Short Description A PHP wrapper for Spotify's Web API.
License MIT
Homepage https://github.com/jwilsson/spotify-web-api-php
Keywords spotify
Please rate this library. Is it a good library?
Informations about the package spotify-web-api-php
Spotify Web API PHP
This is a PHP wrapper for Spotify's Web API. It includes the following:
- Helper methods for all API endpoints:
- Information about artists, albums, tracks, podcasts, audiobooks, and users.
- List music featured by Spotify.
- Playlist and user music library management.
- Spotify catalog search.
- User playback control.
- Authorization flow helpers.
- Automatic refreshing of access tokens.
- Automatic retry of rate limited requests.
- PSR-4 autoloading support.
Requirements
- PHP 8.3 or later.
- PHP cURL extension (Usually included with PHP).
Installation
Install it using Composer:
Usage
Before using the Spotify Web API, you'll need to create an app at Spotify’s developer site.
Simple example displaying a user's profile:
For more instructions and examples, check out the documentation.
The Spotify Web API Console can also be of great help when trying out the API.
Contributing
Contributions are more than welcome! See CONTRIBUTING.md for more info.
License
MIT license. Please see LICENSE.md for more info.
All versions of spotify-web-api-php with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.3
ext-curl Version *
ext-curl Version *
The package jwilsson/spotify-web-api-php contains the following files
Loading the files please wait ...