Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 1.02 KB

README.textile

File metadata and controls

15 lines (8 loc) · 1.02 KB

SoundCloud PHP API Wrapper

Introduction

API Wrapper for SoundCloud written in PHP with support for authication using OAuth (1.0a). Based on Andy Smiths OAuth library, inspired by Abraham Williams twitteroauth library and a big applause for Hugo Wetterberg for helping me out big time!

There’s a simple demo application available which should show how to do the “OAuth dance” with this wrapper. The code for the demo application is included in the repository. If you’re new to OAuth I’d recommend to have a look at the official docs.

The old wrapper (i.e username + password method) is by now deprecated but still available in the repository for various reasons.

Got questions or need support? Don’t hesitate to contact me!

Getting started

See the wiki page Getting started for more information.