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.
- Host: GitHub
- URL: https://github.com/bramp/php5-spotify
- Owner: bramp
- Created: 2011-08-27T20:37:36.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-08-27T20:55:57.000Z (almost 15 years ago)
- Last Synced: 2025-03-25T18:51:10.405Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 152 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
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