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.7(1y ago)0281MITPHPPHP ^7.0|^8.0

Since Nov 6Pushed 3mo 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 1mo ago

READMEChangelog (7)Dependencies (2)Versions (8)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

31

—

LowBetter than 68% of packages

Maintenance63

Regular maintenance activity

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity38

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

Every ~0 days

Total

6

Last Release

547d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/27917729ea20d493a7d74bbd8bcf9ef9a6821b95094c28c7c3493c44fafddbb3?d=identicon)[1099438829](/maintainers/1099438829)

---

Top Contributors

[![1099438829](https://avatars.githubusercontent.com/u/2869110?v=4)](https://github.com/1099438829 "1099438829 (14 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

[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[ashallendesign/laravel-exchange-rates

A wrapper package for interacting with the exchangeratesapi.io API.

485677.8k](/packages/ashallendesign-laravel-exchange-rates)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[vluzrmos/slack-api

Wrapper for Slack.com WEB API.

102589.1k3](/packages/vluzrmos-slack-api)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1221.1k](/packages/codebar-ag-laravel-docuware)

PHPackages © 2026

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