Skip to content

brodrigu/PhEchonest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

PhEchonest
PHP Echonest API Library

Requires:
Zend_Json

Examples:

$artists = PhEchonest_Artist::searchByName($name); //returns array of PhEchonest_Artist objects

$artist = new PhEchonest_Artist($id);

$tracks = $artist->getTracks(); //returns array of track info

more to come...

About

PHP Echonest API Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages