PHPackages                             richweber/yii2-monexy - 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. richweber/yii2-monexy

ActiveYii2-extension[API Development](/categories/api)

richweber/yii2-monexy
=====================

Yii 2 Framework extension for Monexy API

1.0.0(11y ago)262BSD-3-ClausePHP

Since Jan 25Pushed 11y ago1 watchersCompare

[ Source](https://github.com/RichWeber/yii2-monexy)[ Packagist](https://packagist.org/packages/richweber/yii2-monexy)[ RSS](/packages/richweber-yii2-monexy/feed)WikiDiscussions master Synced 1mo ago

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

Розширення для роботи з API cервіса Monexy
==========================================

[](#розширення-для-роботи-з-api-cервіса-monexy)

### Встановлення розширення

[](#встановлення-розширення)

Бажано встановлювати розширення з допомогою [composer](http://getcomposer.org/download/).

Виконайте команду

```
php composer.phar require richweber/yii2-monexy "*"

```

або добавте

```
"richweber/yii2-monexy": "dev-master"

```

в розділ `require` вашого `composer.json` файла.

### Конфігурація додатка

[](#конфігурація-додатка)

Приклад конфігурації:

```
'components' => [
    ...
    'monexy' => [
        'class' => 'richweber\monexy\Monexy',
        'apiName' => 'testAPI',
        'apiPassword' => 'password',
        'requestType' => 'POST',
        'contentType' => 'JSON',
        'enableCrypt' => false,
    ],
    ...
],
```

**Отримання балансу своїх гаманців:**

```
Yii::$app->monexy->balance();
```

### Документація

[](#документація)

- [Технічна документація](https://www.monexy.ua/ua/api)
- [API PHP class](https://www.monexy.ua/ua/api/class)
- [Знайомство з API Monexy](https://monexy.expert/uk/publication/view.html?post=2)

### License

[](#license)

**yii2-monexy** is released under the BSD 3-Clause License. See the bundled `LICENSE.md` for details.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

4126d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1702252?v=4)[Roman Bahatyi](/maintainers/RichWeber)[@RichWeber](https://github.com/RichWeber)

---

Top Contributors

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

---

Tags

apiyii2monexy

### Embed Badge

![Health badge](/badges/richweber-yii2-monexy/health.svg)

```
[![Health](https://phpackages.com/badges/richweber-yii2-monexy/health.svg)](https://phpackages.com/packages/richweber-yii2-monexy)
```

###  Alternatives

[dotzero/yii2-amocrm

Расширение для Yii Framework 2 реализующее клиент для работы с API amoCRM

1639.7k](/packages/dotzero-yii2-amocrm)[skeeks/yii2-google-api

Component for work with google api based on google/apiclient

1243.1k1](/packages/skeeks-yii2-google-api)

PHPackages © 2026

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