njasm/yii2-soundcloud Soundcloud.com API Component for yii2 framework

apisoundcloudyii2-soundcloud

Soundcloud.com 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.

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

"njasm/yii2-soundcloud": "*"

to the require section of your composer.json.

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

No stable releases.

Comments



No stable releases.



MIT license
Stats
1 github stars & 2 github forks
0 downloads in the last day
0 downloads in the last 30 days
160 total downloads