PHPackages                             chipslays/soundcloud - 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. [API Development](/categories/api)
4. /
5. chipslays/soundcloud

ActiveLibrary[API Development](/categories/api)

chipslays/soundcloud
====================

Soundcloud Api Library

0.1.1(5y ago)0621MITPHP

Since Dec 1Pushed 5y ago1 watchersCompare

[ Source](https://github.com/chipslays/soundcloud)[ Packagist](https://packagist.org/packages/chipslays/soundcloud)[ RSS](/packages/chipslays-soundcloud/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

☁ Soundcloud PHP Api Library
============================

[](#-soundcloud-php-api-library)

Mini library for work with Soundcloud API.

Instalation
-----------

[](#instalation)

With [Composer](https://getcomposer.org/):

```
composer require chipslays/soundcloud
```

You can also [download latest release](https://github.com/chipslays/soundcloud/releases) without Composer and include like:

```
require __DIR__ . '/soundcloud/src/Api.php';
```

Documentation
-------------

[](#documentation)

See Soundcloud API documentation [here](https://developers.soundcloud.com/docs/api/reference).

Examples
--------

[](#examples)

**Init:**

```
