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

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

fredericomartini/debug
======================

A simple class to print pretty values in PHP

v0.1.0(9y ago)018MITPHPPHP &gt;=5.5

Since Nov 26Pushed 9y ago1 watchersCompare

[ Source](https://github.com/fredericomartini/debug)[ Packagist](https://packagist.org/packages/fredericomartini/debug)[ RSS](/packages/fredericomartini-debug/feed)WikiDiscussions master Synced 2mo ago

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

debug
=====

[](#debug)

A simple class to print pretty values in PHP

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

[](#installation)

There is one recommended way to install debug via [Composer](https://getcomposer.org/):

- adding the dependency to your `composer.json` file:

```
  "require": {
      ..
      "fredericomartini/debug":"0.1.*",
      ..
  }
```

Simple usage
------------

[](#simple-usage)

```
include_once 'Debug.php';

$var = array(
    'value' => array(
        'test' => 123
    ),
    'another_value' => '5555'
);
\Fma\Debug::run($var);
```

Output
------

[](#output)

```
Array
(
    [value] => Array
        (
            [test] => 123
        )

    [another_value] => 5555
)

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

3457d ago

### Community

Maintainers

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

---

Top Contributors

[![fredericomartini](https://avatars.githubusercontent.com/u/4172847?v=4)](https://github.com/fredericomartini "fredericomartini (2 commits)")

---

Tags

phpdebugtoolprintecho

### Embed Badge

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

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

###  Alternatives

[jbzoo/jbdump

Script for debug and dump PHP variables and other stuff. This tool is a nice replacement for print\_r() and var\_dump() functions.

211.1M3](/packages/jbzoo-jbdump)[mmucklo/krumo

KRUMO - version 2.0 of print\_r(); and var\_dump(); (with new updates)

89168.0k6](/packages/mmucklo-krumo)[leeoniya/dump-r

a cleaner, leaner mix of print\_r() and var\_dump()

12368.1k5](/packages/leeoniya-dump-r)[h4cc/phpqatools

A meta composer package for PHP QA Tools.

6418.6k1](/packages/h4cc-phpqatools)

PHPackages © 2026

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