PHPackages                             vitalybaev/yandex.delivery - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. vitalybaev/yandex.delivery

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

vitalybaev/yandex.delivery
==========================

PHP SDK for delivery.yandex.ru / SDK для работы с Яндекс.Доставкой

v1.0.4(8y ago)57.4k↓50%1MITPHPPHP &gt;=5.5

Since Nov 21Pushed 5y ago2 watchersCompare

[ Source](https://github.com/vitalybaev/Yandex.Delivery)[ Packagist](https://packagist.org/packages/vitalybaev/yandex.delivery)[ RSS](/packages/vitalybaev-yandexdelivery/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

Проект архивирован
==================

[](#проект-архивирован)

**С февраля 2021 Яндекс.Доставка отключила старый API, поэтому данный пакет больше не работает**

### PHP SDK для работы с сервисом Яндекс.Доставка

[](#php-sdk-для-работы-с-сервисом-яндексдоставка)

1. Установите пакет

```
composer require vitalybaev/yandex.delivery

```

2. В разделе Настройки → Интеграция → API ключи перенесите полученые секретные ключи в массив вида:

```
$methodKeys = [
    "getPaymentMethods" => "8fbde...11a58",
    "getSenderOrderLabel" => "464ff...579fb",
    ...
    "getPaymentMethods" => "2dd0...7d475f",
];
```

3. Создайте экзепляр клиента, передав ему client\_id, sender\_id и `$methodKeys`, подготовленные на прошлом шаге и выполняйте запросы:

```
use Vitalybaev\YandexDelivery\Client;

$ydClient = new Client($clientId, $senderId, '1.0', $methodKeys);

$deliveries = $ydClient->call('searchDeliveryList', [
    'city_from' => 'Москва',
    'city_to' => 'Челябинск',
    'weight' => '1.25',
    'width' => '35',
    'height' => '25',
    'length' => '9',
    'total_cost' => '0',
    'order_cost' => '1920',
    'assessed_value' => '1920',
    'to_yd_warehouse' => '1',
]);
```

Лицензия
--------

[](#лицензия)

> The MIT License
>
> Copyright (c) 2016 Vitaly Baev
>
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
>
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~96 days

Total

4

Last Release

3169d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/724423?v=4)[Vitaly Baev](/maintainers/vitalybaev)[@vitalybaev](https://github.com/vitalybaev)

---

Top Contributors

[![n00u](https://avatars.githubusercontent.com/u/13901349?v=4)](https://github.com/n00u "n00u (1 commits)")[![vitalybaev](https://avatars.githubusercontent.com/u/724423?v=4)](https://github.com/vitalybaev "vitalybaev (1 commits)")

---

Tags

yandexdeliveryяндексдоставка

### Embed Badge

![Health badge](/badges/vitalybaev-yandexdelivery/health.svg)

```
[![Health](https://phpackages.com/badges/vitalybaev-yandexdelivery/health.svg)](https://phpackages.com/packages/vitalybaev-yandexdelivery)
```

###  Alternatives

[bukashk0zzz/yml-generator

YML (Yandex Market Language) file generator

116186.3k](/packages/bukashk0zzz-yml-generator)[alexusmai/yandex-metrika

Laravel - Yandex Metrika

4436.7k](/packages/alexusmai-yandex-metrika)[appwilio/russianpost-sdk

Russian Post (pochta.ru) SDK

4615.7k](/packages/appwilio-russianpost-sdk)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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