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. [Utility &amp; Helpers](/categories/utility)
4. /
5. elephox/inspector

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

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 today

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 26% 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

1581d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6266356?v=4)[Ricardo Boss](/maintainers/ricardoboss)[@ricardoboss](https://github.com/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

[limingxinleo/hyperf-utils

Utils for Hyperf.

29137.1k3](/packages/limingxinleo-hyperf-utils)[hyperf/nacos

Nacos SDK

22523.4k18](/packages/hyperf-nacos)[dapr/php-sdk

Dapr Implementation in PHP

74100.5k6](/packages/dapr-php-sdk)[elephox/mimey

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

16252.2k5](/packages/elephox-mimey)

PHPackages © 2026

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