Download the PHP package martin1982/oauth2-soundcloud without Composer
On this page you can find all versions of the php package martin1982/oauth2-soundcloud. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download martin1982/oauth2-soundcloud
More information about martin1982/oauth2-soundcloud
Files in martin1982/oauth2-soundcloud
Download martin1982/oauth2-soundcloud
More information about martin1982/oauth2-soundcloud
Files in martin1982/oauth2-soundcloud
Vendor martin1982
Package oauth2-soundcloud
Short Description SoundCloud Oauth 2.0 Client Provider for The PHP League OAuth2-Client
License MIT
Homepage https://github.com/Martin1982/oauth2-soundcloud
Package oauth2-soundcloud
Short Description SoundCloud Oauth 2.0 Client Provider for The PHP League OAuth2-Client
License MIT
Homepage https://github.com/Martin1982/oauth2-soundcloud
Please rate this library. Is it a good library?
Informations about the package oauth2-soundcloud
SoundCloud Provider for OAuth 2.0 Client
This package provides SoundCloud OAuth 2.0 support for the PHP League's OAuth 2.0 Client.
Installation
You can install this package using Composer:
You will then need to:
- run
composer install
to get these dependencies added to your vendor directory - add the autoloader to your application with this line:
require('vendor/autoload.php');
Usage
Usage is the same as The League's OAuth client, using \Martin1982\OAuth2\Client\Provider\SoundCloud
as the provider.
Authorization Code Flow
Credits
- Based on oauth2-deezer by Julien Bornstein
License
The MIT License (MIT). Please see License File for more information.
All versions of oauth2-soundcloud with dependencies
PHP Build Version
Package Version
The package martin1982/oauth2-soundcloud contains the following files
Loading the files please wait ....