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

ActiveLibrary[API Development](/categories/api)

maksa988/monobank-api
=====================

PHP client for Mobobank API

v1.2.0(3y ago)147MITPHPPHP &gt;=5.6.4CI failing

Since Jun 25Pushed 3y agoCompare

[ Source](https://github.com/maksa988/monobank-api)[ Packagist](https://packagist.org/packages/maksa988/monobank-api)[ RSS](/packages/maksa988-monobank-api/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (2)Versions (4)Used By (0)

Monobank API Client
===================

[](#monobank-api-client)

[![Latest Stable Version](https://camo.githubusercontent.com/9f0be8710b8fb07d3fdf06ed9d13acacf3260a4770eef436bdc91671df147d50/68747470733a2f2f706f7365722e707567782e6f72672f6d616b73613938382f6d6f6e6f62616e6b2d6170692f762f737461626c65)](https://packagist.org/packages/maksa988/monobank-api)[![Build Status](https://camo.githubusercontent.com/a9e4152c72056a1c09ef8e70e22fea50992c9f6ba23e433156a420f911a9fcd9/68747470733a2f2f7472617669732d63692e6f72672f6d616b73613938382f6d6f6e6f62616e6b2d6170692e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/maksa988/monobank-api)[![StyleCI](https://camo.githubusercontent.com/03d5716b362bfbf7818a1d0d572517fb38a627a8289778df9c24a1f0e520d28f/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3139333735313136342f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/193751164)[![Total Downloads](https://camo.githubusercontent.com/53d7a598ef86c39d4c26608875f045d13f5a2cbece35daa925d600e2d7ac86d9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d616b73613938382f6d6f6e6f62616e6b2d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/maksa988/monobank-api)[![License](https://camo.githubusercontent.com/f81079b9ce67e31decf00be25ea061ed7b2d6d072ebbe4522745062898d859f0/68747470733a2f2f706f7365722e707567782e6f72672f6d616b73613938382f6d6f6e6f62616e6b2d6170692f6c6963656e7365)](https://packagist.org/packages/maksa988/monobank-api)

PHP client for MonoBank API services ()

- List of monobank currency rates
- Information about the client and the list of his accounts
- Get statement

#### PHP &gt;= 5.6.4

[](#php--564)

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

[](#installation)

Monobank API for PHP is installed via [Composer](https://getcomposer.org/). For most uses, you will need to require `maksa988/monobank-api` and an individual gateway:

```
composer require maksa988/monobank-api
```

Usage
-----

[](#usage)

```
use Maksa988\MonobankAPI\MonobankAPI;

$api = new MonobankAPI('YOUR_TOKEN');

/*
 * Get currencies
 *
 * Returns array of \Maksa988\MonobankAPI\DTO\CurrencyInfo instainces
 */
$api->currency();

/*
 * Get information about client
 *
 * Returns instance of \Maksa988\MonobankAPI\DTO\UserInfo
 */
$api->personalInfo();

/*
 * Get personal statement
 *
 * Returns instance of \Maksa988\MonobankAPI\DTO\StatementItems
 */
$api->personalStatement(\DateTime $from, $account = 0, \DateTime $to = null);
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please send me an email at  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Maksa988](https://github.com/maksa988)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity56

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

Total

2

Last Release

1324d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/20fbc1e64ffeb6456030e392c1f59eb47a5e9dbb4406aa117ce2a343a4c9f1ba?d=identicon)[maksa988](/maintainers/maksa988)

---

Top Contributors

[![maksa988](https://avatars.githubusercontent.com/u/5982466?v=4)](https://github.com/maksa988 "maksa988 (14 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/maksa988-monobank-api/health.svg)](https://phpackages.com/packages/maksa988-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)
