PHPackages                             morgo/dumpf - 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. morgo/dumpf

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

morgo/dumpf
===========

Pretty formatted var\_dump

v0.1(7y ago)118[1 issues](https://github.com/tonda13/dumpf/issues)MITPHP

Since May 2Pushed 6y ago1 watchersCompare

[ Source](https://github.com/tonda13/dumpf)[ Packagist](https://packagist.org/packages/morgo/dumpf)[ RSS](/packages/morgo-dumpf/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

dumpf
=====

[](#dumpf)

Pretty dump variables library. Easy to use with global shortcut function aliases.

Usage
-----

[](#usage)

```
Morgo\Dumpf::dump($x, $y);

Morgo\DumpfPair::dump('label_for_x', $x)
```

Examples
--------

[](#examples)

```
$var1 = "Some string";
$var2 = 2 * 5;
_d($var1, $var2);
_dp("String", $var1, "Number", $var2);
```

### Output

[](#output)

```
string (11): Some string
integer: 10
String = string (11): Some string
Number = integer: 10
```

How to call dev package through composer locally
------------------------------------------------

[](#how-to-call-dev-package-through-composer-locally)

Add to composer.json following piece of config:

```
"repositories": {
    "dumpf": {
        "type": "path",
        "url": "../dumpf",
        "options": {
            "symlink": true
        }
    }
},

```

Then you can normally require `composer require morgo/dumpf @dev`

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Unknown

Total

1

Last Release

2570d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/221f9e74307e3d1c72dba23f79b4755a6f9f0fbfbb3aa0cdda6fc18991142149?d=identicon)[morgo](/maintainers/morgo)

---

Top Contributors

[![tonda13](https://avatars.githubusercontent.com/u/5622110?v=4)](https://github.com/tonda13 "tonda13 (11 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/morgo-dumpf/health.svg)

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

###  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)
