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

ActiveUtility

jas/debug
=========

Provides a small package of debugging utilites, especially a better var\_dump-alternative

05PHP

Since Jul 21Pushed 12y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

jas Debug-Package
=================

[](#jas-debug-package)

Provides a small package of debugging utilites, especially a better var\_dump-alternative

Installation:
-------------

[](#installation)

Add this line to your composer.json "require" section:

### composer.json

[](#composerjson)

```
    "require": {
       ...
       "jas/debug": "*"
```

Usage
-----

[](#usage)

Even without xdebug you now can output a smart display of any PHP-Value.

```
jas\debug\Dumper::dump($var/*, ...*/);
```

You can pass as much arguments to the Dump-Method as you like. By default it outputs an HTML-Version of the PHP-Object. When you pass an int bitmask (see Dumper-Constants) as last parameter, you are able to get a Text-Only version (with or without &lt;pre&gt; around) as output or returned.

On-The-Fly usage
----------------

[](#on-the-fly-usage)

You may use this package on-the-fly via this Gist:

```
eval('?'.'>'.file_get_contents('https://gist.github.com/possi/5792653/raw'));
jas_dump($this, new stdClass(), array('foo' => 'bar'));
```

Planned Features
----------------

[](#planned-features)

- Test special dumper for SugarCRMs SugarBean
- Add the ErrorHandler
- especially with BackTrace-printer

###  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

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/3a27c82c890ca7f2b378ddb70e141dff634d8305cd8586848cc7547c55cb8819?d=identicon)[possi](/maintainers/possi)

---

Top Contributors

[![possi](https://avatars.githubusercontent.com/u/1308937?v=4)](https://github.com/possi "possi (11 commits)")

### Embed Badge

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

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

PHPackages © 2026

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