PHPackages                             pdeans/utilities-vardumpers - 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. pdeans/utilities-vardumpers

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

pdeans/utilities-vardumpers
===========================

A collection of helpful var dumper methods and functions.

v1.0.1(2y ago)01041MITPHPPHP &gt;=8.1

Since Sep 2Pushed 2y ago1 watchersCompare

[ Source](https://github.com/pdeans/utilities-vardumpers)[ Packagist](https://packagist.org/packages/pdeans/utilities-vardumpers)[ RSS](/packages/pdeans-utilities-vardumpers/feed)WikiDiscussions master Synced today

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

The PdeanS VarDumper Utilities Package
======================================

[](#the-pdeans-vardumper-utilities-package)

A collection of helpful var dumper methods and functions.

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

[](#installation)

Install via [Composer](https://getcomposer.org/).

```
composer require pdeans/utilities-vardumpers
```

Usage
-----

[](#usage)

### dp()

[](#dp)

Print variable or value with optional label.

```
use pdeans\Utilities\VarDumper;

VarDumper::dp($value);

// Add label to output
VarDumper::dp($value, 'Label');

// Optionally use global helper function
dp($value)
dp($value, 'value');
```

### dpx()

[](#dpx)

Print string with all applicable characters converted to HTML entities. Useful for printing XML and/or HTML values.

```
use pdeans\Utilities\VarDumper;

VarDumper::dpx($value);

// Add label to output
VarDumper::dpx($value, 'Label');

// Optionally use global helper function
dpx($value)
dpx($value, 'value');
```

### vd()

[](#vd)

Pretty var dumper with optional label.

```
use pdeans\Utilities\VarDumper;

VarDumper::vd($value);

// Add label to output
VarDumper::vd($value, 'Label');

// Optionally use global helper function
vd($value)
vd($value, 'value');
```

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity68

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

Total

2

Last Release

1073d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9fb3ce86d5dadb84c3c9248c8529641cc0a7075a1057cd4e1c45ba32acedaaa5?d=identicon)[pdeans](/maintainers/pdeans)

---

Top Contributors

[![pdeans](https://avatars.githubusercontent.com/u/7277991?v=4)](https://github.com/pdeans "pdeans (12 commits)")

---

Tags

debugdumpdebuggerutilitiessupportvardumpVarDumpervar

### Embed Badge

![Health badge](/badges/pdeans-utilities-vardumpers/health.svg)

```
[![Health](https://phpackages.com/badges/pdeans-utilities-vardumpers/health.svg)](https://phpackages.com/packages/pdeans-utilities-vardumpers)
```

###  Alternatives

[lanin/laravel-api-debugger

Easily debug your JSON API.

2311.8M](/packages/lanin-laravel-api-debugger)[phalcon/dd

This package will add the `dd` and `dump` helpers to your Phalcon application.

24294.1k27](/packages/phalcon-dd)[saad/api-debugger

Easily debug your JSON API.

1170.1k](/packages/saad-api-debugger)

PHPackages © 2026

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