PHPackages                             adudjandaniel/php\_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. [Utility &amp; Helpers](/categories/utility)
4. /
5. adudjandaniel/php\_dump

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

adudjandaniel/php\_dump
=======================

Beautify variable dumping in php

v1.1(6y ago)358MITPHPPHP &gt;=5.3.0

Since Oct 16Pushed 6y ago1 watchersCompare

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

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

Variable Dumping with PHP
-------------------------

[](#variable-dumping-with-php)

Being used to the *fancy* dump Adobe Coldfusion uses, I can hardly make sense of the raw dumping in php; I need something similar.

#### Usage:

[](#usage)

- composer require ***adudjandaniel/php\_dump***
- require\_once ***/path/to/autoload.php*** (Add to php scripts)
- use namespace ***PhpDump\\Dump***
- **Dump::php\_dump(variable\_name \[, *label*\])**

#### Functionality (so far):

[](#functionality-so-far)

- Dumping
    - basic types (integer, boolean, float, *string*)
    - indexed arrays
    - associative array
- Toggling display of values.
    Click on the key of the value to toggle it's display.

#### The method ***php\_dump()*** takes two parameters:

[](#the-method-php_dump-takes-two-parameters)

1. **variable name** (required)
2. *label* (optional)

#### Check these outputs:

[](#check-these-outputs)

[![](tests/img/dump_1.png)](tests/img/dump_1.png)[![](tests/img/dump_2.png)](tests/img/dump_2.png)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

Total

2

Last Release

2399d ago

### Community

Maintainers

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

---

Top Contributors

[![adudjandaniel](https://avatars.githubusercontent.com/u/40501134?v=4)](https://github.com/adudjandaniel "adudjandaniel (63 commits)")

### Embed Badge

![Health badge](/badges/adudjandaniel-php-dump/health.svg)

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

PHPackages © 2026

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