PHPackages                             qiutuleng/hyperf-dump-server - 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. qiutuleng/hyperf-dump-server

ActiveLibrary

qiutuleng/hyperf-dump-server
============================

Bring Symfony's Var-Dump Server to Hyperf

v2.1.1(1y ago)1829.7k↓28.4%63MITPHPPHP &gt;=8.1

Since Sep 18Pushed 1y ago1 watchersCompare

[ Source](https://github.com/qiutuleng/hyperf-dump-server)[ Packagist](https://packagist.org/packages/qiutuleng/hyperf-dump-server)[ Docs](https://github.com/qiutuleng/hyperf-dump-server)[ RSS](/packages/qiutuleng-hyperf-dump-server/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (18)Used By (3)

Hyperf Dump Server
==================

[](#hyperf-dump-server)

Introduction
------------

[](#introduction)

Bring [Symfony's Var-Dump Server](https://symfony.com/doc/current/components/var_dumper.html#the-dump-server) to Hyperf.

This package will give you a dump server, that collects all your `dump` call outputs, so that it does not interfere with HTTP / API responses.

[中文文档 / Chinese document](./README-zh-CN.md)

Version Guide
-------------

[](#version-guide)

Hyperf Framework version is `2.2.25 and below`, please install version `1.2.x`.

Hyperf Framework version is `2.2.26 and newer`, please install version `1.3.x`.

Hyperf Framework version is `3.0.x`, please install version `2.0.x`.

Hyperf Framework version is `3.1 and newer`, please install version `2.1.x`.

Install
-------

[](#install)

Under your project folder and run the command in terminal:

```
composer require --dev qiutuleng/hyperf-dump-server
```

Publish the `dump-server.php` configuration file using `vendor:publish` command :

```
php bin/hyperf.php vendor:publish qiutuleng/hyperf-dump-server
```

Usage
-----

[](#usage)

Start the dump server by calling the hyperf command:

```
php bin/hyperf.php dump-server
```

You can set the output format to HTML using the `--format` option:

```
php bin/hyperf.php dump-server --format=html > dump.html
```

⚠️Do not use the `dd` method in your hyperf project, because it kills the Hyperf process, Use the `dump` method instead.

Reference
---------

[](#reference)

This extension package refers to the [laravel-dump-server](https://github.com/beyondcode/laravel-dump-server) package released by [beyondcode](https://github.com/beyondcode) organization

Thank [beyondcode](https://github.com/beyondcode) organization and all its contributors for this great contribution.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](./LICENSE.txt) for more information.

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance46

Moderate activity, may be stable

Popularity38

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 85% 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 ~103 days

Recently: every ~196 days

Total

17

Last Release

412d ago

Major Versions

v1.3.0 → v2.0.02023-02-08

v1.x-dev → v2.0.12023-02-08

v1.2.2 → v2.0.0.x-dev2023-02-08

PHP version history (3 changes)v1.0.0PHP &gt;=7.2

v2.0.0PHP &gt;=7.4

v2.1.0PHP &gt;=8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/30284139?v=4)[Tuleng QIU](/maintainers/qiutuleng)[@qiutuleng](https://github.com/qiutuleng)

---

Top Contributors

[![qiutuleng](https://avatars.githubusercontent.com/u/30284139?v=4)](https://github.com/qiutuleng "qiutuleng (17 commits)")[![harryqt](https://avatars.githubusercontent.com/u/18257605?v=4)](https://github.com/harryqt "harryqt (1 commits)")[![liangguifeng](https://avatars.githubusercontent.com/u/37197772?v=4)](https://github.com/liangguifeng "liangguifeng (1 commits)")[![runoob-coder](https://avatars.githubusercontent.com/u/67944641?v=4)](https://github.com/runoob-coder "runoob-coder (1 commits)")

---

Tags

phphyperfdump-server

### Embed Badge

![Health badge](/badges/qiutuleng-hyperf-dump-server/health.svg)

```
[![Health](https://phpackages.com/badges/qiutuleng-hyperf-dump-server/health.svg)](https://phpackages.com/packages/qiutuleng-hyperf-dump-server)
```

###  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)[hyperf-ext/auth

The Hyperf Auth package.

2376.2k3](/packages/hyperf-ext-auth)

PHPackages © 2026

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