PHPackages                             mrprompt/silex-soundcloud - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. mrprompt/silex-soundcloud

ActiveLibrary

mrprompt/silex-soundcloud
=========================

Silex SoundCloud Provider

12191PHP

Since Oct 21Pushed 9y agoCompare

[ Source](https://github.com/mrprompt/Silex-SoundCloud)[ Packagist](https://packagist.org/packages/mrprompt/silex-soundcloud)[ RSS](/packages/mrprompt-silex-soundcloud/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

SoundCloud Silex Provider
=========================

[](#soundcloud-silex-provider)

[![Build Status](https://camo.githubusercontent.com/8286aab52bcf2165f9bd5aca96a6fe56c08d413d89629e737c1788158945f222/68747470733a2f2f7472617669732d63692e6f72672f53696c6578467269656e64732f536f756e64436c6f75642e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/SilexFriends/SoundCloud)[![Code Climate](https://camo.githubusercontent.com/00f8cdb1e1735de4e20cf233eb8353b2cfbbdea99abd602baaed1a222d239132/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f53696c6578467269656e64732f536f756e64436c6f75642f6261646765732f6770612e737667)](https://codeclimate.com/github/SilexFriends/SoundCloud)[![Test Coverage](https://camo.githubusercontent.com/d09acf4cdc1142ca5eac2a3ae8f25c2aadcd822d0ef61ffbe3cb22815b506932/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f53696c6578467269656e64732f536f756e64436c6f75642f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/SilexFriends/SoundCloud/coverage)[![Issue Count](https://camo.githubusercontent.com/e2a669e777f42883a531bf76cf0da62e28dd63fed9a9accdea366dba439d4536/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f53696c6578467269656e64732f536f756e64436c6f75642f6261646765732f69737375655f636f756e742e737667)](https://codeclimate.com/github/SilexFriends/SoundCloud)

Install
-------

[](#install)

```
composer require mrprompt/silex-soundcloud

```

Usage
-----

[](#usage)

```
use SilexFriends\SoundCloud\SoundCloud;
use Silex\Application;

$client_id      = getenv('SOUNDCLOUD_CLIENT_ID');
$client_secret  = getenv('SOUNDCLOUD_CLIENT_SECRET');

$app = new Application;
$app->register(new SoundCloud($client_id, $client_secret));

/* @var $url string */
$url = $app['request']->get('url');

/* @var $sound array */
$sound = $app['soundcloud']($url);

var_dump($sound);

```

Tests
-----

[](#tests)

```
./vendor/bin/phpunit

```

License
-------

[](#license)

MIT

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/9d08744966e0d5783569605da853ef945dadac0be0f613f2eba6a052861d937a?d=identicon)[mrprompt](/maintainers/mrprompt)

---

Top Contributors

[![mrprompt](https://avatars.githubusercontent.com/u/166088?v=4)](https://github.com/mrprompt "mrprompt (8 commits)")

### Embed Badge

![Health badge](/badges/mrprompt-silex-soundcloud/health.svg)

```
[![Health](https://phpackages.com/badges/mrprompt-silex-soundcloud/health.svg)](https://phpackages.com/packages/mrprompt-silex-soundcloud)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
