PHPackages                             ethan/laravel-llpay - 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. ethan/laravel-llpay

ActiveLibrary[Payment Processing](/categories/payments)

ethan/laravel-llpay
===================

lianlianpay sdk for laravel

0.9.9(3y ago)1801MITPHPPHP ^8.0

Since Jan 21Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ethanfly/laravel-llpay)[ Packagist](https://packagist.org/packages/ethan/laravel-llpay)[ RSS](/packages/ethan-laravel-llpay/feed)WikiDiscussions master Synced today

READMEChangelog (10)DependenciesVersions (20)Used By (0)

连连支付sdk for laravel
-------------------

[](#连连支付sdk-for-laravel)

1. 安装 `composer require ethan/laravel-llpay`
2. 发布配置文件 `php artisan vendor:publish --provider="Ethan\LianLianPay\LianLianPayServiceProvider"`
3. 修改配置文件`config/lianlianpay.php `
4. 使用方式

    1. 连连付款类，需要另外开通，[查看连连开放平台文档](https://open.lianlianpay.com/docs/send-money/instant/overview.html)

    ```
    LianLianPay::InstantPay();
    ```

    2. 连连收款类 [查看连连开放平台文档](https://open.lianlianpay.com/apis/bankcardprepay.html)

    ```
    LianLianPay::Pay();
    ```

    3. 连连退款类 [查看连连开放平台文档](https://open.lianlianpay.com/apis/refund.html)

    ```
    LianLianPay::Refund();
    ```

    4. 连连对账单类，需要另外开通，[查看连连开放平台文档](https://open.lianlianpay.com/docs/development/report-sftp.html)

    ```
    LianLianPay::Reconciliation();
    //filesystems里的disk配置要配置连连对账单sftp服务器信息
    //需要安装laravel的sftp插件
     'llpay' => [
             'driver' => 'sftp',
             'host' => 'dev.lianlianpay.com',
             'username' => '20170328000044444',
             'password' => '123456',
             'port' => 9122,
             'root' => '/20170328000044444',
         ],
    ```

    4. 具体使用方式敬请期待[wiki](https://github.com/ethanfly/laravel-llpay/wiki)

[连连开放平台文档](https://open.lianlianpay.com/apis/get-started.html)

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

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

Every ~14 days

Total

18

Last Release

1376d ago

PHP version history (2 changes)0.1PHP ^7.4||^8.0

0.8PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/811769cc774ffb95ae87505d801c501065d7bd9d2de797668ad1c202da411439?d=identicon)[ethanfly](/maintainers/ethanfly)

---

Top Contributors

[![ethanflynoah](https://avatars.githubusercontent.com/u/190800793?v=4)](https://github.com/ethanflynoah "ethanflynoah (39 commits)")

### Embed Badge

![Health badge](/badges/ethan-laravel-llpay/health.svg)

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

###  Alternatives

[msilabs/bkash

bKash Payment Gateway API for Laravel Framework.

181.2k](/packages/msilabs-bkash)

PHPackages © 2026

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