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.
- PHP 8.1 or later.
- PHP cURL extension (Usually included with PHP).
Install it using Composer:
composer require bhanwarpsrathore/deezer-api-php
Before using the Deezer API, you'll need to create an app at Deezer developer site.
MIT license. Please see LICENSE.md for more info.