PHPackages                             lightvoldemar/kassanova-bank-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. lightvoldemar/kassanova-bank-api

ActiveLibrary[API Development](/categories/api)

lightvoldemar/kassanova-bank-api
================================

v1.3(6y ago)0911MITPHP

Since Jul 19Pushed 2y agoCompare

[ Source](https://github.com/lightvoldemar/kassanova-bank-api)[ Packagist](https://packagist.org/packages/lightvoldemar/kassanova-bank-api)[ RSS](/packages/lightvoldemar-kassanova-bank-api/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (4)Dependencies (1)Versions (9)Used By (0)

KassaNova Bank
==============

[](#kassanova-bank)

PHP library for KassaNova integration

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

[](#installation)

```
$ composer require lightvoldemar/kassanova-bank-api

```

Example
-------

[](#example)

```
$amount; // transaction amount
$orderId; // shop order id

```

```
$client = new KassanovaClient();
$client->setLang('ru');
$client->setCurrency('KZT');
$client->apiLogin = 'login';
$client->apiPassword = 'pass';
$client->returnUrl = 'success_url';
$client->failUrl = 'fail_url';
$client->pay($amount,$orderId);

```

```
$client->dataRedirectUrl; // Redirect user URL
$client->dataOrderSig; // Order Kassanova ID

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

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

Every ~48 days

Total

4

Last Release

2393d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/15310096?v=4)[Light Voldemar](/maintainers/lightvoldemar)[@lightvoldemar](https://github.com/lightvoldemar)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/lightvoldemar-kassanova-bank-api/health.svg)

```
[![Health](https://phpackages.com/badges/lightvoldemar-kassanova-bank-api/health.svg)](https://phpackages.com/packages/lightvoldemar-kassanova-bank-api)
```

PHPackages © 2026

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