PHPackages                             paulloft/dumphper - 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. paulloft/dumphper

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

paulloft/dumphper
=================

DumPHPer is an advanced PHP variable dumper, that shows detailed info in a simple way..

v1.1(4y ago)1220MITPHPPHP &gt;=7.3

Since Mar 26Pushed 4y agoCompare

[ Source](https://github.com/paulloft/phpdumpher)[ Packagist](https://packagist.org/packages/paulloft/dumphper)[ RSS](/packages/paulloft-dumphper/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

phpdumpher
==========

[](#phpdumpher)

DumPHPer is an advanced PHP variable dumper, that shows detailed info in a simple way.

### Usages

[](#usages)

```
\Utils\Dumphper::dump($data);
```

### Extended functionality

[](#extended-functionality)

```
function d() {
    $args = func_get_args();
    foreach ($args as $a) {
        \Utils\Dumphper::dump($a);
    }
    exit();
}
```

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

[](#installation)

*Requres PHP 7.3 or higher*

PHPdumphper is [PSR-4](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md) compliant and can be installed using [composer](//getcomposer.org). Just add `paulloft/dumphper` to your composer.json.

```
"require": {
    "paulloft/dumphper": "*"
}
```

or run in shell

```
composer require paulloft/dumphper
```

### Example of output

[](#example-of-output)

[![Garden](https://raw.githubusercontent.com/paulloft/phpdumpher/master/example.png)](https://raw.githubusercontent.com/paulloft/phpdumpher/master/example.png)

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~2102 days

Total

2

Last Release

1646d ago

PHP version history (2 changes)1.0PHP &gt;=5.3.0

v1.1PHP &gt;=7.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/1006ddd7627b5046270939fa45d422dabb91bcbd8cf39d8b7469ce8fdec4f46b?d=identicon)[paulloft](/maintainers/paulloft)

---

Top Contributors

[![paulloft](https://avatars.githubusercontent.com/u/10725109?v=4)](https://github.com/paulloft "paulloft (10 commits)")

---

Tags

composerphpphputildebugdumpdebuggervar\_dumpdumperdumphper

### Embed Badge

![Health badge](/badges/paulloft-dumphper/health.svg)

```
[![Health](https://phpackages.com/badges/paulloft-dumphper/health.svg)](https://phpackages.com/packages/paulloft-dumphper)
```

###  Alternatives

[jbzoo/jbdump

Script for debug and dump PHP variables and other stuff. This tool is a nice replacement for print\_r() and var\_dump() functions.

191.1M3](/packages/jbzoo-jbdump)[php-sage/sage

☯ Insightful PHP debugging assistant.

5645.7k6](/packages/php-sage-sage)[leeoniya/dump-r

a cleaner, leaner mix of print\_r() and var\_dump()

12168.5k5](/packages/leeoniya-dump-r)[ivoba/stop

nice output for debug functions for PHP 5.3

1042.2k5](/packages/ivoba-stop)[awesomite/var-dumper

The alternative for var\_dump function

1015.4k2](/packages/awesomite-var-dumper)

PHPackages © 2026

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