PHPackages                             axima/payment-gate - 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. axima/payment-gate

ActiveLibrary[Payment Processing](/categories/payments)

axima/payment-gate
==================

PHP utils for pays.cz integration.

1.0.0(9y ago)11.2k1[1 issues](https://github.com/axima/php-payment-gate/issues)MITPHP

Since Mar 16Pushed 6y ago1 watchersCompare

[ Source](https://github.com/axima/php-payment-gate)[ Packagist](https://packagist.org/packages/axima/payment-gate)[ RSS](/packages/axima-payment-gate/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (2)Used By (0)

php-payment-gate
================

[](#php-payment-gate)

PHP utils for pays.cz integration.

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

[](#installation)

```
composer require axima/payment-gate

```

Usage
-----

[](#usage)

```
use Axima\PaymentGate\Utils;

$link = Utils::getPaymentLink($merchantId, $shopId, $currency, $amount, $merchantOrderNumber, $email);

```

To validate data on confirmation, you can use helper method:

```
if (!Utils::validateConfirmData($password)) {
	// error payment
} else {
	// success payment
}

```

If you already have parsed data from `$_GET` or you are using some framework, which provides data in different way, you can pass them as second parameter (but keep the keys same as in `$_GET`):

```
Utils::validateConfirmData($password, $data)

```

Bug reports, feature requests
-----------------------------

[](#bug-reports-feature-requests)

Please use GitHub issue tracker / pull requests.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 75% 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

3393d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3734204?v=4)[Tomáš Blatný](/maintainers/greeny)[@greeny](https://github.com/greeny)

---

Top Contributors

[![greeny](https://avatars.githubusercontent.com/u/3734204?v=4)](https://github.com/greeny "greeny (3 commits)")[![tomasz-kusy](https://avatars.githubusercontent.com/u/40465697?v=4)](https://github.com/tomasz-kusy "tomasz-kusy (1 commits)")

---

Tags

gatewaypaymentphp

### Embed Badge

![Health badge](/badges/axima-payment-gate/health.svg)

```
[![Health](https://phpackages.com/badges/axima-payment-gate/health.svg)](https://phpackages.com/packages/axima-payment-gate)
```

###  Alternatives

[omnipay/coinbase

Coinbase driver for the Omnipay payment processing library

18570.2k1](/packages/omnipay-coinbase)

PHPackages © 2026

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