PHPackages                             tmob/kesspay - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. tmob/kesspay

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

tmob/kesspay
============

Unofficial Kess library

v0.1(3y ago)07proprietaryPHP

Since Mar 27Pushed 3y ago1 watchersCompare

[ Source](https://github.com/mrrtmob/kesspay_php)[ Packagist](https://packagist.org/packages/tmob/kesspay)[ RSS](/packages/tmob-kesspay/feed)WikiDiscussions main Synced today

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

Kess payment
============

[](#kess-payment)

This documentation aims to provide all the information you need to work with Kess library.

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

[](#installation)

```
 composer install tmob/kesspay
```

Usage
-----

[](#usage)

```
 $kess = new \tmob\Kess();
```

Create new instance of Kess

```
$kess = new Kess([
    "api_url" => "{api_url}",
    "username" => "{username}",
    "password" => "{password}",
    "client_id" => "{client_id}",
    "client_secret" => "{client_secret}",
    "seller_code" => "{seller_code}",
    "api_secret_key" => "{api_secret_key}",
]);
```

Usage/Examples
--------------

[](#usageexamples)

Generate payment link

```
$link = $kess=>generatePaymentLink([
        "body": "Delishop",
        "currency": "USD",
        "out_trade_no": "TR-20230310104700",
        "total_amount": 10,
        "invoke_reuse": 1
    ])
```

List all payment method

```
$allPaymentMethod = $kess=>listAllPaymentMethod()
```

Query Order

```
$queryOrder = $kess=>queryOrder([
	"out_trade_no": "TR-20230310104700"
])
```

Close Order

```
$queryOrder = $kess=>closeOrder([
	"out_trade_no": "TR-20230310104700"
])
```

Kess Documentation
------------------

[](#kess-documentation)

[Documentation](https://devwebpayment.kesspay.io/docs)

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1194d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/58e0ef3f3b41f1758419a67bb4b11328306fd5e4090ac311c45f4739bb69875f?d=identicon)[mrrtmob](/maintainers/mrrtmob)

---

Top Contributors

[![mrrtmob](https://avatars.githubusercontent.com/u/71328239?v=4)](https://github.com/mrrtmob "mrrtmob (6 commits)")

### Embed Badge

![Health badge](/badges/tmob-kesspay/health.svg)

```
[![Health](https://phpackages.com/badges/tmob-kesspay/health.svg)](https://phpackages.com/packages/tmob-kesspay)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k42](/packages/civicrm-civicrm-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[oat-sa/tao-core

TAO core extension

66143.7k121](/packages/oat-sa-tao-core)

PHPackages © 2026

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