Skip to content

Shemahmforash/SpotifyWebApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SpotifyWebApi

Abstraction of the spotify web-abi (aka metadata api) - https://developer.spotify.com/technologies/web-api/

Installation

This project is in Composer format, so you just need to use Composer to intall all dependencies. Learn how to use Composer: https://getcomposer.org/

##Example It is very simple to use this class. You just need to include the autoload, instantiate the class and call its public method get.

require 'vendor/autoload.php';
$api = new Webservice\Spotify\WebApi();
$results = $api->get('search', 'artist', 'json', array("q" => "Queen"));

About

Abstraction of the spotify web-abi (aka metadata api)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages