PHPackages                             ace/debug - 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. ace/debug

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

ace/debug
=========

014PHP

Since Jul 16Pushed 9y ago1 watchersCompare

[ Source](https://github.com/aceframework/debug)[ Packagist](https://packagist.org/packages/ace/debug)[ RSS](/packages/ace-debug/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Dumper - PHP Library
====================

[](#dumper---php-library)

[![](https://camo.githubusercontent.com/b927aeb7ce5b4066dae38240262980859ddf13f53d5ea353088a610d5ca9bbaf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6163656f7567692f64756d7065722e737667)](https://packagist.org/packages/aceougi/dumper)[![](https://camo.githubusercontent.com/1b634143b17c709aad2b511e3994e198610809791904e562468e46246d445239/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6163656f7567692f64756d7065722e737667)](https://packagist.org/packages/aceougi/dumper)[![](https://camo.githubusercontent.com/fde2bbf3cd7fac9094bff3fe4dbc91b43ebc86006baadff1d15e05e6f6a6bc7b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6163656f7567692f64756d7065722e737667)](https://packagist.org/packages/aceougi/dumper)

Dumps information about a variable.

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

[](#installation)

```
$ composer require aceougi/dumper
```

Usage
-----

[](#usage)

```
dump($var);

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

Example
-------

[](#example)

```
$example = [
    'var10' => null,
    'var11' => false,
    'var12' => true,
    'var13' => 123,
    'var14' => 9.99,
    'var15' => 'Hello world!',
    'var21' => [],
    'var22' => [1 => 456, 789, 'end', 55.99],
    'var31' => fopen(__FILE__, 'r'),
    'var32' => ($tmp = fopen(__FILE__, 'r') AND fclose($tmp)) ? $tmp : $tmp,
    'var41' => new stdClass(),
    'var42' => new DateTime(),
];

dump($example);
```

Screenshot
----------

[](#screenshot)

[![](https://camo.githubusercontent.com/bf07ea8e39709a2ad2d100caa87648e0e622a29c095092770ed5863a14877963/68747470733a2f2f692e696d67736166652e6f72672f316632353465362e706e67)](https://camo.githubusercontent.com/bf07ea8e39709a2ad2d100caa87648e0e622a29c095092770ed5863a14877963/68747470733a2f2f692e696d67736166652e6f72672f316632353465362e706e67)

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/37d15cdd2c2cd11df7da6b3122499fbda70332c194ecfe611c0842f741710a91?d=identicon)[AceOugi](/maintainers/AceOugi)

---

Top Contributors

[![assouan2](https://avatars.githubusercontent.com/u/19169728?v=4)](https://github.com/assouan2 "assouan2 (24 commits)")

### Embed Badge

![Health badge](/badges/ace-debug/health.svg)

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

###  Alternatives

[fjogeleit/prometheus-messenger-middleware

Prometheus Middleware for the Symfony Messenger Component

2255.2k](/packages/fjogeleit-prometheus-messenger-middleware)[spatie/craft-ray

Easily debug CraftCMS projects

1638.4k](/packages/spatie-craft-ray)

PHPackages © 2026

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