PHPackages                             kvash/aaio - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. kvash/aaio

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kvash/aaio
==========

AAIO SDK

0.3(2y ago)116LGPL-3.0-onlyPHPPHP &gt;=7.0

Since Dec 16Pushed 2y ago1 watchersCompare

[ Source](https://github.com/apnem19/PHP_SDK_AAIO)[ Packagist](https://packagist.org/packages/kvash/aaio)[ RSS](/packages/kvash-aaio/feed)WikiDiscussions main Synced today

READMEChangelog (2)DependenciesVersions (3)Used By (0)

require\_once "vendor/autoload.php";

//Создание платежа
use Kvash\\Aaio\\Create;

$url = new Create($merchatid, $orderid, $amount, $secretkey1, $currency, $lang);

$url-&gt;getUrl(); // Готовая ссылка на оплату

//Проверка подписи
use Kvash\\Aaio\\Webhook;

$url = new WebHook($\_POST\['merchant\_id'\], $\_POST\['order\_id'\], $\_POST\['amount'\], $secretkey2, $\_POST\['sign'\], $\_POST\['currency'\]);

if($url-&gt;check() === false){
die("error sign");
}

//Оплата прошла успешно, можно проводить операцию.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

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

Total

2

Last Release

872d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/63157221?v=4)[apnem19](/maintainers/apnem19)[@apnem19](https://github.com/apnem19)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/kvash-aaio/health.svg)

```
[![Health](https://phpackages.com/badges/kvash-aaio/health.svg)](https://phpackages.com/packages/kvash-aaio)
```

###  Alternatives

[kwn/number-to-words

Multi language standalone PHP number to words converter. Fully tested, open for extensions and new languages.

4375.4M23](/packages/kwn-number-to-words)

PHPackages © 2026

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