PHPackages                             taeon/php-object-explorer - 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. taeon/php-object-explorer

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

taeon/php-object-explorer
=========================

Interactive PHP object explorer

0.4(8y ago)035MITPHPPHP &gt;=5.4.0

Since Jul 21Pushed 8y agoCompare

[ Source](https://github.com/Taeon/PHPObjectExplorer)[ Packagist](https://packagist.org/packages/taeon/php-object-explorer)[ Docs](https://github.com/Taeon/PHPObjectExplorer)[ RSS](/packages/taeon-php-object-explorer/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (4)DependenciesVersions (5)Used By (0)

PHPObjectExplorer
=================

[](#phpobjectexplorer)

An easier way to examine the properties of objects in PHP

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

[](#installation)

Either download the ZIP file and include the `autoloader.php` file, or you can use composer:

```
composer require taeon/php-object-explorer

```

Usage
-----

[](#usage)

Pass the data that you want to explore into a new Explorer object, and then render the result:

```
$explorer = new \PHPObjectExplorer\Explorer($data);
echo( $explorer->Render() );
```

...that's it.

The output is 'collapsed' by default. Click on any property to expand it.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 63.6% 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 ~2 days

Total

4

Last Release

3212d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3a267c9eae2ef519f6251c10bce002dc002c5a7388d20bc49a06875319789b71?d=identicon)[taeon](/maintainers/taeon)

---

Top Contributors

[![PatFox](https://avatars.githubusercontent.com/u/111278322?v=4)](https://github.com/PatFox "PatFox (7 commits)")[![Taeon](https://avatars.githubusercontent.com/u/12548334?v=4)](https://github.com/Taeon "Taeon (4 commits)")

---

Tags

phpdebugobjectvar\_dumpexplorer

### Embed Badge

![Health badge](/badges/taeon-php-object-explorer/health.svg)

```
[![Health](https://phpackages.com/badges/taeon-php-object-explorer/health.svg)](https://phpackages.com/packages/taeon-php-object-explorer)
```

###  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)[php-sage/sage

☯ Insightful PHP debugging assistant.

5639.7k5](/packages/php-sage-sage)[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)[awesomite/var-dumper

The alternative for var\_dump function

1015.4k2](/packages/awesomite-var-dumper)

PHPackages © 2026

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