An open API service indexing awesome lists of open source software.

https://github.com/mrpc/mixcloud

Mixcloud API wrapper with support for authentication using OAuth 2
https://github.com/mrpc/mixcloud

mixcloud

Last synced: 6 months ago
JSON representation

Mixcloud API wrapper with support for authentication using OAuth 2

Awesome Lists containing this project

README

          

# Mixcloud
A simple PHP wrapper for the Mixcloud API including OAuth support.

This is originally based on the following:

* [Beatnode/mixcloud](https://github.com/Beatnode/mixcloud) by [Beatnode](https://github.com/Beatnode) (I forked this repo as a starting point)

Added functionality

* Upload a show to mixcloud

## Install

```
composer require mrpc/mixcloud
```

## Usage

coming soon...