PHPackages                             phpsoftbox/yandex-market - 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. phpsoftbox/yandex-market

ActiveLibrary[API Development](/categories/api)

phpsoftbox/yandex-market
========================

Yandex Market Partner API client component for the PhpSoftBox framework

02PHP

Since Apr 13Pushed 1mo agoCompare

[ Source](https://github.com/phpsoftbox/yandex-market)[ Packagist](https://packagist.org/packages/phpsoftbox/yandex-market)[ RSS](/packages/phpsoftbox-yandex-market/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

PhpSoftBox YandexMarket
=======================

[](#phpsoftbox-yandexmarket)

About
-----

[](#about)

`phpsoftbox/yandex-market` — API-клиент Yandex Market Partner API на базе PSR-18.

Компонент включает:

- `YandexMarketApiClient` с auth через `Api-Key` или `Authorization: Bearer`;
- универсальные HTTP-методы `get/post/put/patch/delete/request`;
- helper версии API: `v1()` и `v2()`;
- ответы в `PhpSoftBox\Collection\Collection`;
- `YandexMarketException` со статусом и payload.

Quick Start
-----------

[](#quick-start)

```
use PhpSoftBox\Http\Message\RequestFactory;
use PhpSoftBox\Http\Message\StreamFactory;
use PhpSoftBox\YandexMarket\YandexMarketApiClient;

$client = new YandexMarketApiClient(
    token: $_ENV['YANDEX_MARKET_API_KEY'],
    httpClient: $psr18Client,
    requestFactory: new RequestFactory(),
    streamFactory: new StreamFactory(),
);

$orders = $client->v2('campaigns/123')->get('/orders', [
    'limit' => 50,
]);
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance59

Moderate activity, may be stable

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0279d150240c97d210034878b0467462246dc14d29b5618157ff6a8be49a50e3?d=identicon)[inspector-who](/maintainers/inspector-who)

---

Top Contributors

[![inspector-who](https://avatars.githubusercontent.com/u/6973963?v=4)](https://github.com/inspector-who "inspector-who (1 commits)")

### Embed Badge

![Health badge](/badges/phpsoftbox-yandex-market/health.svg)

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

###  Alternatives

[facebook/php-business-sdk

PHP SDK for Facebook Business

90923.5M35](/packages/facebook-php-business-sdk)[exsyst/swagger

A php library to manipulate Swagger specifications

35916.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[botman/driver-telegram

Telegram driver for BotMan

93452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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