2017 © Pedro Peláez
 

library scload

Scload Search and Download Form Soundcloud By keywords and link

image

sc/scload

Scload Search and Download Form Soundcloud By keywords and link

  • Friday, December 18, 2015
  • by ibrahimshendy
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

scload (Search And Download) From SoundCloud

Scload Search and Download Form Soundcloud By keywords and link, (*1)

Get "Scload"

You can download it from here, or require it using [composer], (*2)

{
    "require": {
      "sc/scload": "dev-master"
    }
}

install via composer

composer require sc/scload

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

providers, (*3)

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

aliases, (*4)

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

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)
  $client_id = '33f65c0e45f566fdfb2eec92e05dffb1' ; // from soundcloud
  $url = 'https://soundcloud.com/almaghribi1/alkahfabkar';
  Scload::getDownload($url , $client_id)

The Versions

18/12 2015

dev-master

9999999-dev http://www.takweed.co

Scload Search and Download Form Soundcloud By keywords and link

  Sources   Download

MIT

The Requires

 

by ibrahim shendy

laravel search simple soundcloud download