PHPackages                             kolesa-team/qazkom-epay - 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. [Payment Processing](/categories/payments)
4. /
5. kolesa-team/qazkom-epay

ActiveLibrary[Payment Processing](/categories/payments)

kolesa-team/qazkom-epay
=======================

PHP library for Qazkom ePay

1.0.0(8y ago)99.2k↓38.6%10[1 issues](https://github.com/kolesa-team/qazkom-epay/issues)PHP

Since Nov 29Pushed 4y ago15 watchersCompare

[ Source](https://github.com/kolesa-team/qazkom-epay)[ Packagist](https://packagist.org/packages/kolesa-team/qazkom-epay)[ RSS](/packages/kolesa-team-qazkom-epay/feed)WikiDiscussions master Synced 1mo ago

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

Qazkom-epay
===========

[](#qazkom-epay)

PHP library for Qazkom ePay integration

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

[](#installation)

```
$ composer require kolesa-team/qazkom-epay

```

Basic usage
-----------

[](#basic-usage)

```
$client = new \Epay\Client(array(
    'MERCHANT_CERTIFICATE_ID' => 'merchant certificate id',
    'MERCHANT_NAME'           => 'merchant name',
    'PRIVATE_KEY_FN'          => 'private key filename',
    'PRIVATE_KEY_PASS'        => 'private key password',
    'PRIVATE_KEY_ENCRYPTED'   => 1,
    'XML_TEMPLATE_FN'         => 'xml template filename',
    'XML_TEMPLATE_CONFIRM_FN' => 'xml confirmation template filename',
    'PUBLIC_KEY_FN'           => 'public key filename',
    'MERCHANT_ID'             => 'merchant id',
));

// Sign request for payment
$signature = $client->processRequest($orderId, $client->getCurrencyId('KZT'), $amount);

// Process payment system response
$result = $client->processResponse($response);

// Confirm request to unblock amount
$result = $client->processConfirmation($reference, $approvalCode, $orderId, $client->getCurrencyId('KZT'), $amount);

```

More information at

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity33

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 78.9% 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 ~0 days

Total

2

Last Release

3093d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/19899078?v=4)[Kolesa Group](/maintainers/kolesa-team)[@kolesa-team](https://github.com/kolesa-team)

---

Top Contributors

[![iborodikhin](https://avatars.githubusercontent.com/u/1627772?v=4)](https://github.com/iborodikhin "iborodikhin (30 commits)")[![antonsergeyev](https://avatars.githubusercontent.com/u/98897?v=4)](https://github.com/antonsergeyev "antonsergeyev (2 commits)")[![battle-mage](https://avatars.githubusercontent.com/u/7538442?v=4)](https://github.com/battle-mage "battle-mage (2 commits)")[![panda-madness](https://avatars.githubusercontent.com/u/6180087?v=4)](https://github.com/panda-madness "panda-madness (2 commits)")[![SunwelLight](https://avatars.githubusercontent.com/u/5959247?v=4)](https://github.com/SunwelLight "SunwelLight (2 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/kolesa-team-qazkom-epay/health.svg)

```
[![Health](https://phpackages.com/badges/kolesa-team-qazkom-epay/health.svg)](https://phpackages.com/packages/kolesa-team-qazkom-epay)
```

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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