PHPackages                             wilbur-oo/hyperf-whoops - 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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. wilbur-oo/hyperf-whoops

AbandonedArchivedLibrary[Debugging &amp; Profiling](/categories/debugging)

wilbur-oo/hyperf-whoops
=======================

Whoops Component for Hyperf

12PHP

Since Sep 23Pushed 6y ago1 watchersCompare

[ Source](https://github.com/wilbur-yu/hyperf-whoops)[ Packagist](https://packagist.org/packages/wilbur-oo/hyperf-whoops)[ RSS](/packages/wilbur-oo-hyperf-whoops/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

### Hyperf Whoops

[](#hyperf-whoops)

`wilbur-oo/hyperf-whoops` 是对 `flip/whoops` 的简单封装,用于渲染并显示更加清晰且利于阅读的异常及错误

#### 安装

[](#安装)

`wilbur-oo/hyperf-whoops` 是一个扩展组件,需要手动安装:

- composer

> composer require wilbur-oo/hyperf-whoops --dev

- composer.json

```
{
  "require-dev":{
    "wilbur-oo/hyperf-whoops": "dev-master"
  }
}
```

#### 使用

[](#使用)

将 `WilburOo\HyperFWhoops\WhoopeMiddleware` 作为一个全局的Http中间件(`config/autoload/middlewares.php`)

```
    'http' => [
		\WilburOo\HyperFWhoops\WhoopeMiddleware::class
    ],
```

> *注意*:因为`Hyperf`框架中间件执行顺序是按照数组的顺序,所以需要将`\WilburOo\HyperFWhoops\WhoopeMiddleware::class`放到第一位

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

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/2ba6eb722ff24398c7686e121aceabdc2265c883acb6685fa9abc9291f373e2b?d=identicon)[wilbur.yu](/maintainers/wilbur.yu)

---

Top Contributors

[![wilbur-yu](https://avatars.githubusercontent.com/u/7148309?v=4)](https://github.com/wilbur-yu "wilbur-yu (4 commits)")

### Embed Badge

![Health badge](/badges/wilbur-oo-hyperf-whoops/health.svg)

```
[![Health](https://phpackages.com/badges/wilbur-oo-hyperf-whoops/health.svg)](https://phpackages.com/packages/wilbur-oo-hyperf-whoops)
```

###  Alternatives

[fjogeleit/prometheus-messenger-middleware

Prometheus Middleware for the Symfony Messenger Component

2255.2k](/packages/fjogeleit-prometheus-messenger-middleware)[spatie/craft-ray

Easily debug CraftCMS projects

1638.4k](/packages/spatie-craft-ray)

PHPackages © 2026

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