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

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

satori/debug
============

Debug components

v0.1.1(6y ago)09MITPHPPHP &gt;=7.2

Since Sep 10Pushed 6y ago1 watchersCompare

[ Source](https://github.com/satori-php/debug)[ Packagist](https://packagist.org/packages/satori/debug)[ RSS](/packages/satori-debug/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

Debug tools
===========

[](#debug-tools)

Requires PHP 7.2

Usage
-----

[](#usage)

### VarDump

[](#vardump)

```
class Personage
{
    protected $name;
    private $place;
    public static $something = 'important';

    public function __construct(string $name, string $place)
    {
        $this->name = $name;
        $this->place = $place;
    }
}

$alice = new Personage('Alice', 'Wonderland');

$var = [1, 'r' => 2.0000001, '3', true, null, ['x' => 3, 'y' => 5], $alice];

$f = fopen('./books/AliceInWonderland.txt', 'r');

// var_dump
dump($var, [], '', null, $f);

fclose($f);
```

License
-------

[](#license)

MIT License

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

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

2434d ago

### Community

Maintainers

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

---

Top Contributors

[![davletshin](https://avatars.githubusercontent.com/u/4481981?v=4)](https://github.com/davletshin "davletshin (8 commits)")

---

Tags

debugXdebugvar\_dumpSatori

### Embed Badge

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

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

###  Alternatives

[tracy/tracy

😎 Tracy: the addictive tool to ease debugging PHP code for cool developers. Friendly design, logging, profiler, advanced features like debugging AJAX calls or CLI support. You will love it.

1.8k24.4M1.3k](/packages/tracy-tracy)[jokkedk/webgrind

Webgrind is a Xdebug profiling web frontend in PHP5. It implements a subset of the features of kcachegrind and installs in seconds and works on all platforms. For quick'n'dirty optimizations it does the job.

3.3k193.0k](/packages/jokkedk-webgrind)[digitalnature/php-ref

A nicer print\_r/var\_dump alternative for PHP 5.3+

351696.0k12](/packages/digitalnature-php-ref)[koriym/printo

An object graph visualizer.

1421.8M2](/packages/koriym-printo)[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)

PHPackages © 2026

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