alperencetin/spotify-php-api

Spotify PHP Api

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Type:package

1.0.2 2020-07-23 20:00 UTC

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

Examples are for private use. I recommend hide tokens variables for public use.