/php-rdio

A PHP client for the http://rdio.com API

Primary LanguagePHP

PHP-Rdio

A PHP client for the Rdio API

Registration

Follow the instructions here to retrieve your consumer key and secret. For authorized requests, the users will have to authorize your application.

Usage

Simply create the client with your key and secret.

$client = new \TM\Rdio\Client($key, $secret);

With the client, you can then request information using the methods listed in the Rdio API documentation.

Authorized requests

TODO