PHPackages                             1099438829/jeepay-php-sdk - 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. [API Development](/categories/api)
4. /
5. 1099438829/jeepay-php-sdk

ActiveLibrary[API Development](/categories/api)

1099438829/jeepay-php-sdk
=========================

A jeepay SDK for php 7.0+

v0.0.8(1mo ago)0361MITPHPPHP ^7.0|^8.0

Since Nov 6Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/1099438829/jeepay-php-sdk)[ Packagist](https://packagist.org/packages/1099438829/jeepay-php-sdk)[ RSS](/packages/1099438829-jeepay-php-sdk/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (7)Dependencies (4)Versions (9)Used By (0)

jeepay-php-sdk
==============

[](#jeepay-php-sdk)

#### 介绍

[](#介绍)

A jeepay SDK for php.

fork 自 reprover/jeepay-php-sdk 适配7.0

### 接口文档

[](#接口文档)

接口文档：[https://docs.jeequan.com/docs/jeepay/payment\_api](https://docs.jeequan.com/docs/jeepay/payment_api)

### 快速开始

[](#快速开始)

引入sdk依赖，支持：支付、退款、转账、分账等接口。

#### 安装教程

[](#安装教程)

1. composer require 1099438829/jeepay-php-sdk

### 使用教程

[](#使用教程)

```
//支付网关地址
$payHost = 'https://www.jeequan.com';
$mchNo = 'yourMchNo';
$appId = 'yourAppId';
$apiKey = 'yourApiKey';

$jeepayClient = new JeepayClient($payHost,$mchNo,$appId,$apiKey);
$params = [
    'amount' => 100,
    'currency' => 'CNY',
];

// 发送 GET 请求
try {
    $response = $jeepayClient->getContent($url, $params);
    print_r($response->getData());
} catch (\Exception $e) {
    echo 'Error: ' . $e->getMessage();
}

// 发送 POST 请求
try {
    $postData = [
        'orderNo' => '123456',
        'amount' => 100,
    ];
    $response = $jeepayClient->postForm($url, $postData);
    print_r($response->getData());
} catch (\Exception $e) {
    echo 'Error: ' . $e->getMessage();
}
```

#### 参与贡献

[](#参与贡献)

1. Fork 本仓库
2. 新建 Feat\_xxx 分支
3. 提交代码
4. 新建 Pull Request

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance90

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity40

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 ~92 days

Recently: every ~138 days

Total

7

Last Release

49d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2869110?v=4)[muzi\_ys](/maintainers/1099438829)[@1099438829](https://github.com/1099438829)

---

Top Contributors

[![1099438829](https://avatars.githubusercontent.com/u/2869110?v=4)](https://github.com/1099438829 "1099438829 (15 commits)")

### Embed Badge

![Health badge](/badges/1099438829-jeepay-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/1099438829-jeepay-php-sdk/health.svg)](https://phpackages.com/packages/1099438829-jeepay-php-sdk)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[statamic/cms

The Statamic CMS Core Package

4.8k3.6M993](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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