Download the PHP package sunxyw/hyperf-dump-server without Composer
On this page you can find all versions of the php package sunxyw/hyperf-dump-server. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sunxyw/hyperf-dump-server
More information about sunxyw/hyperf-dump-server
Files in sunxyw/hyperf-dump-server
Package hyperf-dump-server
Short Description Bring Symfony's Var-Dump Server to Hyperf
License MIT
Homepage https://github.com/qiutuleng/hyperf-dump-server
Informations about the package hyperf-dump-server
Hyperf Dump Server
Introduction
Bring Symfony's Var-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
Install
Under your project folder and run the command in terminal:
Publish the dump-server.php
configuration file using vendor:publish
command :
Usage
Start the dump server by calling the hyperf command:
You can set the output format to HTML using the --format
option:
⚠️Do not use the dd
method in your hyperf project, because it kills the Hyperf process, Use the dump
method instead.
Reference
This extension package refers to the laravel-dump-server package released by beyondcode organization
Thank beyondcode organization and all its contributors for this great contribution.
License
The MIT License (MIT). Please see License File for more information.
All versions of hyperf-dump-server with dependencies
ext-swoole Version >=4.5
hyperf/framework Version 2.1.*
hyperf/di Version 2.1.*
symfony/var-dumper Version ^5.0
hyperf/command Version 2.1.*