提供者/soundcloud

此包的最新版本(0.1.0)没有可用的许可证信息。

Porter的SoundCloud数据提供者。

0.1.0 2016-10-16 19:23 UTC

This package is auto-updated.

Last update: 2024-09-11 04:37:32 UTC


README

Latest tag Total downloads Build status Test coverage Code style

一个Porter的SoundCloud提供者。SoundCloud的API官方不支持PHP,但这个库通过HTTP提供了这样的API。

此提供者仍在积极开发中,主要作为概念验证。目前可用的资源如下。

  • GetUser
  • GetUserFavorites
  • GetUserFollowings

有关更多信息,请参阅SoundCloud API参考

需求

测试

此提供者经过良好的测试。请在shell中运行SOUNDCLOUD_CLIENT_ID=<id> bin/test来运行测试,其中<id>是您的客户端ID。