provider/soundcloud

There is no license information available for the latest version (0.1.0) of this package.

SoundCloud data provider for Porter.

0.1.0 2016-10-16 19:23 UTC

This package is auto-updated.

Last update: 2024-04-11 03:35:20 UTC


README

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.