PHPackages                             1alf/laravel-liqpay-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. 1alf/laravel-liqpay-sdk

AbandonedArchivedLibrary[Payment Processing](/categories/payments)

1alf/laravel-liqpay-sdk
=======================

Liqpay SDK for Laravel

1.0.0(5y ago)156MITPHPPHP &gt;=5.6.0

Since Mar 17Pushed 2y ago2 watchersCompare

[ Source](https://github.com/1alf/laravel-liqpay-sdk)[ Packagist](https://packagist.org/packages/1alf/laravel-liqpay-sdk)[ Docs](https://github.com/1alf/laravel-liqpay-sdk)[ RSS](/packages/1alf-laravel-liqpay-sdk/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

laravel-liqpay-sdk
==================

[](#laravel-liqpay-sdk)

Liqpay SDK for Laravel

\#Install

```
composer require 1alf/laravel-liqpay-sdk

php artisan vendor:publish --provider="ALF\LiqPay\LiqPayServiceProvider"

```

Using
=====

[](#using)

You can use Laravel resolving and add LiqPay inside constructor

```
public function __construct(LiqPay $liqpay)
{
    parent::__construct();
    $this->liqpay = $liqpay;
}
```

or you can use it directly

```
$liqPay = new LiqPay('public_key', 'private_key');
try {
    $res = $liqPay->getApiClient()->request([
        'action'         => 'p2pcredit',
        'amount'         => '1',
        'currency'       => 'UAH',
        'description'    => 'description text',
        'order_id'       => '123456',
        'receiver_card'  => '4242424242424242',
        'receiver_last_name'  => 'LastName',
        'receiver_first_name'  => 'FirstName'
    ]);

    print_r($res);
} catch (BadResponseException $e) {
    echo $e->getMessage();
}
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

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

1935d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9896505adf2d62e456accbe57201fc6cb0b34afbc003807030c2f7df81e17f25?d=identicon)[gaalferov](/maintainers/gaalferov)

---

Top Contributors

[![gaalferov](https://avatars.githubusercontent.com/u/3623222?v=4)](https://github.com/gaalferov "gaalferov (7 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

laravelliqpay

### Embed Badge

![Health badge](/badges/1alf-laravel-liqpay-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/1alf-laravel-liqpay-sdk/health.svg)](https://phpackages.com/packages/1alf-laravel-liqpay-sdk)
```

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[sebdesign/laravel-viva-payments

A Laravel package for integrating the Viva Payments gateway

4851.0k](/packages/sebdesign-laravel-viva-payments)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[glennraya/xendivel

A Laravel package to easily integrate Xendit payment gateway. It supports credit and debit cards, and e-wallet payments and custom invoices, queued notifications, webhook listeners and more.

442.7k](/packages/glennraya-xendivel)

PHPackages © 2026

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