PHPackages                             xutl/laravel-payment - 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. xutl/laravel-payment

ActiveLibrary[Payment Processing](/categories/payments)

xutl/laravel-payment
====================

This is a Laravel expansion for the Payment.

14PHP

Since Dec 27Pushed 7y agoCompare

[ Source](https://github.com/xutl/laravel-payment)[ Packagist](https://packagist.org/packages/xutl/laravel-payment)[ RSS](/packages/xutl-laravel-payment/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-payment
===============

[](#laravel-payment)

This is a aliyun expansion for the laravel

[![License](https://camo.githubusercontent.com/fb20e0fee337f01ff033cf54a4c7420fc116f4ad4b6dca8cdece28238ff1af8c/68747470733a2f2f706f7365722e707567782e6f72672f7875746c2f6c61726176656c2d7061796d656e742f6c6963656e73652e737667)](https://packagist.org/packages/xutl/laravel-payment)[![Latest Stable Version](https://camo.githubusercontent.com/591d11016d603216178b37599840bb3fc83f27877d5fea875f4f545d6ea55fc8/68747470733a2f2f706f7365722e707567782e6f72672f7875746c2f6c61726176656c2d7061796d656e742f762f737461626c652e706e67)](https://packagist.org/packages/xutl/laravel-payment)[![Total Downloads](https://camo.githubusercontent.com/0e9d3f6ed969012b45971c05bad404e2ef6c3fe519650a08f1ea37b4d1ec8f1c/68747470733a2f2f706f7365722e707567782e6f72672f7875746c2f6c61726176656c2d7061796d656e742f646f776e6c6f6164732e706e67)](https://packagist.org/packages/xutl/laravel-payment)

接口支持
----

[](#接口支持)

- WeChat
- AliPay

环境需求
----

[](#环境需求)

- PHP &gt;= 7.0

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

[](#installation)

```
composer require xutl/laravel-payment
```

for Laravel
-----------

[](#for-laravel)

This service provider must be registered.

```
// config/app.php

'providers' => [
    '...',
    XuTL\Payment\PaymentServiceProvider::class,
];
```

Use
---

[](#use)

```
try {
	$wechat = Payment::get('wechat');

} catch (\Exception $e) {
	print_r($e->getMessage());
}
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/87b658aa9d49e0c80cfc609fa2b9dc6d615672b1d895f421f751945a0e394087?d=identicon)[larvacent](/maintainers/larvacent)

---

Top Contributors

[![xutl](https://avatars.githubusercontent.com/u/20939388?v=4)](https://github.com/xutl "xutl (8 commits)")

### Embed Badge

![Health badge](/badges/xutl-laravel-payment/health.svg)

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

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