PHPackages                             3mg/russian-post-bundle - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. 3mg/russian-post-bundle

ActiveLibrary[HTTP &amp; Networking](/categories/http)

3mg/russian-post-bundle
=======================

Бандл для работы с сервисом отслеживания Почты России

v0.1(10y ago)1421[2 issues](https://github.com/3mg/russian-post-bundle/issues)MITPHP

Since Sep 14Pushed 9y ago1 watchersCompare

[ Source](https://github.com/3mg/russian-post-bundle)[ Packagist](https://packagist.org/packages/3mg/russian-post-bundle)[ Docs](https://github.com/3mg/russian-post-bundle)[ RSS](/packages/3mg-russian-post-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (8)Versions (2)Used By (0)

RussianPost Bundle
==================

[](#russianpost-bundle)

Библиотека для работы с сервисом отслеживания Почты России. Можно использовать standalone и как symfony bundle.

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

[](#installation)

There are two recommended ways to install the bundle via [Composer](https://getcomposer.org/):

- using the `composer require` command:

```
composer require '3mg/russian-post-bundle:dev-master'
```

- adding the dependency to your `composer.json` file:

```
"require": {
    ..
    "3mg/russian-post-bundle" : "dev-master",
    ..
}
```

if it fails try add

```
"minimum-stability": "dev",
```

Using with symfony
------------------

[](#using-with-symfony)

### add to AppKernel.php

[](#add-to-appkernelphp)

```
...
new a3mg\RussianPostBundle\a3mgRussianPostBundle(),
...

```

### add to config.yml

[](#add-to-configyml)

```
...
# a3mgRussianPostBundle
a3mg_russian_post:
    login: 'your_login'
    password: 'your_password'
...
```

### get service

[](#get-service)

```
$api = $this->container->get('russian_post_api');

try {
    /** @var \a3mg\RussianPostBundle\Model\OperationHistoryData $object */
    $object = $api->getTrackOperationHistory("EE123456785KR");
    ...
} catch (\a3mg\RussianPostBundle\Exception\InvalidTrackException $e) {
    ...
} catch (\a3mg\RussianPostBundle\Exception\RussianPostApiException $e) {
    ...
}
```

Using stand alone
-----------------

[](#using-stand-alone)

```
use a3mg\RussianPostBundle\Service\RussianPostApiFactory;
...
$api = RussianPostApiFactory::createApi("your_login", "your_password");
try {
    /** @var \a3mg\RussianPostBundle\Model\OperationHistoryData $object */
    $object = $api->getTrackOperationHistory("EE123456785KR");
    ...
} catch (\a3mg\RussianPostBundle\Exception\InvalidTrackException $e) {
    ...
} catch (\a3mg\RussianPostBundle\Exception\RussianPostApiException $e) {
    ...
}
```

Development
-----------

[](#development)

### Updating api model

[](#updating-api-model)

- composer install
- composer run-script build\_rus\_post
- composer run-script build\_rus\_post\_metadata

### Run tests

[](#run-tests)

```
./vendor/bin/phpunit --config phpunit.xml.dist

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

3900d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dcfb374ff6dc1ea71feb65c582cd4568171d7be9c356da75740a995d35827417?d=identicon)[3mg](/maintainers/3mg)

---

Top Contributors

[![3mg](https://avatars.githubusercontent.com/u/6938967?v=4)](https://github.com/3mg "3mg (19 commits)")

---

Tags

russian post

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/3mg-russian-post-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/3mg-russian-post-bundle/health.svg)](https://phpackages.com/packages/3mg-russian-post-bundle)
```

###  Alternatives

[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[deviantintegral/har

A PHP library for working with HTTP Archives

1311.8k](/packages/deviantintegral-har)

PHPackages © 2026

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