PHPackages                             aeforge/dumper - 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. aeforge/dumper

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

aeforge/dumper
==============

AEForge dumper component. Providing better dump function for any PHP variable

1.0.0(2y ago)04MITPHPPHP &gt;=8.0.0

Since Oct 23Pushed 2y ago1 watchersCompare

[ Source](https://github.com/aeforge/Dumper)[ Packagist](https://packagist.org/packages/aeforge/dumper)[ RSS](/packages/aeforge-dumper/feed)WikiDiscussions master Synced 1mo ago

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

Dumper
======

[](#dumper)

AEForge dumper component. Providing better dump function for any PHP variable

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

[](#installation)

To install via composer:

```
  composer require aeforge/dumper

```

To clone the project:

```
    https://github.com/aeforge/Dumper.git

```

Usage/Examples
--------------

[](#usageexamples)

### Example (1)

[](#example-1)

```
use Aeforge\Dumper\Dumper;

// This will make it so the script will not exit after dumping the data
$dumper = new Dumper($_SERVER);
$dumper->dump();
```

### Example (2)

[](#example-2)

```
use Aeforge\Dumper\Dumper;

// This will make it so the script will exit after dumping data
$dumper = new Dumper($_SERVER);
$dumper->dumpAndDie();
```

Global Functions
----------------

[](#global-functions)

The following are functions that can be accessed globaly and will do the same as Calling the dumper class

```
  dd() //Will dump and die
  dump() //Will dump only without exiting
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.7% 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 ~0 days

Total

2

Last Release

938d ago

### Community

Maintainers

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

---

Top Contributors

[![aeforge](https://avatars.githubusercontent.com/u/148719514?v=4)](https://github.com/aeforge "aeforge (6 commits)")[![aeprograme](https://avatars.githubusercontent.com/u/45408129?v=4)](https://github.com/aeprograme "aeprograme (1 commits)")

### Embed Badge

![Health badge](/badges/aeforge-dumper/health.svg)

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

PHPackages © 2026

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