PHPackages                             jncinet/qihucms-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. jncinet/qihucms-payment

ActiveLibrary[Payment Processing](/categories/payments)

jncinet/qihucms-payment
=======================

qihucms payment.

1.0.8(5y ago)0241MITPHP

Since Dec 30Pushed 5y ago1 watchersCompare

[ Source](https://github.com/jncinet/qihucms-payment)[ Packagist](https://packagist.org/packages/jncinet/qihucms-payment)[ Docs](https://www.qihucms.com)[ RSS](/packages/jncinet-qihucms-payment/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (2)Versions (2)Used By (1)

支付管理
====

[](#支付管理)

### 引用库

[](#引用库)

基础支付扩展包：[yansongda/laravel-pay](https://github.com/yansongda/laravel-pay)
扫码支付二维码生成：[simplesoftwareio/simple-qrcode](https://github.com/SimpleSoftwareIO/simple-qrcode)

安装
--

[](#安装)

```
$ composer require jncinet/qihucms-payment
```

开始
--

[](#开始)

### 数据迁移

[](#数据迁移)

```
$ php artisan migrate
```

### 发布资源

[](#发布资源)

```
$ php artisan vendor:publish --provider="Qihucms\Payment\PaymentServiceProvider"
```

### 添加后台管理菜单

[](#添加后台管理菜单)

- 链接名称：支付记录
- 链接地址：payment/pay-orders

### 接口说明

[](#接口说明)

#### 发起支付

[](#发起支付)

- 请求方式：ANY
- 链接地址：payment/pay/{id=订单号}
- 返回值：
    - GET 请求返回视图页
    - POST 请求返回JSON支付参数

#### 支付回调

[](#支付回调)

- 请求方式：ANY
- 链接地址：payment/{driver=支付渠道}/notify
- 返回值：SUCCESS

#### 订单支付结果

[](#订单支付结果)

- 请求方式：GET
- 链接地址：payment/completed?id=订单号
- 返回值：支付结果页面

数据库
---

[](#数据库)

### 支付订单表：pay\_orders

[](#支付订单表pay_orders)

FieldTypeLengthAllowNullDefaultCommentidbigintorderable\_typevarchar255orderable\_idbigintuser\_idbigint会员IDdrivervarchar55支付渠道gatewayvarchar55支付方法typevarchar55NULL业务类型subjectvarchar255订单标题total\_amountdecimal8,2支付金额paramsjsonYNULL支付参数resultjsonYNULL响应数据statustinyint0业务状态created\_attimestampYNULL创建时间updated\_attimestampYNULL更新时间

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

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

1957d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/63541651e21494722aa0d364dca6dbaa132d0ee4e9f85a741b5eff8c587f57ba?d=identicon)[jncinet](/maintainers/jncinet)

---

Tags

laravelpaymentqihucms

### Embed Badge

![Health badge](/badges/jncinet-qihucms-payment/health.svg)

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

###  Alternatives

[dena-a/iran-payment

a Laravel package to handle Internet Payment Gateways for Iran Banking System

312.4k1](/packages/dena-a-iran-payment)[infyomlabs/laravel-payumoney

Laravel Payumoney Integration Library

113.9k](/packages/infyomlabs-laravel-payumoney)

PHPackages © 2026

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