PHPackages                             sanmai/cdek-info - 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. sanmai/cdek-info

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

sanmai/cdek-info
================

Набор справочников для СДЭК PHP SDK

016[3 issues](https://github.com/sanmai/cdek-info/issues)PHP

Since Jun 11Pushed 6y ago2 watchersCompare

[ Source](https://github.com/sanmai/cdek-info)[ Packagist](https://packagist.org/packages/sanmai/cdek-info)[ RSS](/packages/sanmai-cdek-info/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![](logo.png)](logo.png)

Набор справочников для СДЭК PHP SDK
===================================

[](#набор-справочников-для-сдэк-php-sdk)

[![Latest Stable Version](https://camo.githubusercontent.com/991b4dd08057393555097a869f157f2fa49d9eccf61c477b05bfd278f56540ee/68747470733a2f2f706f7365722e707567782e6f72672f73616e6d61692f6364656b2d696e666f2f762f737461626c65)](https://packagist.org/packages/sanmai/cdek-info)[![Build Status](https://camo.githubusercontent.com/132841905959a72488fa13720c6977be50c4b57f079ed2801ac38c76d54fc86c/68747470733a2f2f7472617669732d63692e6f72672f73616e6d61692f6364656b2d696e666f2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/sanmai/cdek-info)[![Coverage Status](https://camo.githubusercontent.com/f84acac9a7cfe30d56501559ce6d900ac97644fee8caf249ebe7bc29b81c004c/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f73616e6d61692f6364656b2d696e666f2f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/sanmai/cdek-info?branch=master)[![Telegram Chat](https://camo.githubusercontent.com/6c64eaea27c4997454191c28ef0343772d3dea8171200341c0d8410295eea8f9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f74656c656772616d2d636861742d626c75652e7376673f6c6f676f3d74656c656772616d)](https://t.me/phpcdeksdk)

[![](https://gist.githubusercontent.com/sanmai/b105b3e2b5af030d5f1a8fb7db965f07/raw/308840dc54c3b1f02153f7318f02f87f30d4c5bd/cdek_logo.png)](https://www.cdek.ru/)

Перед вами набор справочников для [программного комплекса СДЭК](https://www.cdek.ru/clients/integrator.html).

Возможности:

- справочник статусов заказов
- справочник методов доставки
- ...
- Чего-то нет в списке? [Напишите, сообщите.](https://github.com/sanmai/cdek-info/issues/new/choose)

Установка
---------

[](#установка)

```
composer require sanmai/cdek-info
```

Требования — минимальны. Нужен PHP 7.0 или выше. Работа протестирована под PHP 7.0, 7.1, 7.2.

Пример использования
--------------------

[](#пример-использования)

```
require_once 'vendor/autoload.php';

$orderStatusList = new \CdekSDK\Reference\OrderStatus();

foreach ($orderStatusList as $id => $description) {
    echo "$id\t$description\n";
}
```

Замечания
---------

[](#замечания)

- [Инструкции по доработке и тестированию.](CONTRIBUTING.md)
- [Общие инструкции по работе с GitHub.](https://www.alexeykopytko.com/2018/github-contributor-guide/) Если это ваш первый PR, очень рекомендуем ознакомиться.

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

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

Данный набор справочников распространяется [под лицензией MIT](LICENSE).

This project is licensed under the terms of the MIT license.

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity37

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/edcb8dde95c71b1c97c3c91e57d3548795fa2014c657744fb878e2be3b5949fc?d=identicon)[sanmai](/maintainers/sanmai)

---

Top Contributors

[![sanmai](https://avatars.githubusercontent.com/u/139488?v=4)](https://github.com/sanmai "sanmai (12 commits)")

### Embed Badge

![Health badge](/badges/sanmai-cdek-info/health.svg)

```
[![Health](https://phpackages.com/badges/sanmai-cdek-info/health.svg)](https://phpackages.com/packages/sanmai-cdek-info)
```

###  Alternatives

[spatie/laravel-cookie-consent

Make your Laravel app comply with the crazy EU cookie law

1.5k4.7M20](/packages/spatie-laravel-cookie-consent)[czproject/git-php

Library for work with Git repository in PHP.

5544.9M81](/packages/czproject-git-php)[async-aws/async-aws-bundle

Configure all your AsyncAws services and enjoy the autowire greatness.

243.6M2](/packages/async-aws-async-aws-bundle)[typo3/cms-sys-note

TYPO3 CMS System Notes - Records with messages which can be placed on any page and contain instructions or other information related to a page or section.

115.9M31](/packages/typo3-cms-sys-note)[sheadawson/silverstripe-rateable

An extension that adds a star rating system + UI to any DataObject type.

204.6k1](/packages/sheadawson-silverstripe-rateable)

PHPackages © 2026

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