An open API service indexing awesome lists of open source software.

https://github.com/bramp/php5-spotify

This is a simple PHP extension that wraps some of the functionality of libspotify.
https://github.com/bramp/php5-spotify

Last synced: over 1 year ago
JSON representation

This is a simple PHP extension that wraps some of the functionality of libspotify.

Awesome Lists containing this project

README

          

php-spotify
by Andrew Brampton (c) 2010

This is a simple PHP extension that wraps some of the functionality of libspotify.

Basically you can login and manuliate playlists.

Build Instructions

First install libspotify following their instructions

Then to build this library execute:
phpize
./configure --with-spotify
make
You might need some packages required for building PHP extensions.

Now configure PHP to use the new extension, by adding a line in your php.ini

extension=/spotify.so

There is additional user documentation in the doc.html