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

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

szualang/hyperf-dump-server
===========================

Bring Symfony's Var-Dump Server to Hyperf

07↓100%PHP

Since Jan 31Pushed 3y agoCompare

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

READMEChangelogDependenciesVersions (1)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

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% 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/d2c5a6b4e52754b580d2685397e53cd044e42fb92c10497f5a26dedd6fe48995?d=identicon)[szualang](/maintainers/szualang)

---

Top Contributors

[![qiutuleng](https://avatars.githubusercontent.com/u/30284139?v=4)](https://github.com/qiutuleng "qiutuleng (7 commits)")[![szualang](https://avatars.githubusercontent.com/u/16444464?v=4)](https://github.com/szualang "szualang (6 commits)")[![liangguifeng](https://avatars.githubusercontent.com/u/37197772?v=4)](https://github.com/liangguifeng "liangguifeng (1 commits)")

### Embed Badge

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

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

###  Alternatives

[symfony/stopwatch

Provides a way to profile code

2.8k387.2M918](/packages/symfony-stopwatch)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k29](/packages/fruitcake-laravel-debugbar)[spatie/ignition

A beautiful error page for PHP applications.

510147.6M69](/packages/spatie-ignition)[jokkedk/webgrind

Webgrind is a Xdebug profiling web frontend in PHP5. It implements a subset of the features of kcachegrind and installs in seconds and works on all platforms. For quick'n'dirty optimizations it does the job.

3.3k193.0k](/packages/jokkedk-webgrind)[koriym/printo

An object graph visualizer.

1421.8M2](/packages/koriym-printo)[soloterm/dumps

A Laravel command to intercept dumps from your Laravel application.

125285.7k3](/packages/soloterm-dumps)

PHPackages © 2026

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