bhanwarpsrathore / deezer-api-php
A PHP wrapper for Deezer's API.
v1.0.0
2024-01-25 04:45 UTC
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.