PHPackages                             vldmr-k/mono-acquiring - 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. [Payment Processing](/categories/payments)
4. /
5. vldmr-k/mono-acquiring

ActiveLibrary[Payment Processing](/categories/payments)

vldmr-k/mono-acquiring
======================

Monobank Acquiring library

0.0.5(3y ago)033MITPHP

Since Oct 15Pushed 3y ago1 watchersCompare

[ Source](https://github.com/vldmr-k/mono-acquiring)[ Packagist](https://packagist.org/packages/vldmr-k/mono-acquiring)[ RSS](/packages/vldmr-k-mono-acquiring/feed)WikiDiscussions main Synced today

READMEChangelog (5)Dependencies (6)Versions (6)Used By (0)

### Monobank Acquiring PHP SDK

[](#monobank-acquiring-php-sdk)

Unofficial SDK for Monobank Acquiring.

### Examples

[](#examples)

###### Retrieve public key

[](#retrieve-public-key)

```
$token = '...';
$config = new \VldmrK\MonoAcquiring\Config($token);

$api = new \VldmrK\MonoAcquiring\Api($config);

$response = $api->call(new \VldmrK\MonoAcquiring\Query\PubkeyQuery());

print_r($response->toArray()); // ['key' => '....']
```

###### Merchant Details

[](#merchant-details)

```
$token = '...';
$config = new \VldmrK\MonoAcquiring\Config($token);

$api = new \VldmrK\MonoAcquiring\Api($config);

$response = $api->call(new \VldmrK\MonoAcquiring\Query\DetailsQuery());

print_r($response); // [ 'merchantId' => 'test_A4EaPDryzz', 'merchantName' => 'Test Caption']
```

More example you can find here [example/](example/). Before run example, please set global variable `MONO_XTOKEN`

### Run Test

[](#run-test)

```
make build
make unit
```

### Coverage

[](#coverage)

After run tests, you can check coverage of code

```
make serve
```

After that, coverage report will be available by address [http://0.0.0.0:8080/spec/\_coverage/index.html](http://0.0.0.0:8080/spec/_coverage/index.html)

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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 ~0 days

Total

5

Last Release

1355d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/52a77a67e22b022b8d24f9c356a137efbbcd67c3f5da34aa532b1b7e68bc6c62?d=identicon)[wowkaster](/maintainers/wowkaster)

---

Top Contributors

[![vldmr-k](https://avatars.githubusercontent.com/u/2142055?v=4)](https://github.com/vldmr-k "vldmr-k (19 commits)")

---

Tags

acquiringmonobankmonobank-acquiring

###  Code Quality

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/vldmr-k-mono-acquiring/health.svg)

```
[![Health](https://phpackages.com/badges/vldmr-k-mono-acquiring/health.svg)](https://phpackages.com/packages/vldmr-k-mono-acquiring)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[chargebee/chargebee-php

ChargeBee API client implementation for PHP

758.5M9](/packages/chargebee-chargebee-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k14](/packages/tempest-framework)[imdhemy/google-play-billing

Google Play Billing

491.5M5](/packages/imdhemy-google-play-billing)

PHPackages © 2026

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