PHPackages                             tomasfejfar/enhanced-dump - 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. tomasfejfar/enhanced-dump

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

tomasfejfar/enhanced-dump
=========================

2.1.0(9y ago)181124[1 issues](https://github.com/tomasfejfar/enhanced-dump/issues)2MITPHPPHP &gt;=7.0

Since Nov 4Pushed 8y ago3 watchersCompare

[ Source](https://github.com/tomasfejfar/enhanced-dump)[ Packagist](https://packagist.org/packages/tomasfejfar/enhanced-dump)[ Docs](https://github.com/tomasfejfar/enhanced-dump)[ RSS](/packages/tomasfejfar-enhanced-dump/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (5)Used By (2)

Enhanced Dump
=============

[](#enhanced-dump)

[![Build Status](https://camo.githubusercontent.com/ee4470b948c09c1c46c7076d1ef0c56472ef514af63b29ee0a05e64becc2f135/68747470733a2f2f7472617669732d63692e6f72672f746f6d617366656a6661722f656e68616e6365642d64756d702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/tomasfejfar/enhanced-dump)

```
o----php in index.php line 3----o
array(2) {
  [0]=>
  string(5) "Lorem"
  ["x"]=>
  string(9) "Not ipsum"
}
o-------------------------------o

```

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

[](#installation)

### Using as auto-prepend file

[](#using-as-auto-prepend-file)

Add this file to your php.ini as auto prepend file:

`auto_prepend_file = /some/path/fnc.php`

then restart your apache/php.

### Using composer

[](#using-composer)

`composer require tomasfejfar/enhanced-dump --dev`

Usage:
------

[](#usage)

`d()` - vardumps with location

`dd()` - vardumps with location and die

`ds()` - vardumps as string with location

`dsd()` - vardumps as string with location and die

`dsql($toString)` - vardumps as string into textarea with autoselect (useful for copying generated sql)

`dmem()` - dumps memory info

`dtable()` - dumps tabular data

`dxml()` - pretty prints any XML

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 80.4% 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 ~163 days

Total

4

Last Release

3405d ago

PHP version history (2 changes)2.0.0PHP &gt;=5.3

2.1.0PHP &gt;=7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/fe74f7d626c19cc8812f926fbf18a8d84e71636b656b6ad00acc8fd105dd5ac3?d=identicon)[tomasfejfar](/maintainers/tomasfejfar)

---

Top Contributors

[![tomasfejfar](https://avatars.githubusercontent.com/u/642928?v=4)](https://github.com/tomasfejfar "tomasfejfar (37 commits)")[![OndraM](https://avatars.githubusercontent.com/u/793041?v=4)](https://github.com/OndraM "OndraM (8 commits)")[![gopalindians](https://avatars.githubusercontent.com/u/1937433?v=4)](https://github.com/gopalindians "gopalindians (1 commits)")

---

Tags

debugvar\_dump

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tomasfejfar-enhanced-dump/health.svg)

```
[![Health](https://phpackages.com/badges/tomasfejfar-enhanced-dump/health.svg)](https://phpackages.com/packages/tomasfejfar-enhanced-dump)
```

###  Alternatives

[digitalnature/php-ref

A nicer print\_r/var\_dump alternative for PHP 5.3+

349723.7k13](/packages/digitalnature-php-ref)[koriym/printo

An object graph visualizer.

1452.0M2](/packages/koriym-printo)[mmucklo/krumo

KRUMO - version 2.0 of print\_r(); and var\_dump(); (with new updates)

94171.6k6](/packages/mmucklo-krumo)[leeoniya/dump-r

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

12368.9k5](/packages/leeoniya-dump-r)[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.

211.1M3](/packages/jbzoo-jbdump)[kktsvetkov/krumo

Krumo is a debugging tool, which displays structured information about any PHP variable. It is a nice replacement for print\_r() or var\_dump() which are used by a lot of PHP developers.

8362.2k](/packages/kktsvetkov-krumo)

PHPackages © 2026

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