Skip to content

mikebaumgart/GroovesharkAPI-PHP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published