PHPackages                             shyim/php-dump-client - 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. shyim/php-dump-client

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

shyim/php-dump-client
=====================

v0.0.8(4y ago)2162[1 PRs](https://github.com/shyim/php-dump-client/pulls)mitPHPPHP &gt;=7.2

Since Jan 14Pushed 4y ago3 watchersCompare

[ Source](https://github.com/shyim/php-dump-client)[ Packagist](https://packagist.org/packages/shyim/php-dump-client)[ RSS](/packages/shyim-php-dump-client/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (5)Dependencies (4)Versions (6)Used By (0)

PHP Dump Client
===============

[](#php-dump-client)

This is Symfony Var-Dump Server in fancy. This repository holds the code for the PHP Client to send informations to the UI Server.

This is project is currently in work
------------------------------------

[](#this-is-project-is-currently-in-work)

Install
-------

[](#install)

```
composer req shyim/php-dump-client
```

or Prefixed (Without requiring other dependencies)

```
composer req shyim/php-dump-client-prefixed
```

or `auto_prepend_file` globally useable

- Clone `shyim/php-dump-client-prefixed` somewhere
- Configure `auto_prepend_file=PREFIXED_FOLDER/prepend.php`

Usage
-----

[](#usage)

- Start the [Debug Server first](https://github.com/shyim/php-dump-server)
- Optional: Set environment `PHP_DUMP_SERVER_URL` to the Dump Server if the dump server runs not local
- Use your favourite `pd()` Command

```
// Sends variables to the UI Server to show
pd()->log($var1, $var2);

// Sends the trace to the UI
pd()->trace();

// Clears the ui window
pd()->clear();

// Stops the process until its unlocked in the UI
pd()->pause();

// Show execution time of function and memory usage
pd()->time('Label', function() {
  sleep(1);
});

// Show execution time of function and memory usage
$timer = pd()->time('Label');

// Do something

$timer->stop();

// Allows tagging of calls in the UI
pd()->tag('My-Tag')->Method($args);
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.3% 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 ~84 days

Total

5

Last Release

1610d ago

PHP version history (2 changes)v0.0.4PHP &gt;=7.4

v0.0.6PHP &gt;=7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/7c45ef9077b73fce78afbfab2fa27e611a453dd77de003e2785ac84105d02bef?d=identicon)[shyim](/maintainers/shyim)

---

Top Contributors

[![shyim](https://avatars.githubusercontent.com/u/6224096?v=4)](https://github.com/shyim "shyim (28 commits)")[![aragon999](https://avatars.githubusercontent.com/u/6317761?v=4)](https://github.com/aragon999 "aragon999 (1 commits)")[![kleinmann](https://avatars.githubusercontent.com/u/85701?v=4)](https://github.com/kleinmann "kleinmann (1 commits)")[![soebbing](https://avatars.githubusercontent.com/u/174161?v=4)](https://github.com/soebbing "soebbing (1 commits)")

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/shyim-php-dump-client/health.svg)

```
[![Health](https://phpackages.com/badges/shyim-php-dump-client/health.svg)](https://phpackages.com/packages/shyim-php-dump-client)
```

###  Alternatives

[symfony/debug-bundle

Provides a tight integration of the Symfony VarDumper component and the ServerLogCommand from MonologBridge into the Symfony full-stack framework

2.4k115.8M824](/packages/symfony-debug-bundle)[php-debugbar/php-debugbar

Debug bar in the browser for php application

4.4k21.3M40](/packages/php-debugbar-php-debugbar)[spatie/laravel-ignition

A beautiful error page for Laravel applications.

566146.7M471](/packages/spatie-laravel-ignition)[spatie/ignition

A beautiful error page for PHP applications.

510147.6M69](/packages/spatie-ignition)[yireo/magento2-whoops

Magento 2 module adding Whoops error handling

102703.5k](/packages/yireo-magento2-whoops)[laradumps/laradumps-core

LaraDumps is a friendly app designed to boost your Laravel / PHP coding and debugging experience.

261.2M13](/packages/laradumps-laradumps-core)

PHPackages © 2026

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