PHPackages                             stounhandj/yandex-music-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. stounhandj/yandex-music-api

ActiveLibrary[API Development](/categories/api)

stounhandj/yandex-music-api
===========================

v0.5.2.1(3y ago)895MITPHP

Since Jun 10Pushed 3y ago1 watchersCompare

[ Source](https://github.com/StounhandJ/yandex-music-api)[ Packagist](https://packagist.org/packages/stounhandj/yandex-music-api)[ RSS](/packages/stounhandj-yandex-music-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)DependenciesVersions (9)Used By (0)

YandexMusic API
===============

[](#yandexmusic-api)

[![Total Downloads](https://camo.githubusercontent.com/c5670b04f4168838f0974feedbe77ea4caa5af08cd843ebcbe2ce312ea5ca3b2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73746f756e68616e646a2f79616e6465782d6d757369632d617069)](https://packagist.org/packages/stounhandj/yandex-music-api)[![Latest Stable Version](https://camo.githubusercontent.com/8ab729c7dcc1e5f9cb79c3c2c3902630faedb20ecc22dda89bf738a4a9f68d16/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73746f756e68616e646a2f79616e6465782d6d757369632d617069)](https://packagist.org/packages/stounhandj/yandex-music-api)[![License](https://camo.githubusercontent.com/ff5999f56317dd118f88dd27045f7b1c4b5783a03de7da3794fb96c521fe071d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f73746f756e68616e646a2f79616e6465782d6d757369632d617069)](https://packagist.org/packages/stounhandj/yandex-music-api)

### Not an official package for working with the Yandex API.

[](#not-an-official-package-for-working-with-the-yandex-api)

Installation
------------

[](#installation)

```
$ composer require stounhandj/yandex-music-api

```

Or

```
{
    "require": {
        "stounhandj/yandex-music-api": "^0.5.2"
    }
}
```

Example get likes tracks
------------------------

[](#example-get--likes-tracks)

```
use StounhandJ\YandexMusicApi\Client;

$token = "AQAAAAANDd5rMAG1XnIKIEVVMGV4ibf8kw3FeA1";
$client = new Client($token);

foreach ($client->getLikesTracks() as $track){
    echo $track->title;
}
```

Example of downloading the first track from the album you like
--------------------------------------------------------------

[](#example-of-downloading-the-first-track-from-the-album-you-like)

```
use StounhandJ\YandexMusicApi\Client;

$token = "AQAAAAANDd5rMAG1XnIKIEVVMGV4ibf8kw3FeA1";
$client = new Client($token);

$likesAlbum = $client->getLikesAlbums()[0];
$firstTrack = $likesAlbum->getTracks()[0];
$result = $firstTrack->downloadTrack("test.mp3");
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2 days

Total

8

Last Release

1415d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8a56d387ac565d0b8c58a250620cd5282b6a88035a1eedfb0001ced526dcd49d?d=identicon)[StounhandJ](/maintainers/StounhandJ)

---

Top Contributors

[![StounhandJ](https://avatars.githubusercontent.com/u/58305548?v=4)](https://github.com/StounhandJ "StounhandJ (56 commits)")

### Embed Badge

![Health badge](/badges/stounhandj-yandex-music-api/health.svg)

```
[![Health](https://phpackages.com/badges/stounhandj-yandex-music-api/health.svg)](https://phpackages.com/packages/stounhandj-yandex-music-api)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
