Skip to content

croustibat/Deezer-API-PHP-Wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deezer-API-PHP-Wrapper

Simple wrapper of the Deezer Open API for PHP

See the original documentation on the Deezer API

How to use the wrapper

Download or fork this project. Then just require the class.deezerapi.php in your project and start use it like that :

require 'class.deezerapi.php';

$config = array(
        "app_id"        => YOUR API KEY,
        "app_secret"    => YOUR SECRET KEY,
        "my_url"        => YOUR DOMAIN NAME or localhost
);

$dz = new deezerapi($config);

You should also read the method.md file to see what you can do with the wrapper.

Sources

Deezer API doc

About

Simple wrapper of the Deezer Open API for PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages