PHPackages                             xhkj-supply/edu-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. xhkj-supply/edu-php-sdk

ActiveLibrary[API Development](/categories/api)

xhkj-supply/edu-php-sdk
=======================

Xhkj supply edu API SDK for PHP

1.0.1(2y ago)06MITPHPPHP &gt;=7.0

Since Oct 25Pushed 2y ago1 watchersCompare

[ Source](https://github.com/xhkj-supply/edu-php-sdk)[ Packagist](https://packagist.org/packages/xhkj-supply/edu-php-sdk)[ Docs](http://ju.wzzd.cn)[ RSS](/packages/xhkj-supply-edu-php-sdk/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

xhkj-supply-edu-php-sdk
-----------------------

[](#xhkj-supply-edu-php-sdk)

xhkj-supply-edu-php-sdk是序航科技官方SDK的Composer封装，支持php项目的云平台应用API对接。

安装
--

[](#安装)

- 通过composer，这是推荐的方式，可以使用composer.json 声明依赖，或者运行下面的命令。

```
$ composer require xhkj-supply/edu-php-sdk
```

- 直接下载安装，SDK 没有依赖其他第三方库，但需要参照 composer的autoloader，增加一个自己的autoloader程序。

运行环境
----

[](#运行环境)

```
php: >=7.0

```

使用方法
----

[](#使用方法)

```
	/**
	 * Created by PhpStorm.
	 * User: huidaoli
	 * Date: 2023/10/23
	 * Time: 2:04 PM
	 */

	use Xhkj\Edu\EduClient;

	$appKey = "your appkey";
	$appSecret = "your appSecret";

	try {
		$eduClient = new EduClient($appKey,$appSecret);
	} catch (OssException $e) {
		printf(__FUNCTION__ . "creating eduClient instance: FAILED\n");
		printf($e->getMessage() . "\n");
		return null;
	}

	$param = [

	];
	$response = json_decode($eduClient->getApiResponse("post","/ssologin/refreshtoken",$param));
```

云应用平台
-----

[](#云应用平台)

官网网址

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

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

2

Last Release

927d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4e65b32e9660e937685a07b60487708d556db470c866dd9afd3e5d7f7914a8ae?d=identicon)[huidaoli](/maintainers/huidaoli)

---

Top Contributors

[![huidaoli](https://avatars.githubusercontent.com/u/3982220?v=4)](https://github.com/huidaoli "huidaoli (3 commits)")

---

Tags

sdksupplyeduxhkj

### Embed Badge

![Health badge](/badges/xhkj-supply-edu-php-sdk/health.svg)

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

###  Alternatives

[mocking-magician/coinbase-pro-sdk

Library for coinbase pro API calls

233.2k](/packages/mocking-magician-coinbase-pro-sdk)

PHPackages © 2026

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