dev-master
9999999-dev https://github.com/julien-boudry/Qobuz-Atys
MIT
The Requires
- php >=5.5
- ext-ctype *
- ext-json *
- ext-curl *
v0.2
0.2.0.0 https://github.com/julien-boudry/Qobuz-Atys
MIT
The Requires
- php >=5.5
- ext-ctype *
- ext-json *
- ext-curl *
Wallogit.com
2017 © Pedro Peláez

We all prefer him as a pine!
, (*1)
use AtysQobuz\Atys ;
Atys::$AppID = '100000000'; // Optional
Atys::setAPPSecret('XXX'); // If you have one.
Atys::$CacheDirectory = '/home/julien/QobuzCache'; // Active cache functionality
Atys::setCacheLength(7200); // Two Hours
var_dump(Atys::request('album/get', ['album_id' => '3760156050089'])); // Album representation is under AtysQobuz\Entity\Album Class. Other method can return a PHP array translation from Json.
Atys::$Login = "myLogin";
Atys::setPasswordMD5(hash('md5','yourPassword'));
Atys::request("purchase/getUserPurchases");
MIT
MIT