PHPackages                             elephox/inspector - 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. elephox/inspector

ActiveLibrary

elephox/inspector
=================

Commands and endpoints to inspect your Elephox application.

v0.2.1(4y ago)025MITPHPPHP &gt;=8.1

Since Feb 8Pushed 4y ago1 watchersCompare

[ Source](https://github.com/elephox-dev/inspector)[ Packagist](https://packagist.org/packages/elephox/inspector)[ RSS](/packages/elephox-inspector/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (3)Dependencies (4)Versions (4)Used By (0)

 [![Elephox Logo](https://raw.githubusercontent.com/elephox-dev/.github/main/profile/logo.svg)](https://raw.githubusercontent.com/elephox-dev/.github/main/profile/logo.svg)

 Inspector helps debugging your Elephox application.

Installation
============

[](#installation)

Simply add the `InspectorRegistrar` to your `Core` bootstrap:

```
// bin/run

// create your console app builder
$builder = ConsoleApplicationBuilder::create()
	->addLogging()
	->addWhoops()
;

// load your app commands
$builder->commands->loadFromNamespace("App\\Commands");

// load the inspector commands
$builder->commands->loadFromNamespace("Elephox\\Inspector\\Commands");
```

Commands
========

[](#commands)

```
# list all application routes
phox inspector:routes

# serve your application on port 8080 in production mode
phox inspector:serve --port=8080 --env=production
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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 ~11 days

Total

3

Last Release

1534d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6ea436f1f084470f9d75ca0fde95e2418ba03d560bc4e20e03171648c123fa80?d=identicon)[ricardoboss](/maintainers/ricardoboss)

---

Top Contributors

[![ricardoboss](https://avatars.githubusercontent.com/u/6266356?v=4)](https://github.com/ricardoboss "ricardoboss (26 commits)")

### Embed Badge

![Health badge](/badges/elephox-inspector/health.svg)

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

###  Alternatives

[imanghafoori/laravel-microscope

Automatically test your laravel application

1.5k613.7k2](/packages/imanghafoori-laravel-microscope)[limingxinleo/hyperf-utils

Utils for Hyperf.

29133.9k3](/packages/limingxinleo-hyperf-utils)[dapr/php-sdk

Dapr Implementation in PHP

7480.5k6](/packages/dapr-php-sdk)[hyperf/nacos

Nacos SDK

22487.9k10](/packages/hyperf-nacos)[hyperf/xxl-job-incubator

php hyperf xxljob

4632.2k5](/packages/hyperf-xxl-job-incubator)[elephox/mimey

PHP package for converting file extensions to MIME types and vice versa.

16217.1k5](/packages/elephox-mimey)

PHPackages © 2026

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