PHPackages                             njasm/yii2-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. [API Development](/categories/api)
4. /
5. njasm/yii2-soundcloud

ActiveYii2-extension[API Development](/categories/api)

njasm/yii2-soundcloud
=====================

Soundcloud.com API Component for yii2 framework

11602PHP

Since Jan 29Pushed 11y ago3 watchersCompare

[ Source](https://github.com/njasm/yii2-soundcloud)[ Packagist](https://packagist.org/packages/njasm/yii2-soundcloud)[ RSS](/packages/njasm-yii2-soundcloud/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Soundcloud.com API Extension for Yii 2
======================================

[](#soundcloudcom-api-extension-for-yii-2)

This extension provides a `Soundcloud` API solution for Yii 2.

To use this extension, simply add the following code in your application configuration:

```
return [
    //....
    'components' => [
        //...
        'soundcloud' => [
            'class' => 'Njasm\Soundcloud\yii2\Soundcloud',
            'clientId' => 'YOUR_SOUNDCLOUD_CLIENT_ID',
            'clientSecret' => 'YOUR_SOUNDCLOUD_CLIENT_SECRET',
            'callbackUrl' => 'YOUR_URL_CALLBACK'
        ],
    ],
];
```

You can then access Soundcloud component as follows:

```
echo Yii::$app->soundcloud->getAuthUrl();
```

For further instructions refer to the related [Soundcloud Library](https://github.com/njasm/soundcloud/).

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist njasm/yii2-soundcloud "*"

```

or add

```
"njasm/yii2-soundcloud": "*"
```

to the require section of your composer.json.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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://avatars.githubusercontent.com/u/1623137?v=4)[Nelson J Morais](/maintainers/njasm)[@njasm](https://github.com/njasm)

### Embed Badge

![Health badge](/badges/njasm-yii2-soundcloud/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k13](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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