PHPackages                             progjp/monobank-api - 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. progjp/monobank-api

ActiveLibrary[API Development](/categories/api)

progjp/monobank-api
===================

PHP client for Monobank API

0.1.4(10mo ago)3701MITPHPPHP &gt;=7.2CI failing

Since Jul 28Pushed 10mo ago2 watchersCompare

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

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

[![Latest Stable Version](https://camo.githubusercontent.com/f1f6afd74fb442f44e5d65c9c1835199a6ac8c91af6069759d0618d9b9ae2ce3/68747470733a2f2f706f7365722e707567782e6f72672f70726f676a702f6d6f6e6f62616e6b2d6170692f762f737461626c65)](https://packagist.org/packages/progjp/monobank-api)[![Total Downloads](https://camo.githubusercontent.com/fcb3f5b9607e18a1261876615cb7c1d1d2fa69702684ddab26dc241eec7ae396/68747470733a2f2f706f7365722e707567782e6f72672f70726f676a702f6d6f6e6f62616e6b2d6170692f646f776e6c6f616473)](https://packagist.org/packages/progjp/monobank-api)[![License](https://camo.githubusercontent.com/054830aeafc64306d3d4a0960e49c491cbd8ac71752c1be81ce0bfac4c8875f3/68747470733a2f2f706f7365722e707567782e6f72672f70726f676a702f6d6f6e6f62616e6b2d6170692f6c6963656e7365)](https://packagist.org/packages/progjp/monobank-api)[![composer.lock available](https://camo.githubusercontent.com/dac3fc52d75e1a64f0ff0ac8ecdfe51192ff3d6c10e73af31660dd12ae7ba37c/68747470733a2f2f706f7365722e707567782e6f72672f706870756e69742f706870756e69742f636f6d706f7365726c6f636b)](https://packagist.org/packages/phpunit/phpunit)

MonobankAPI Client
==================

[](#monobankapi-client)

PHP client for MonoBank API services ()

- List of monobank currency rates
- Information about the client and the list of his accounts
- Get statements
- Set webhook

Requirements
------------

[](#requirements)

- PHP &gt;=7.2
- ext-json
- ext-curl

Install
-------

[](#install)

Via Composer

`$ composer require progjp/monobank-api`

Usage
-----

[](#usage)

#### Create MonobankAPI Client

[](#create-monobankapi-client)

```
$client = new Client();
$monobank = new MonobankAPI($client, '');
```

### Get statements

[](#get-statements)

```
$response = $monobank->call(new StatementRequest((new StatementDTO())
            ->setAccount('test')
            ->setFrom((new \DateTime('first day of this month'))->getTimestamp())
            ->setTo((new \DateTime('last day of this month'))->getTimestamp())
        ));
```

### Get client info

[](#get-client-info)

```
$response = $monobank->call(new ClientInfoRequest());
```

### Set a webhook

[](#set-a-webhook)

```
$response = $monobank->call(new WebHookRequest($webHookUrl));
```

### Delete a webhook

[](#delete-a-webhook)

```
$response = $monobank->call(new WebHookRequest(''));
```

### Get currency rates

[](#get-currency-rates)

```
$client = new Client();
$monobank = new MonobankAPI($client);
$response = $monobank->call(new CurrencyRequest());
```

Testing
-------

[](#testing)

Just run:

`$ composer test`

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance53

Moderate activity, may be stable

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity47

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

Total

5

Last Release

324d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e8ed1ab99efff8d3cb7d74df2989efbb8deed9442d218382e639ba0223b045ff?d=identicon)[progjp](/maintainers/progjp)

---

Top Contributors

[![progjp](https://avatars.githubusercontent.com/u/2581635?v=4)](https://github.com/progjp "progjp (5 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/progjp-monobank-api/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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