Skip to content

bramp/php5-spotify

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
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=<path to extensions>/spotify.so

There is additional user documentation in the doc.html

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published