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
- Host: GitHub
- URL: https://github.com/mrpc/mixcloud
- Owner: mrpc
- Fork: true (Beatnode/mixcloud)
- Created: 2019-03-24T14:29:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-24T16:38:45.000Z (over 7 years ago)
- Last Synced: 2025-08-14T02:23:39.270Z (11 months ago)
- Topics: mixcloud
- Language: PHP
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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...