| Package Data | |
|---|---|
| Maintainer Username: | adavkay |
| Maintainer Contact: | adavkay@gmail.com (adavkay) |
| Package Create Date: | 2014-06-18 |
| Package Last Update: | 2014-06-19 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-26 03:06:02 |
| Package Statistics | |
|---|---|
| Total Downloads: | 578 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 3 |
| Total Watchers: | 1 |
| Total Forks: | 1 |
| Total Open Issues: | 0 |
A simple Laravel 4 service provider for including the PHP Soundcloud API
The Soundcloud Service Provider can be installed via Composer by requiring the adavkay/laravel-soundcloud package.
To use the Soundcloud Service Provider, you must register the provider when bootstrapping your Laravel application.
Find the providers key in app/config/app.php and register the Soundcloud Service Provider.
'providers' => array(
// ...
'Adavkay\Soundcloud\SoundcloudServiceProvider',
)
You do not need to add an alias as I have done this in the service provider itself.
Run php artisan config:publish adavkay/laravel-soundcloud and then update the published config file with your Soundcloud API credentials and redirect URI.