PHPackages                             sirian/yandex-market-language-parser - 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. sirian/yandex-market-language-parser

ActiveLibrary

sirian/yandex-market-language-parser
====================================

Yandex Market Language parser

v3.0.2(9y ago)1843.3k—5.7%13[1 PRs](https://github.com/sirian/php-yml-parser/pulls)PHP

Since May 16Pushed 8y ago1 watchersCompare

[ Source](https://github.com/sirian/php-yml-parser)[ Packagist](https://packagist.org/packages/sirian/yandex-market-language-parser)[ RSS](/packages/sirian-yandex-market-language-parser/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (7)Used By (0)

YandexMarketLanguage Parser
===========================

[](#yandexmarketlanguage-parser)

About
-----

[](#about)

[Yandex Market Language](https://yandex.ru/support/partnermarket/yml/about-yml.xml) parser for PHP.

1. Installation
---------------

[](#1-installation)

Add the `sirian/yandex-market-language-parser` package to your `require` section in the `composer.json` file.

```
$ composer require sirian/yandex-market-language-parser
```

2. Usage
--------

[](#2-usage)

```
use Sirian\YMLParser\Parser;

$parser = new Parser();
$result = $parser->parse($file);

$shop = $result->getShop();

foreach ($result->getOffers() as $offer) {
    // some logic
}
```

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity40

Moderate usage in the ecosystem

Community13

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 96.4% 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 ~15 days

Total

5

Last Release

3594d ago

Major Versions

v1.0.0 → v2.0.02016-07-08

v2.0.0 → v3.0.02016-07-08

### Community

Maintainers

![](https://www.gravatar.com/avatar/af994b67c0f0baf554530432377be5a18ba9701ea3a12f8ddc6b0707f547b5be?d=identicon)[Sirian](/maintainers/Sirian)

---

Top Contributors

[![sirian](https://avatars.githubusercontent.com/u/897643?v=4)](https://github.com/sirian "sirian (27 commits)")[![bulychev](https://avatars.githubusercontent.com/u/4833024?v=4)](https://github.com/bulychev "bulychev (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sirian-yandex-market-language-parser/health.svg)

```
[![Health](https://phpackages.com/badges/sirian-yandex-market-language-parser/health.svg)](https://phpackages.com/packages/sirian-yandex-market-language-parser)
```

PHPackages © 2026

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