Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.72 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.72 KB

SoundCloud

Latest tag Total downloads Build status Test coverage Code style

A Porter provider for SoundCloud. The SoundCloud API does not officially support PHP but this library provides such an API via HTTP.

This provider is still under heavy development and mostly serves as a proof of concept. The following resources are currently available.

  • GetUser
  • GetUserFavorites
  • GetUserFollowings

For more information please see the SoundCloud API reference.

Requirements

Testing

This provider is well tested. Run the tests with SOUNDCLOUD_CLIENT_ID=<id> bin/test from a shell, where <id> is your client ID.