PHPackages                             yushni/liq-pay-sdk - 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. yushni/liq-pay-sdk

ActiveLibrary[Payment Processing](/categories/payments)

yushni/liq-pay-sdk
==================

This library must simplify your connection with Liq Pay payment system.

1.0.1(7y ago)14MITPHPPHP &gt;=7.1

Since Mar 2Pushed 7y agoCompare

[ Source](https://github.com/yushni/sdk-liq-pay)[ Packagist](https://packagist.org/packages/yushni/liq-pay-sdk)[ RSS](/packages/yushni-liq-pay-sdk/feed)WikiDiscussions master Synced 2mo ago

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

Liq Pay Checkout
================

[](#liq-pay-checkout)

### Installation

[](#installation)

```
composer require yushni/liq-pay-sdk
```

Simple usage :
--------------

[](#simple-usage-)

##### Create LiqPay class

[](#create-liqpay-class)

```
$encoder = new LiqPay\Encoder\Encoder();
$liqPay = new LiqPay\LiqPay('privateKey', 'publicKey', true, $encoder);
```

##### Generate checkout url

[](#generate-checkout-url)

```
$payment = LiqPay\Action\Payment::pay(1.12, "cab95cee-48b8-423b-8979-1675bb452f13", "UAH", "Description")
$payment->setResultUrl('result_url');
$payment->setServerUrl('server_url');

$liqPay->generateCheckoutUrl($payment);
```

##### Obtain callback results

[](#obtain-callback-results)

```
$liqPay->obtainCallback('data', 'signature');
```

### Advanced usage

[](#advanced-usage)

##### You can make your own Action and declare it. Action must be instance of LiqPay\\Action\\Action class.

[](#you-can-make-your-own-action-and-declare-it-action-must-be-instance-of-liqpayactionaction-class)

```
$liqPay->addAction(LiqPay\Action\Payment, ['pay'])
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 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

2628d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/57b49dbe651449ce69057521122d1fe4d387a33ef4db85813c004c0344a074b6?d=identicon)[yushni](/maintainers/yushni)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/yushni-liq-pay-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/yushni-liq-pay-sdk/health.svg)](https://phpackages.com/packages/yushni-liq-pay-sdk)
```

###  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)
