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

ActiveLibrary[API Development](/categories/api)

xhkj-supply/lyxx-php-sdk
========================

Xhkj supply lyxx API SDK for PHP

1.0.4(2y ago)03MITPHPPHP &gt;=7.0

Since Feb 26Pushed 2y ago1 watchersCompare

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

READMEChangelog (5)DependenciesVersions (6)Used By (0)

xhkj-supply-lyxx-php-sdk
------------------------

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

xhkj-supply-lyxx-php-sdk是序航科技为凌云小学食堂系统开发的官方SDKComposer封装包，支持php项目与凌云小学食堂平台应用API对接。

安装
--

[](#安装)

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

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

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

运行环境
----

[](#运行环境)

```
php: >=7.0

```

使用方法
----

[](#使用方法)

```
	use Xhkj\Lyxx\LyxxClient;

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

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

	//获取开发者登录信息
	$param = [
		'action'=>"dininghall/open_api/api/loginuserinfo"
	];
	$response = json_decode($lyxxClient->getApiResponse("get","/food/api",$param));
```

云应用平台
-----

[](#云应用平台)

官网网址
接口文档

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

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

Total

5

Last Release

783d 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 (5 commits)")

---

Tags

sdksupplyxhkjlyxx

### Embed Badge

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

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

###  Alternatives

[appwilio/cdek-sdk

CDEK API SDK (cdek.ru)

406.5k](/packages/appwilio-cdek-sdk)[mocking-magician/coinbase-pro-sdk

Library for coinbase pro API calls

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

PHPackages © 2026

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