forked from jameshartig/GroovesharkAPI-PHP
-
Notifications
You must be signed in to change notification settings - Fork 0
PHP library for connecting with the Grooveshark API
Floupie/GroovesharkAPI-PHP
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
To do search: require("gsAPI.php"); $gsapi = new gsapi('key', 'secret'); $gsapi->startSession(); //please cache this session and use setSession('session') $gsapi->getCountry($_SERVER['REMOTE_ADDR']); //just need to call this, it will store itself in gsapi require("gsSearch.php"); $gsSearch = new gsSearch(); $gsSearch->setTitle('song title'); $results = $gsSearch->songSearchResults();
About
PHP library for connecting with the Grooveshark API
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published