Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/provider/soundcloud
:musical_note: [UNMAINTAINED] SoundCloud data provider for Porter.
https://github.com/provider/soundcloud
data-provider php-development porter soundcloud soundcloud-api
Last synced: 2 days ago
JSON representation
:musical_note: [UNMAINTAINED] SoundCloud data provider for Porter.
- Host: GitHub
- URL: https://github.com/provider/soundcloud
- Owner: Provider
- Created: 2016-07-24T10:03:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-16T19:25:35.000Z (about 8 years ago)
- Last Synced: 2024-12-20T11:09:40.995Z (2 days ago)
- Topics: data-provider, php-development, porter, soundcloud, soundcloud-api
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SoundCloud
==========[![Latest tag][Version image]][Releases]
[![Total downloads][Downloads image]][Downloads]
[![Build status][Build image]][Build]
[![Test coverage][Coverage image]][Coverage]
[![Code style][Style image]][Style]A [Porter][Porter] provider for [SoundCloud](http://soundcloud.com/). 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
- GetUserFollowingsFor more information please see the [SoundCloud API reference](https://developers.soundcloud.com/docs/api/reference).
Requirements
------------- [PHP 5.5](http://php.net)
- [Composer](http://getcomposer.org)
- [Porter][Porter]Testing
-------This provider is well tested. Run the tests with `SOUNDCLOUD_CLIENT_ID= bin/test` from a shell, where `` is your client ID.
[Releases]: https://github.com/Provider/SoundCloud/releases
[Version image]: https://poser.pugx.org/provider/soundcloud/version "Latest version"
[Downloads]: https://packagist.org/packages/provider/soundcloud
[Downloads image]: https://poser.pugx.org/provider/soundcloud/downloads "Total downloads"
[Build]: http://travis-ci.org/Provider/SoundCloud
[Build image]: https://travis-ci.org/Provider/SoundCloud.svg?branch=master "Build status"
[Coverage]: https://coveralls.io/github/Provider/SoundCloud
[Coverage image]: https://coveralls.io/repos/Provider/SoundCloud/badge.svg "Test coverage"
[Style]: https://styleci.io/repos/64059449
[Style image]: https://styleci.io/repos/64059449/shield?style=flat "Code style"[Porter]: https://github.com/ScriptFUSION/Porter