bhanwarpsrathore / deezer-api-php
A PHP wrapper for Deezer's API.
Installs: 367
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/bhanwarpsrathore/deezer-api-php
Requires
- php: ^8.1
 - ext-curl: *
 
README
Deezer API PHP
This is a PHP wrapper for Deezer's API. It includes the following:
- Helper methods for all API endpoints
 - Authorization flow helpers.
 - PSR-4 autoloading support.
 
Requirements
- PHP 8.1 or later.
 - PHP cURL extension (Usually included with PHP).
 
Installation
Install it using Composer:
composer require bhanwarpsrathore/deezer-api-php
Usage
Before using the Deezer API, you'll need to create an app at Deezer developer site.
License
MIT license. Please see LICENSE.md for more info.