alperencetin / spotify-php-api
Spotify PHP Api
1.0.2
2020-07-23 20:00 UTC
Requires
- php: >=5.3.0
This package is auto-updated.
Last update: 2025-06-22 02:08:15 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.