PHPackages                             wayhood/hyperf-h3yun - 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. wayhood/hyperf-h3yun

ActiveLibrary[API Development](/categories/api)

wayhood/hyperf-h3yun
====================

call h3yun api

215PHP

Since Jul 5Pushed 3y ago1 watchersCompare

[ Source](https://github.com/wayhood/hyperf-h3yun)[ Packagist](https://packagist.org/packages/wayhood/hyperf-h3yun)[ RSS](/packages/wayhood-hyperf-h3yun/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

hyperf-h3yun
============

[](#hyperf-h3yun)

config

```
php80 bin/hyperf.php vendor:publish wayhood/hyperf-h3yun

```

add in .env

```
H3YUN_ENGINE_CODE=code
H3YUN_ENGINE_SECRET=secret

```

创建单条
----

[](#创建单条)

```
// 创建单条数据
$bo = make(BizObject::class);
$bo->CreateBy = 'ceab5269-e6e2-47fb-aea8-373066282927';
$bo->OwnerId = 'ceab5269-e6e2-47fb-aea8-373066282927';
$bo->F0000001 = '1111';
$bo->F0000002 = '33333';
$bo->F0000003 = 'e7b59392-1e14-4186-a5ea-ecd2e96e0486';
$bo->F0000004 = '26e1e269-4260-404d-a43d-7a8760f4e140;e7b59392-1e14-4186-a5ea-ecd2e96e0486';
$bo->D000576F1dc00a7c18ae474a8be9efe0f9ff96cc = [
    [
        "F0000005" => 's11111',
        "F0000006" => 's22222',
    ],
    [
        "F0000005" => 's33333',
        "F0000006" => 's44444',
    ],
];
$cbo = make(CreateBizObject::class);
$cbo->SchemaCode = 'D000576df832c5a92c74d398c60698c5da7ddb5';
$cbo->BizObject = $bo;
$ret = $cbo->request();
print_r($ret);

```

创建多条
----

[](#创建多条)

```
// 创建多条
$cbos = make(CreateBizObjects::class);
$cbos->SchemaCode = 'D000576df832c5a92c74d398c60698c5da7ddb5';
$cbos->BizObjectArray = [
    $bo,
    $bo,
    $bo,
    $bo,
    $bo,
];
$ret = $cbos->request();
print_r($ret);

```

查询列表
----

[](#查询列表)

```
// 列表
$matcher = make(Matcher::class);
$matcher->Type = 'And';

$filter = make(Filter::class);
$filter->FromRowNum = 0;
$filter->RequireCount = false;
$filter->ReturnItems = [];
$filter->SortByCollection = [];
$filter->Matcher = $matcher;

$lbos = make(LoadBizObjects::class);
$lbos->SchemaCode = 'D000576df832c5a92c74d398c60698c5da7ddb5';
$lbos->Filter = $filter;
$ret = $lbos->request();
print_r($ret);

```

查询单条
----

[](#查询单条)

```
$lbo = make(LoadBizObject::class);
$lbo->SchemaCode = 'D000576df832c5a92c74d398c60698c5da7ddb5';
$lbo->BizObjectId = 'b821ec06-b5c5-46eb-a314-2e29897b1961';
$ret = $lbo->request();
print_r($ret);

```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity26

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/c1ec384043dc1c9dc6666c017a0404e06716ece7dbef992047e1c83741c649bc?d=identicon)[wayhood](/maintainers/wayhood)

---

Top Contributors

[![netyum](https://avatars.githubusercontent.com/u/195082?v=4)](https://github.com/netyum "netyum (9 commits)")

### Embed Badge

![Health badge](/badges/wayhood-hyperf-h3yun/health.svg)

```
[![Health](https://phpackages.com/badges/wayhood-hyperf-h3yun/health.svg)](https://phpackages.com/packages/wayhood-hyperf-h3yun)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k12](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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