PHPackages                             payourself2/monobank-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. [API Development](/categories/api)
4. /
5. payourself2/monobank-bundle

ActiveSymfony-bundle[API Development](/categories/api)

payourself2/monobank-bundle
===========================

Gives opportunity work with mono bank symfony api

v0.1.22(5y ago)065MITPHPPHP &gt;=7.2.5

Since Jan 27Pushed 5y ago1 watchersCompare

[ Source](https://github.com/payourself2/monobank-bundle)[ Packagist](https://packagist.org/packages/payourself2/monobank-bundle)[ RSS](/packages/payourself2-monobank-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (10)Dependencies (10)Versions (24)Used By (0)

[![Packagist](https://camo.githubusercontent.com/70d03b73709ff8b359f83083fb1ff453715c5aff5aa614be381c4445469a063f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7061796f757273656c66322f6d6f6e6f62616e6b2d62756e646c652e737667)](https://packagist.org/packages/payourself2/monobank-bundle)[![Packagist](https://camo.githubusercontent.com/5443ac016f62bd714865b329ff98cf2eea68269b148f804132d18689d38f13c1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7061796f757273656c66322f6d6f6e6f62616e6b2d62756e646c652e737667)](https://packagist.org/packages/payourself2/monobank-bundle)[![Code Coverage](https://camo.githubusercontent.com/65a90dd0776d25e74f6153169ef42740dab66daff9043c6e919254d8b61e2374/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f67682f7061796f757273656c66322f6d6f6e6f62616e6b2d62756e646c652f6d61696e3f7374796c653d666c61742d737175617265)](https://app.codecov.io/gh/payourself2/monobank-bundle)[![Psalm coverage](https://camo.githubusercontent.com/9e87b777c5e4e5432062a4acc4ba91f5150b1391fe4377a7fa5dbb9562a3f45a/68747470733a2f2f73686570686572642e6465762f6769746875622f7061796f757273656c66322f6d6f6e6f62616e6b2d62756e646c652f636f7665726167652e737667)](https://camo.githubusercontent.com/9e87b777c5e4e5432062a4acc4ba91f5150b1391fe4377a7fa5dbb9562a3f45a/68747470733a2f2f73686570686572642e6465762f6769746875622f7061796f757273656c66322f6d6f6e6f62616e6b2d62756e646c652f636f7665726167652e737667)

Installation
============

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Applications that use Symfony Flex
----------------------------------

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
 composer require payourself2/monobank-bundle
```

Applications that don't use Symfony Flex
----------------------------------------

[](#applications-that-dont-use-symfony-flex)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
composer require payourself2/monobank-bundle
```

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    Payourself2\Bundle\MonobankBundle\MonobankBundle::class => ['all' => true],
];
```

Configuration
=============

[](#configuration)

### Add parameters

[](#add-parameters)

#### If you are going to use personal api:

[](#if-you-are-going-to-use-personal-api)

```
monobank:
    personal_key: '%env(PAYOURSELF2_MONOBANK_PERSONAL_KEY)%'
```

#### If you are going to use corporate api:

[](#if-you-are-going-to-use-corporate-api)

```
monobank:
    pub_key: '%env(PAYOURSELF2_MONOBANK_PUB_KEY)%'
    priv_key: '%env(PAYOURSELF2_MONOBANK_PRIV_KEY)%'
```

redefine your payourself2\_monobank.send\_request\_adapter

```
services:
    payourself2_monobank.send_request_adapter:
        class: Payourself2\Bundle\MonobankBundle\Adapter\SymfonyClientAdapter
        autowire: true
        autoconfigure: true
```

Docs
----

[](#docs)

### main

[](#main)

### sign

[](#sign)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Every ~3 days

Total

23

Last Release

1871d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/29702256c1860e29ea8b51c0642c8c78401670a8096a98924b487b8e20f16408?d=identicon)[payourself2](/maintainers/payourself2)

---

Top Contributors

[![payourself2](https://avatars.githubusercontent.com/u/59871575?v=4)](https://github.com/payourself2 "payourself2 (9 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/payourself2-monobank-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/payourself2-monobank-bundle/health.svg)](https://phpackages.com/packages/payourself2-monobank-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

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

1.3k1.3M152](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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