Skip to content

LuckyWins/yandex-music-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages