| Package Data | |
|---|---|
| Maintainer Username: | ibrahimshendy |
| Maintainer Contact: | 4webcoding@gmail.com (ibrahim shendy) |
| Package Create Date: | 2015-12-17 |
| Package Last Update: | 2015-12-18 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-30 03:02:15 |
| Package Statistics | |
|---|---|
| Total Downloads: | 7 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Scload Search and Download Form Soundcloud By keywords and link
##Get "Scload" You can download it from here, or require it using [composer]
{
"require": {
"sc/scload": "dev-master"
}
}
composer require sc/scload
providers
'Sc\Scload\ScloadServiceProvider', // end of array
aliases
'Scload' => 'Sc\Scload\ScloadServiceProvider', // end of array
$client_id = '33f65c0e45f566fdfb2eec92e05dffb1' ; // from soundcloud
$limit = 10; // set limit of return result
$word = 'any word';
Scload::getSounds($word , $limit , $client_id)
$client_id = '33f65c0e45f566fdfb2eec92e05dffb1' ; // from soundcloud
$url = 'https://soundcloud.com/almaghribi1/alkahfabkar';
Scload::getDownload($url , $client_id)