PHPackages                             sc/scload - 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. [Search &amp; Filtering](/categories/search)
4. /
5. sc/scload

ActiveLibrary[Search &amp; Filtering](/categories/search)

sc/scload
=========

Scload Search and Download Form Soundcloud By keywords and link

07PHP

Since Dec 18Pushed 10y ago1 watchersCompare

[ Source](https://github.com/ibrahimshendy/scload)[ Packagist](https://packagist.org/packages/sc/scload)[ RSS](/packages/sc-scload/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

scload (Search And Download) From SoundCloud
============================================

[](#scload-search-and-download-from-soundcloud)

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"
    }
}
```

install via composer
--------------------

[](#install-via-composer)

```
composer require sc/scload
```

Configration in app.php file path(app/config/app.php)
-----------------------------------------------------

[](#configration-in-appphp-file-pathappconfigappphp)

providers

```
  'Sc\Scload\ScloadServiceProvider',               // end of array
```

aliases

```
  'Scload'		  => 'Sc\Scload\ScloadServiceProvider',               // end of array
```

Get Sounds by Keywords ..
-------------------------

[](#get-sounds-by-keywords-)

```
  $client_id = '33f65c0e45f566fdfb2eec92e05dffb1' ; // from soundcloud
  $limit = 10; // set limit of return result
  $word = 'any word';
  Scload::getSounds($word , $limit , $client_id)
```

Get Download link from sound url ..
-----------------------------------

[](#get-download-link-from-sound-url-)

```
  $client_id = '33f65c0e45f566fdfb2eec92e05dffb1' ; // from soundcloud
  $url = 'https://soundcloud.com/almaghribi1/alkahfabkar';
  Scload::getDownload($url , $client_id)
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

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://avatars.githubusercontent.com/u/16187618?v=4)[Ibrahim Shendy](/maintainers/ibrahimshendy)[@ibrahimshendy](https://github.com/ibrahimshendy)

---

Top Contributors

[![ibrahimshendy](https://avatars.githubusercontent.com/u/16187618?v=4)](https://github.com/ibrahimshendy "ibrahimshendy (12 commits)")

### Embed Badge

![Health badge](/badges/sc-scload/health.svg)

```
[![Health](https://phpackages.com/badges/sc-scload/health.svg)](https://phpackages.com/packages/sc-scload)
```

###  Alternatives

[awesome-nova/dependent-filter

Dependent filters for Laravel Nova

26190.2k](/packages/awesome-nova-dependent-filter)[algolia/php-dom-parser

A simple tool to turn DOM into Algolia search friendly record objects.

181.8k](/packages/algolia-php-dom-parser)

PHPackages © 2026

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