Download the PHP package julienbornstein/oauth2-deezer without Composer
On this page you can find all versions of the php package julienbornstein/oauth2-deezer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download julienbornstein/oauth2-deezer
More information about julienbornstein/oauth2-deezer
Files in julienbornstein/oauth2-deezer
Download julienbornstein/oauth2-deezer
More information about julienbornstein/oauth2-deezer
Files in julienbornstein/oauth2-deezer
Vendor julienbornstein
Package oauth2-deezer
Short Description Deezer Oauth 2.0 Client Provider for The PHP League OAuth2-Client
License MIT
Homepage https://github.com/julienbornstein/oauth2-deezer
Package oauth2-deezer
Short Description Deezer Oauth 2.0 Client Provider for The PHP League OAuth2-Client
License MIT
Homepage https://github.com/julienbornstein/oauth2-deezer
Please rate this library. Is it a good library?
Informations about the package oauth2-deezer
Deezer Provider for OAuth 2.0 Client
This package provides Deezer 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 \ParisBouge\OAuth2\Client\Provider\Deezer
as the provider.
Authorization Code Flow
Authorization Scopes
The following scopes are available as described in the official documentation:
- SCOPE_BASIC_ACCESS
- SCOPE_EMAIL
- SCOPE_OFFLINE_ACCESS
- SCOPE_MANAGE_LIBRARY
- SCOPE_MANAGE_COMMUNITY
- SCOPE_DELETE_LIBRARY
- SCOPE_LISTENING_HISTORY
Contributing
Please see CONTRIBUTING for details.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of oauth2-deezer with dependencies
PHP Build Version
Package Version
The package julienbornstein/oauth2-deezer contains the following files
Loading the files please wait ....