PHPackages                             arturishe21/laravel-liqpay - 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. arturishe21/laravel-liqpay

ActiveLibrary[Payment Processing](/categories/payments)

arturishe21/laravel-liqpay
==========================

LiqPay for Laravel

1.05(3mo ago)0451MITHTML

Since Nov 19Pushed 3mo agoCompare

[ Source](https://github.com/arturishe21/laravel-liqpay)[ Packagist](https://packagist.org/packages/arturishe21/laravel-liqpay)[ Docs](https://github.com/arturishe21/laravel-liqpay)[ RSS](/packages/arturishe21-laravel-liqpay/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (6)Versions (5)Used By (0)

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

[](#laravel-liqpay)

[![Latest Stable Version](https://camo.githubusercontent.com/368fd877229a81f876291bf1d5679c416638840f824969710fbbe9a489f853b1/68747470733a2f2f706f7365722e707567782e6f72672f64656e697a74657a63616e2f6c61726176656c2d6c69717061792f762f737461626c65)](https://packagist.org/packages/deniztezcan/laravel-liqpay)[![Total Downloads](https://camo.githubusercontent.com/8fc3d6ee58de8b4db3e18164284febf0729aa6b9b2b36e2c28e94aabc2c3fcaf/68747470733a2f2f706f7365722e707567782e6f72672f64656e697a74657a63616e2f6c61726176656c2d6c69717061792f646f776e6c6f616473)](https://packagist.org/packages/deniztezcan/laravel-liqpay)[![Latest Unstable Version](https://camo.githubusercontent.com/532547663a7e91acd71c56908b5c73e380e25d425b1e4e5163b7508d6de43004/68747470733a2f2f706f7365722e707567782e6f72672f64656e697a74657a63616e2f6c61726176656c2d6c69717061792f762f756e737461626c65)](https://packagist.org/packages/deniztezcan/laravel-liqpay)[![License](https://camo.githubusercontent.com/3efe188583608047818bd420042ccdc00e9915466b4f172589a247c64869b4b7/68747470733a2f2f706f7365722e707567782e6f72672f64656e697a74657a63616e2f6c61726176656c2d6c69717061792f6c6963656e7365)](https://packagist.org/packages/deniztezcan/laravel-liqpay)[![Maintainability](https://camo.githubusercontent.com/e66fccf34b45d63710648c27243b93c9b574ddc11016d3c376125ba3aded4174/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f39303537623739383535666363303239663938392f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/deniztezcan/laravel-liqpay/maintainability)

A Laravel package for the LiqPay PHP SDK.

Instalation
-----------

[](#instalation)

```
composer require arturishe21/laravel-liqpay

```

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

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

    	Arturishe21\LiqPay\LiqPayServiceProvider::class,
    ];
```

Add the facade to the facades array:

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

    	'LiqPay' => Arturishe21\LiqPay\Facades\LiqPay::class,
    ];
```

Finally, publish the configuration files:

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

```

### Configuration

[](#configuration)

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

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance78

Regular maintenance activity

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~401 days

Total

4

Last Release

119d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8b7ffd6192296a7a4be50ef6051026bdcb226401a5114d64dacc16dcaf7fb827?d=identicon)[arturishe](/maintainers/arturishe)

---

Top Contributors

[![arturishe21](https://avatars.githubusercontent.com/u/9445877?v=4)](https://github.com/arturishe21 "arturishe21 (6 commits)")[![kSolovei](https://avatars.githubusercontent.com/u/93971961?v=4)](https://github.com/kSolovei "kSolovei (6 commits)")[![deniztezcan](https://avatars.githubusercontent.com/u/10155092?v=4)](https://github.com/deniztezcan "deniztezcan (4 commits)")

---

Tags

laravelliqpay

### Embed Badge

![Health badge](/badges/arturishe21-laravel-liqpay/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[statamic/cms

The Statamic CMS Core Package

4.8k3.6M992](/packages/statamic-cms)[bagisto/bagisto

Bagisto Laravel E-Commerce

27.6k172.1k9](/packages/bagisto-bagisto)[shetabit/multipay

PHP Payment Gateway Integration Package

293361.0k4](/packages/shetabit-multipay)[imdhemy/google-play-billing

Google Play Billing

491.5M5](/packages/imdhemy-google-play-billing)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)

PHPackages © 2026

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