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