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

ActiveLibrary

sunxyw/hyperf-dump-server
=========================

Bring Symfony's Var-Dump Server to Hyperf

v1.1.0(5y ago)03MITPHPPHP &gt;=7.2

Since Sep 18Pushed 4y agoCompare

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

READMEChangelogDependencies (8)Versions (4)Used By (0)

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)

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

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.4% 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 ~92 days

Total

3

Last Release

1879d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0074b4d8ef244d2d516e67fe7949e287b37eeee02d4adfa0da953077bf7e0121?d=identicon)[sunxyw](/maintainers/sunxyw)

---

Top Contributors

[![qiutuleng](https://avatars.githubusercontent.com/u/30284139?v=4)](https://github.com/qiutuleng "qiutuleng (5 commits)")[![liangguifeng](https://avatars.githubusercontent.com/u/37197772?v=4)](https://github.com/liangguifeng "liangguifeng (1 commits)")[![sunxyw](https://avatars.githubusercontent.com/u/31698606?v=4)](https://github.com/sunxyw "sunxyw (1 commits)")

---

Tags

phphyperfdump-server

###  Code Quality

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[hyperf/nano

Scale Hyperf application down to a single file

43113.6k2](/packages/hyperf-nano)[qiutuleng/hyperf-dump-server

Bring Symfony's Var-Dump Server to Hyperf

1829.7k3](/packages/qiutuleng-hyperf-dump-server)[hyperf-ext/auth

The Hyperf Auth package.

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

PHPackages © 2026

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