https://github.com/eman1986/spotify-webapi-client
A PHP 5.4 client for the Spotify Web API.
https://github.com/eman1986/spotify-webapi-client
Last synced: 4 months ago
JSON representation
A PHP 5.4 client for the Spotify Web API.
- Host: GitHub
- URL: https://github.com/eman1986/spotify-webapi-client
- Owner: eman1986
- License: mit
- Created: 2015-03-13T01:53:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-03T17:17:12.000Z (about 10 years ago)
- Last Synced: 2024-12-28T17:48:23.027Z (5 months ago)
- Language: PHP
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spotify-WebAPI-Client
A PHP 5.4 client for the Spotify Web API.This client makes it easy for you to utilize the Spotify Web API and works to handle much of the background tasks
involved.**This library is currently under heavy development, a stable release will be ready soon.**
## Installing
The recommended method will be composer.
## Setup Access Request URL.
Some tasks require user's consent, a helper has been created to aid with this.```php
$api = new \Spotify\Spotify();$authUrl = $api->BuildRequestUrl('clientId', 'redirectUrl', 'scope');
```## Framework Integrations
I am planning on adding framework integration for the follow frameworks:
* Laravel 4 & 5
* Codeigniter 3
* FuelPHPI may add more to the list later, requests can be made on the issue tracker.