Skip to content

Nekland/SoundCloudApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Soundcloud API

Scrutinizer Code Quality Build Status

Hello guys. I was searching for a cute api wrapper for soundcloud. I didn't find any so I create mine :) .

Note: this project is not complete at all. But is easy to complete! Do not hesitate to PR or Clone ;-) . Just remember the MIT license.

Installation

You should use composer to install it, and it's sooooo easy to install:

composer require 'nekland/soundcloud-api'

Usage

It's also so easy to use:

$soundcloud = new SoundCloud();

/** @var \Nekland\SoundCloudApi\Api\Tracks $tracksApi */
$tracksApi = $soundcloud->api('tracks');

$dataForTrack = $trackApi->getTrackFromLink('https://soundcloud.com/serious-url/lemaitre-high-tide');

You can check the Api namespace to learn more.

About

A soundcloud api php wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages