PHPackages                             mallariel/laravelliqpay - 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. mallariel/laravelliqpay

ActiveLibrary[Payment Processing](/categories/payments)

mallariel/laravelliqpay
=======================

Liqpay for Laravel

1.0.1(4y ago)030MITPHP

Since Feb 1Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Mallariel/laravelliqpay)[ Packagist](https://packagist.org/packages/mallariel/laravelliqpay)[ RSS](/packages/mallariel-laravelliqpay/feed)WikiDiscussions main Synced today

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

Laravel LiqPay
==============

[](#laravel-liqpay)

[![Latest Stable Version](https://camo.githubusercontent.com/9350048d00cf5f816f3455545cb883a5a1c2aaa260c66cc1435dbc01ca286ae4/687474703a2f2f706f7365722e707567782e6f72672f6d616c6c617269656c2f6c61726176656c6c69717061792f76)](https://packagist.org/packages/mallariel/laravelliqpay)[![Total Downloads](https://camo.githubusercontent.com/b9e950d74d2fc7a425445c443f9363e3a24821cb8998cf682fc195c2b2d8ea06/687474703a2f2f706f7365722e707567782e6f72672f6d616c6c617269656c2f6c61726176656c6c69717061792f646f776e6c6f616473)](https://packagist.org/packages/mallariel/laravelliqpay)[![License](https://camo.githubusercontent.com/62ec79db101b42a69fbaaead894def31cf7a3c67cc68d89ba7b168a6ad8a7ec1/687474703a2f2f706f7365722e707567782e6f72672f6d616c6c617269656c2f6c61726176656c6c69717061792f6c6963656e7365)](https://packagist.org/packages/mallariel/laravelliqpay)

Laravel LiqPay
==============

[](#laravel-liqpay-1)

A Laravel package for the LiqPay PHP SDK.

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

[](#installation)

```
composer require mallariel/laravelliqpay

```

Add a ServiceProvider to your providers array in `config/app.php`:

```
    'providers' => [
    	//other things here

    	Mallariel\LaravelLiqPay\LaravelLiqPayServiceProvider::class,
    ];
```

Add the facade to the facades array:

```
    'aliases' => [
    	//other things here

    	'LaravelLiqpay' => Mallariel\LaravelLiqPay\Facades\LaravelLiqPay::class,
    ];
```

Finally, publish the configuration files:

```
php artisan vendor:publish --provider="Mallariel\LaravelLiqPay\LaravelLiqPayServiceProvider"

```

Configuration
-------------

[](#configuration)

Please set your API: `LIQPAY_PUBLIC` and `LIQPAY_PRIVATE` in the `.env` file.

In additional you could set currencies: `LIQPAY_CURRENCIES`

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

1612d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/22002476?v=4)[Oleksii](/maintainers/Mallariel)[@Mallariel](https://github.com/Mallariel)

---

Top Contributors

[![Mallariel](https://avatars.githubusercontent.com/u/22002476?v=4)](https://github.com/Mallariel "Mallariel (7 commits)")

### Embed Badge

![Health badge](/badges/mallariel-laravelliqpay/health.svg)

```
[![Health](https://phpackages.com/badges/mallariel-laravelliqpay/health.svg)](https://phpackages.com/packages/mallariel-laravelliqpay)
```

###  Alternatives

[msilabs/bkash

bKash Payment Gateway API for Laravel Framework.

181.1k](/packages/msilabs-bkash)

PHPackages © 2026

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