PHPackages                             smetdenis/jbdump - 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. smetdenis/jbdump

Abandoned → [jbzoo/jbdump](/?search=jbzoo%2Fjbdump)Library[Debugging &amp; Profiling](/categories/debugging)

smetdenis/jbdump
================

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

1.5.6(5y ago)191095[3 issues](https://github.com/JBZoo/JBDump/issues)[1 PRs](https://github.com/JBZoo/JBDump/pulls)MITPHPPHP &gt;=5.3.10

Since Sep 20Pushed 5y ago6 watchersCompare

[ Source](https://github.com/JBZoo/JBDump)[ Packagist](https://packagist.org/packages/smetdenis/jbdump)[ RSS](/packages/smetdenis-jbdump/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)DependenciesVersions (15)Used By (0)

JBDump
======

[](#jbdump)

Script for dumping PHP vars and other debugging. To put it simply, this tool is a perfectly replacement for print\_r() and var\_dump().

Output example
--------------

[](#output-example)

[![JBDump example#1](https://camo.githubusercontent.com/d7c3370271a4cd39e820798d3f91dd464024becfc5b50488ce8fe9b9a790adfd/687474703a2f2f6c6c666c2e72752f696d616765732f5f6769662f6a6264756d70322e676966)](https://camo.githubusercontent.com/d7c3370271a4cd39e820798d3f91dd464024becfc5b50488ce8fe9b9a790adfd/687474703a2f2f6c6c666c2e72752f696d616765732f5f6769662f6a6264756d70322e676966)[![JBDump example#2](https://camo.githubusercontent.com/f5f67d976d315212a398e27d7d1d4c9e0f0978250c993cfe032fe03550e3acfd/687474703a2f2f6c6c666c2e72752f696d616765732f67612f6d36662e706e67)](https://camo.githubusercontent.com/f5f67d976d315212a398e27d7d1d4c9e0f0978250c993cfe032fe03550e3acfd/687474703a2f2f6c6c666c2e72752f696d616765732f67612f6d36662e706e67)

Install
-------

[](#install)

Just include class.jbdump.php

You can see examples init:

`php.ini` `.htaccess` `include`

php.ini for windows
===================

[](#phpini-for-windows)

```
auto_prepend_file = Z:\home\adm\jbdump\class.jbdump.php
```

php.ini for unix-like
=====================

[](#phpini-for-unix-like)

```
auto_prepend_file = /var/www/jdump/data/public_html/class.jbdump.php
```

.htaccess
=========

[](#htaccess)

```
php_value auto_prepend_file C:\OpenServer\domains\jbdump\class.jbdump.php
```

include
=======

[](#include)

```
include './jbdump/class.jbdump.php';
```

Using
-----

[](#using)

`jbdump($myVar);`

Live demo
---------

[](#live-demo)

Composer
--------

[](#composer)

composer require "jbzoo/jbdump:1.x-dev"

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 92.4% 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 ~183 days

Recently: every ~257 days

Total

14

Last Release

1869d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/75e6de2785f6d099699f430ff58404af4fc0e83060d2953028c9664a54704a5f?d=identicon)[smetdenis](/maintainers/smetdenis)

---

Top Contributors

[![SmetDenis](https://avatars.githubusercontent.com/u/1118678?v=4)](https://github.com/SmetDenis "SmetDenis (73 commits)")[![Ilya-Zhulin](https://avatars.githubusercontent.com/u/4967754?v=4)](https://github.com/Ilya-Zhulin "Ilya-Zhulin (4 commits)")[![CB9TOIIIA](https://avatars.githubusercontent.com/u/1074710?v=4)](https://github.com/CB9TOIIIA "CB9TOIIIA (1 commits)")[![Elardzhi](https://avatars.githubusercontent.com/u/6604025?v=4)](https://github.com/Elardzhi "Elardzhi (1 commits)")

---

Tags

debugdumperphpphp-toolsphp7print-rtoolsvar-dumpvar-dumpervar-exportphpdebugdumpdebuggingprettyprintprint\_rvar\_dumpkrumodumperjbdumpvars

### Embed Badge

![Health badge](/badges/smetdenis-jbdump/health.svg)

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

###  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)[kktsvetkov/krumo

Krumo is a debugging tool, which displays structured information about any PHP variable. It is a nice replacement for print\_r() or var\_dump() which are used by a lot of PHP developers.

8260.7k](/packages/kktsvetkov-krumo)[php-sage/sage

☯ Insightful PHP debugging assistant.

5639.7k5](/packages/php-sage-sage)[ivoba/stop

nice output for debug functions for PHP 5.3

1041.9k5](/packages/ivoba-stop)

PHPackages © 2026

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