alperencetin / spotify-php-api
Spotify PHP Api
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Type:package
pkg:composer/alperencetin/spotify-php-api
Requires
- php: >=5.3.0
This package is auto-updated.
Last update: 2025-09-22 02:51:40 UTC
README
A simple Spotify Web Api, written with PHP
Spotify Web Api & Spotify Console Docs & Spotify Developer Dashboard
Install
Via Composer
$ composer require alperencetin/spotify-php-api
Manual
Download and use src/Spotify.Api.php
Using
Via Composer
require_once __DIR__ . '/vendor/autoload.php'; $spotifyApi = new SpotifyPHPApi\SpotifyApi();
Manual
require_once('src/SpotifyApi.php'); $spotifyApi = new SpotifyPHPApi\SpotifyApi();
Examples are for private use. I recommend hide tokens variables for public use.