PHPackages                             desfpc/visualijoper - 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. desfpc/visualijoper

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

desfpc/visualijoper
===================

PHP class for rendering variables and objects. Used when debugging code.

v2.0.1(4y ago)21121Apache-2.0PHPPHP &gt;=7

Since Mar 7Pushed 4y ago1 watchersCompare

[ Source](https://github.com/desfpc/Visualijoper)[ Packagist](https://packagist.org/packages/desfpc/visualijoper)[ RSS](/packages/desfpc-visualijoper/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (6)DependenciesVersions (6)Used By (1)

Visualijoper
============

[](#visualijoper)

PHP class for rendering variables and objects. Used when debugging code.

How to install and use:

Add to your composer.json in "require" or "require-dev" section:

```
"desfpc/visualijoper": "2.*"

```

Use static method "visualijop":

```
desfpc\Visualijoper\Visualijoper::visualijop($yourValue, $name, $printScripts);

```

Or use object "Visualijoper" and method "render":

```
$vj = new desfpc\Visualijoper\Visualijoper($yourValue, $name, $printScripts);

echo $vj->render();

```

- string $name - optional title of block
- bool $printScripts - optional (by default - true) - echo css ad js

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

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

Every ~80 days

Total

5

Last Release

1574d ago

Major Versions

v1.0.3 → v2.02022-01-23

### Community

Maintainers

![](https://www.gravatar.com/avatar/4c5383e03374ae452c8f4f2c6ec0d4f863264d5ab16b886580e65862dfee791d?d=identicon)[desfpc](/maintainers/desfpc)

---

Top Contributors

[![desfpc](https://avatars.githubusercontent.com/u/783571?v=4)](https://github.com/desfpc "desfpc (10 commits)")

---

Tags

debugdebuggingjqueryphpvariablesvisualization

### Embed Badge

![Health badge](/badges/desfpc-visualijoper/health.svg)

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

###  Alternatives

[symfony/stopwatch

Provides a way to profile code

2.8k387.2M918](/packages/symfony-stopwatch)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k29](/packages/fruitcake-laravel-debugbar)[spatie/ignition

A beautiful error page for PHP applications.

510147.6M69](/packages/spatie-ignition)[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)[koriym/printo

An object graph visualizer.

1421.8M2](/packages/koriym-printo)[soloterm/dumps

A Laravel command to intercept dumps from your Laravel application.

125285.7k3](/packages/soloterm-dumps)

PHPackages © 2026

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