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

ActiveLibrary[Payment Processing](/categories/payments)

simplecms/payment
=================

支付模块

1.0.1(1y ago)08MITPHPPHP &gt;=8.0

Since Jul 6Pushed 1y ago1 watchersCompare

[ Source](https://github.com/hackout/simplecms-payment)[ Packagist](https://packagist.org/packages/simplecms/payment)[ RSS](/packages/simplecms-payment/feed)WikiDiscussions dev Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

支付模块
====

[](#支付模块)

一个基于国家地理的地理信息表

环境配置要求
------

[](#环境配置要求)

1. PHP 8.0+
2. SimpleCMS/Framework

安装
--

[](#安装)

```
composer require simplecms/payment
```

使用方法
----

[](#使用方法)

。。。。。

### 事件监听

[](#事件监听)

```
use SimpleCMS\Payment\Models\Payment;

//创建支付
Event::listen('plugin.payment.created',function(Payment $payment){
    //Todo...
});

//待支付
Event::listen('plugin.payment.pending',function(Payment $payment){
    //Todo...
});

//支付成功
Event::listen('plugin.payment.paid',function(Payment $payment){
    //Todo...
});

//退款申请中
Event::listen('plugin.payment.refunding',function(Payment $payment){
    //Todo...
});

//退款成功
Event::listen('plugin.payment.refunded',function(Payment $payment){
    //Todo...
});
Event::listen('plugin.payment.close',function(Payment $payment){
    //Todo...
});

//订单关闭
Event::listen('plugin.payment.pending',function(Payment $payment){
    //Todo...
});
```

SimpleCMS
---------

[](#simplecms)

请先加载simplecms/framework

Facades
-------

[](#facades)

```
use SimpleCMS\Payment\Facades\Payment; #支付
```

其他说明
----

[](#其他说明)

更多操作参考IDE提示

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

Unknown

Total

1

Last Release

681d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e86728cb7944f155dc7c047658fe99f1aeaf605cd2f790dfa0d928540fe7f20f?d=identicon)[hackout](/maintainers/hackout)

---

Top Contributors

[![hackout](https://avatars.githubusercontent.com/u/9741288?v=4)](https://github.com/hackout "hackout (2 commits)")

---

Tags

laravelpaymentSimpleCMS

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/simplecms-payment/health.svg)](https://phpackages.com/packages/simplecms-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)
