php-echonest-api icon indicating copy to clipboard operation
php-echonest-api copied to clipboard

PHP classes for the Echo Nest API

Results 10 php-echonest-api issues
Sort by recently updated
recently updated
newest added

My project cannot have strong dependency with cUrl and because of that I created a new transport layer which use Requests project (http://requests.ryanmccue.info/), using cUrl or fsockopen according to what...

Hi, It would be helpful to have a search for genres on the API. http://developer.echonest.com/docs/v4/genre.html Thanks, very nice API ;)

Parameters are missing in this file for this method ($start, $bucket, $limit)

I could easily be doing it wrong, because I know the process is different for local files than urls. Here is a minimized function call of what I'm attempting to...

Hello, In some cases when the php safe mode is enabled or an open_basedir is set on the server, the curl_setopt_array cannot set the CURLOPT_FOLLOWLOCATION option. It also prevents the...

Hi sorry i'm bad in PHP, me open autoloader.php file and see / \* Registers EchoNest_Autoloader as an SPL autoloader. */ is here me insert my API key ? Please...

Hello, Thanks for your assistance before. I have been trying to get track info from an mp3 at a certain location, which I upload first. But I get the following...

Hi, i´m trying to get the name of song from streaming. But no working. Looks this post: http://developer.echonest.com/forums/thread/272#post3359 I couldn´t find way to get the post method work with option:...

This might be too specialized, but I think adding a feature so people can specify a proxy server ala CURLOPT_PROXY would be a great idea, especially in situations where it...

Use output buffering in "protected function doCurlCall" in file curl.php to prevent instant output which is not necessary because of return values available! If this is changed, a developer can...