8000 GitHub - daronjp/php-rdio: A PHP client for the http://rdio.com API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

daronjp/php-rdio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0