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
Requires
Requires (Dev)
- mockery/mockery: ^0
- phpunit/phpunit: ^4
This package is auto-updated.
Last update: 2024-11-11 04:59:23 UTC
README
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.