PHPackages                             tizipso/beyondh - 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. tizipso/beyondh

ActiveLibrary

tizipso/beyondh
===============

1.0.2(4y ago)05MITPHPPHP &gt;=8.0

Since Aug 8Pushed 4y ago1 watchersCompare

[ Source](https://github.com/tizipso/beyondh)[ Packagist](https://packagist.org/packages/tizipso/beyondh)[ RSS](/packages/tizipso-beyondh/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (13)Versions (4)Used By (0)

Hyperf 别样红组件
============

[](#hyperf-别样红组件)

### [别样红在线文档](https://docs.beyondh.com/)

[](#别样红在线文档)

### 环境要求

[](#环境要求)

- PHP &gt;= 8.0
- [Composer](https://getcomposer.org/)

### 安装

[](#安装)

```
composer require tizipso/beyondh
```

### 发布配置

[](#发布配置)

```
php bin/hyperf.php vendor:publish tizipso/beyondh
```

> 配置文件位于 `config/autoload/beyondh.php`

### 使用

[](#使用)

```
# $config 不传值，将从配置文件中读取
$config = [
    'url' => '',
    'domain' => '',
    'app_key' => '',
    'channel_key' => '',
];

$beyondh = new BeyondhInterface($config);

$request = $beyondh->hotel->GetOrgs(PageIndex: 1);
```

### 日志打印到文件

[](#日志打印到文件)

> 添加以下代码到 `config/autoload/logger.php` 中

```
    'beyondh' => [
        'handler' => [
            'class' => Monolog\Handler\StreamHandler::class,
            'constructor' => [
                'stream' => BASE_PATH . '/runtime/logs/beyondh.log',
                'level' => Monolog\Logger::DEBUG,
            ],
        ],
        'formatter' => [
            'class' => Monolog\Formatter\LineFormatter::class,
            'constructor' => [
                'format' => null,
                'dateFormat' => 'Y-m-d H:i:s',
                'allowInlineLineBreaks' => true,
            ],
        ],
    ],
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

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

Total

3

Last Release

1734d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/35517633?v=4)[tizipso](/maintainers/tizipso)[@tizipso](https://github.com/tizipso)

---

Tags

phphyperfbeyondh

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/tizipso-beyondh/health.svg)

```
[![Health](https://phpackages.com/badges/tizipso-beyondh/health.svg)](https://phpackages.com/packages/tizipso-beyondh)
```

###  Alternatives

[hyperf/hyperf-skeleton

A coroutine framework that focuses on hyperspeed and flexible, specifically use for build microservices and middlewares.

301187.4k](/packages/hyperf-hyperf-skeleton)

PHPackages © 2026

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