# php5-spotify **Repository Path**: mirrors_bramp/php5-spotify ## Basic Information - **Project Name**: php5-spotify - **Description**: This is a simple PHP extension that wraps some of the functionality of libspotify. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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