PHPackages                             itcwc/laravel-lianlianpay - 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. itcwc/laravel-lianlianpay

ActiveLibrary[Payment Processing](/categories/payments)

itcwc/laravel-lianlianpay
=========================

laravel连连支付扩展

228PHP

Since Sep 20Pushed 2y ago1 watchersCompare

[ Source](https://github.com/1766987395/laravellianlianpay)[ Packagist](https://packagist.org/packages/itcwc/laravel-lianlianpay)[ RSS](/packages/itcwc-laravel-lianlianpay/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

连连支付
====

[](#连连支付)

原作者：yuuhao-[原项目地址](https://github.com/yuuhao/lian2pay)
------------------------------------------------------

[](#原作者yuuhao-原项目地址)

### 如何使用

[](#如何使用)

- 安装

    ```
    $ composer require itcwc/laravel-lianlianpay:dev-master
    ```
- laravel使用, 在项目`config/app.php`的`providers`项中添加

    ```
    Itcwc\LianLianPay\LLPayServiceProvider::class
    ```

    然后使用`php artisan vendor:publish`发布配置文件
- 在方法中使用

    ```
    use Itcwc\LianLianPay\LianLianPay;

    ...

    $llp = new LianLianPay(config('lianlianpay'));
    $result = $llp->payment->phoneVerifyCodeApply('s1', '13250840721');

    ```

---

### SDK

[](#sdk)

**【后续调用不再更新md，可进入项目文件夹查看或自增】**

- 调用示例：

```
$llp->account->phoneVerifyCodeApply($userId, $regPhone, $timestamp = null)

```

接口参数具体值请查看相关文档地址 接口中涉及字段`timestamp`、`oid_partner`统一不要传,`oid_partner`采用实例化config中配置参数，`timestamp`采用服务器当前时间

---

模块方法接口名文档地址account`phoneVerifyCodeApply`绑定手机验证码申请[地址](https://open.lianlianpay.com/docs/accp/accpstandard/regphone-verifycode-apply.html)account`phoneVerifyCodeVerify`绑定手机验证码验证[地址](https://open.lianlianpay.com/docs/accp/accpstandard/regphone-verifycode-verify.html)account`personOpenAcctApply`个人用户开户申请[地址](https://open.lianlianpay.com/docs/accp/accpstandard/openacct-apply-individual.html)account`personOpenAcctVerify`个人用户开户验证[地址](https://open.lianlianpay.com/docs/accp/accpstandard/openacct-verify-individual.html)account`enterpriseOpenAcctApply`企业用户开户申请[地址](https://open.lianlianpay.com/docs/accp/accpstandard/openacct-apply-enterprise.html)account`enterpriseOpenAcctVerify`企业用户开户验证[地址](https://open.lianlianpay.com/docs/accp/accpstandard/openacct-verify-enterprise.html)account`upload`文件上传[地址](https://open.lianlianpay.com/docs/accp/accpstandard/upload.html)account`uploadPhotos`上传照片[地址](https://open.lianlianpay.com/docs/accp/accpstandard/upload-photos.html)account`openAcctApply`用户开户申请(页面接入)[地址](https://open.lianlianpay.com/docs/accp/accpstandard/openacct-apply.html)account`modifyPersonUserInfo`个人用户信息修改[地址](https://open.lianlianpay.com/docs/accp/accpstandard/modify-userinfo-individual.html)account`modifyEnterpriseUserInfo`企业用户信息修改[地址](https://open.lianlianpay.com/docs/accp/accpstandard/modify-userinfo-enterprise.html)common`getRandom`获取随机因子[地址](https://open.lianlianpay.com/docs/accp/accpstandard/get-random.html)common`verifyNotifySignature`回调通知数据验签[地址](https://open.lianlianpay.com/docs/accp/accpstandard/accp-async-notification-overview.html)common`validationSms`交易二次短信验证[地址](https://open.lianlianpay.com/docs/accp/accpstandard/validation-sms.html)payment`create`支付统一创单[地址](https://open.lianlianpay.com/docs/accp/accpstandard/accp-tradecreate.html)payment`gateway`网关类支付[地址](https://open.lianlianpay.com/docs/accp/accpstandard/payment-gw.html)payment`bankCard`银行卡快捷支付[地址](https://open.lianlianpay.com/docs/accp/accpstandard/payment-gw.html)payment`close`支付单关单[地址](https://open.lianlianpay.com/docs/accp/accpstandard/close-payment.html)payment`query`支付结果查询[地址](https://open.lianlianpay.com/docs/accp/accpstandard/query-payment.html)secured`confirm`担保交易确认[地址](https://open.lianlianpay.com/docs/accp/accpstandard/secured-confirm.html)secured`query`担保交易信息查询[地址](https://open.lianlianpay.com/docs/accp/accpstandard/secured-query.html)refund`apply`退款申请[地址](https://open.lianlianpay.com/docs/accp/accpstandard/more-payee-refund.html)refund`query`退款查询[地址](https://open.lianlianpay.com/docs/accp/accpstandard/query-refund.html)withdrawal`apply`提现申请[地址](https://open.lianlianpay.com/docs/accp/accpstandard/withdrawal.html)withdrawal`confirm`提现确认[地址](https://open.lianlianpay.com/docs/accp/accpstandard/withdrawal-check.html)withdrawal`query`提现结果查询[地址](https://open.lianlianpay.com/docs/accp/accpstandard/query-withdrawal.html)password`reset`重置密码[地址](https://open.lianlianpay.com/docs/accp/accpstandard/change-password.html)password`find`找回密码申请[地址](https://open.lianlianpay.com/docs/accp/accpstandard/find-password-apply.html)password`verify`找回密码验证[地址](https://open.lianlianpay.com/docs/accp/accpstandard/find-password-verify.html)password`validate`支付密码校验[地址](https://open.lianlianpay.com/docs/accp/accpstandard/validate-password.html)accManage`personBindCardApply`个人用户新增绑卡[地址](https://open.lianlianpay.com/docs/accp/accpstandard/individual-bindcard-apply.html)accManage`personBindCardVerify`个人用户绑卡验证[地址](https://open.lianlianpay.com/docs/accp/accpstandard/individual-bindcard-verify.html)accManage`unbindCardApply`个人用户解绑银行卡[地址](https://open.lianlianpay.com/docs/accp/accpstandard/unlinkedacct-ind-apply.html)accManage`enterpriseChangeCardApply`企业用户更换绑定账号申请[地址](https://open.lianlianpay.com/docs/accp/accpstandard/enterprise-changecard-apply.html)accManage`enterpriseChangeCardVerify`企业用户更换绑定账号验证[地址](https://open.lianlianpay.com/docs/accp/accpstandard/enterprise-changecard-verify.html)accManage`changeRegPhoneApply`修改绑定手机申请[地址](https://open.lianlianpay.com/docs/accp/accpstandard/change-regphone-apply.html)accManage`changeRegPhoneVerify`修改绑定手机验证[地址](https://open.lianlianpay.com/docs/accp/accpstandard/change-regphone-verify.html)accManage`changeLinkedPhoneApply`修改预留手机号申请[地址](https://open.lianlianpay.com/docs/accp/accpstandard/change-linkedphone-apply.html)accManage`changeLinkedPhoneVerify`修改预留手机号验证[地址](https://open.lianlianpay.com/docs/accp/accpstandard/change-linkedphone-verify.html)accManage`queryLinkedAcct`绑卡信息查询[地址](https://open.lianlianpay.com/docs/accp/accpstandard/query-linkedacct.html)accManage`queryUserInfo`用户信息查询[地址](https://open.lianlianpay.com/docs/accp/accpstandard/query-userinfo.html)accManage`queryAcctInfo`账户信息查询[地址](https://open.lianlianpay.com/docs/accp/accpstandard/query-acctinfo.html)accManage`queryAcctSerial`资金流水列表查询[地址](https://open.lianlianpay.com/docs/accp/accpstandard/query-acctserial.html)accManage`queryAcctSerialDetail`资金流水详情查询[地址](https://open.lianlianpay.com/docs/accp/accpstandard/query-acctserialdetail.html)accManage`queryTxn`交易流水结果查询[地址](https://open.lianlianpay.com/docs/accp/accpstandard/query-txn.html)

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity21

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/07bf2685f133644d792bd3c24fcd3a8e26a59fd23b752d3659abbb70321ab295?d=identicon)[1766987395](/maintainers/1766987395)

---

Top Contributors

[![itcwc](https://avatars.githubusercontent.com/u/46277331?v=4)](https://github.com/itcwc "itcwc (23 commits)")

### Embed Badge

![Health badge](/badges/itcwc-laravel-lianlianpay/health.svg)

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

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