PHPackages                             ymm1x/xdump - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ymm1x/xdump

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ymm1x/xdump
===========

A variable dumper utility provides readability and flexibility instead of var\_dump()

1.0.8(6y ago)0135MITPHPPHP ^7.1CI failing

Since Oct 6Pushed 6y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (10)Used By (0)

xdump
=====

[](#xdump)

This variable dumper utility provides readability and flexibility instead of [var\_dump()](http://php.net/manual/function.var-dump.php).

- Shorthand function will be declared just by installing the package.
    - Usage: `d($var1, $var2, $var3)`
- The file name and line number of the dump source are also output together.
- Decoration with HTML and CSS.
    - When executed from the shell, it is omitted and becomes simple output.

Screen shot
-----------

[](#screen-shot)

[![Screen shot](./screen_shot.png)](./screen_shot.png)

Long vertically output is scrollable.

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

[](#installation)

```
composer require ymm1x/xdump
```

Usage
-----

[](#usage)

Variable-length arguments are supported.

### Shorthand

[](#shorthand)

```
d($var1, $var2, $var3);
```

### Longhand

[](#longhand)

```
\Ymm1x\XDump\Dumper::dump($var1, $var2, $var3);
```

License
-------

[](#license)

This library is released under the [MIT license](LICENSE).

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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 ~43 days

Recently: every ~85 days

Total

9

Last Release

2429d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8092151?v=4)[ymm1x](/maintainers/ymm1x)[@ymm1x](https://github.com/ymm1x)

---

Top Contributors

[![ymm1x](https://avatars.githubusercontent.com/u/8092151?v=4)](https://github.com/ymm1x "ymm1x (40 commits)")

---

Tags

debugdumperphpphp7utility

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ymm1x-xdump/health.svg)

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

###  Alternatives

[fresns/plugin-manager

Enhance Laravel Apps: Organized &amp; Scalable

523.2k2](/packages/fresns-plugin-manager)[tbbc/composer-javascript

Composer script handler for executing `npm install` and `bower install` automatically.

1716.4k](/packages/tbbc-composer-javascript)[wildbit/craft3-donottrack

Craft 3 plugin for respecting Do Not Track headers sent by browsers.

144.3k](/packages/wildbit-craft3-donottrack)[cinghie/yii2-menu

Yii2 Menu to create, manage, and delete dynamic menus in a Yii2 site.

101.1k](/packages/cinghie-yii2-menu)

PHPackages © 2026

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