2017 © Pedro Peláez
 

library qobuz-atys

image

julien-boudry/qobuz-atys

  • Thursday, September 3, 2015
  • by julien-boudry
  • Repository
  • 2 Watchers
  • 1 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Atys Logo
We all prefer him as a pine! , (*1)

ATYS - PHP tools for Qobuz library

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");

The Versions

03/09 2015

dev-master

9999999-dev https://github.com/julien-boudry/Qobuz-Atys

  Sources   Download

MIT

The Requires

  • php >=5.5
  • ext-ctype *
  • ext-json *
  • ext-curl *

 

03/09 2015

v0.2

0.2.0.0 https://github.com/julien-boudry/Qobuz-Atys

  Sources   Download

MIT

The Requires

  • php >=5.5
  • ext-ctype *
  • ext-json *
  • ext-curl *