Skip to content

🎵 [UNMAINTAINED] SoundCloud data provider for Porter.

Notifications You must be signed in to change notification settings

Provider/SoundCloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.