PHPackages                             wusuopu/remote-dump-bundle - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. wusuopu/remote-dump-bundle

ActiveLibrary[HTTP &amp; Networking](/categories/http)

wusuopu/remote-dump-bundle
==========================

PHP var\_dump debug library with websocket

0.0.2(11y ago)0451GPLPHPPHP &gt;=5.4

Since Aug 19Pushed 11y ago1 watchersCompare

[ Source](https://github.com/wusuopu/php-remote-dump-bundle)[ Packagist](https://packagist.org/packages/wusuopu/remote-dump-bundle)[ Docs](https://github.com/wusuopu/php-remote-dump-bundle)[ RSS](/packages/wusuopu-remote-dump-bundle/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

RemoteDumpBundle
================

[](#remotedumpbundle)

A tool used for remote debug php code.

Installation
------------

[](#installation)

RemoteDumpBundle requires nodejs to dump debug messages.

### Composer

[](#composer)

Using Composer for installation:

```
{
    "require": {
        "wusuopu/remote-dump-bundle": "dev-master",
    }
}

```

### app/AppKernel.php

[](#appappkernelphp)

Register the RemoteDumpBundle in 'dev' &amp;&amp; 'test' enviroment:

```
public function registerBundles()
{
    // ...
    if (in_array($this->getEnvironment(), array('dev', 'test'))) {
    // ...
        $bundles[] = new Wusuopu\RemoteDumpBundle\RemoteDumpBundle();
    }
}

```

Nodejs
------

[](#nodejs)

Install nodejs and install these packages.

```
$ cd SocketServer
$ npm install

```

Usage
-----

[](#usage)

Start web server:

```
$ cd SocketServer
$ node app.js

```

Then open the url `http://127.0.0.1:9090/` in webbrowser.

Use in php:

```
use Wusuopu\RemoteDumpBundle\Util\DumpUtil;
DumpUtil::dump($data, $url = "http://127.0.0.1:9090/");
```

or:

```
$this->getContainer()->get('wusuopu.remote_dump')->dump($data);
```

Now in the webbrowser, the data will be displayed.

### Config

[](#config)

It register some service listeners for kernel event. You can disable/enable these module using these config options. Here are default config options.

```
wusuopu_remote_dump_listener_enable: true
wusuopu_remote_dump_listener.request: true
wusuopu_remote_dump_listener.controller: true
wusuopu_remote_dump_listener.view: true
wusuopu_remote_dump_listener.response: true
wusuopu_remote_dump_listener.finish_request: true
wusuopu_remote_dump_listener.terminate: false
wusuopu_remote_dump_listener.exception: true
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.5% 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 ~2 days

Total

2

Last Release

4285d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1478284?v=4)[Changjin Long](/maintainers/wusuopu)[@wusuopu](https://github.com/wusuopu)

---

Top Contributors

[![wusuopu](https://avatars.githubusercontent.com/u/1478284?v=4)](https://github.com/wusuopu "wusuopu (7 commits)")[![michaeljayt](https://avatars.githubusercontent.com/u/2148277?v=4)](https://github.com/michaeljayt "michaeljayt (1 commits)")

---

Tags

symfonydebugdumpwebsocket

### Embed Badge

![Health badge](/badges/wusuopu-remote-dump-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/wusuopu-remote-dump-bundle/health.svg)](https://phpackages.com/packages/wusuopu-remote-dump-bundle)
```

###  Alternatives

[eole/sandstone

Silex RestApi with Websockets.

1115.2k1](/packages/eole-sandstone)[p2/ratchet-bundle

Symfony WebSocket bundle using the Ratchet WebSocket library

265.8k](/packages/p2-ratchet-bundle)[vinelab/minion

A Simple WAMP (Web Application Messaging Protocol) server and command line tool

1276.4k](/packages/vinelab-minion)[facile-it/crossbar-http-publisher-bundle

This bundle allows to submit PubSub events via HTTP/POST requests to a Crossbar HTTP Publisher.

1114.4k](/packages/facile-it-crossbar-http-publisher-bundle)[mshauneu/php-rdkafka-bundle

Integrates php-rdkafka with Symfony2|3

1427.0k](/packages/mshauneu-php-rdkafka-bundle)[sockeon/sockeon

Framework-agnostic PHP WebSocket and HTTP server library with attribute-based routing and support for namespaces and rooms.

291.3k2](/packages/sockeon-sockeon)

PHPackages © 2026

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