LuckyWins / yandex-music-api

Php lib for Yandex.Music. Big thx @MarshalX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yandex-music-api

Php lib for Yandex.Music. Big thx @MarshalX

login example

$token = "";

$client = new Client($token);
$account = $client->getAccount();
if($account == null){
    $client->fromCredentials("username", "paassword" , true);
    // this will print the token
}

About

Php lib for Yandex.Music. Big thx @MarshalX


Languages

Language:PHP 100.0%