A PHP client for the Rdio API
Follow the instructions here to retrieve your consumer key and secret. For authorized requests, the users will have to authorize your application.
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.
TODO