PHPackages                             pinoox/pinx-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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. pinoox/pinx-inspector

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

pinoox/pinx-inspector
=====================

Development-only Pinx Inspector dashboard for Pinoox projects (single-app and multi-app platform)

1.8.1(1mo ago)136↓14.3%1MITPHPPHP ^8.2

Since Jul 3Pushed 1mo agoCompare

[ Source](https://github.com/pinoox/pinx-inspector)[ Packagist](https://packagist.org/packages/pinoox/pinx-inspector)[ RSS](/packages/pinoox-pinx-inspector/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)DependenciesVersions (9)Used By (1)

Pinx Inspector
==============

[](#pinx-inspector)

Development-only graphical inspector for Pinoox projects (single-app and multi-app platform).

Pinx Inspector gives developers a local dashboard for the current app: database connections, tables, rows, visual queries, migrations, routes, logs, config, environment values, views, language files, Pinker cache, and build/release workflows.

Install it in applications as a dev dependency:

```
composer require --dev pinoox/pinx-inspector
```

Single-app (`pinx dev`):

```
pinx dev
# http://127.0.0.1:8000/~inspector
```

Multi-app platform (`php pinoox`):

```
composer require --dev pinoox/pinx-inspector
php pinoox serve
# http://127.0.0.1:8000/~inspector

php pinoox dev spark
php pinoox inspector --app=com_pinoox_manager
```

On multi-app installs, Inspector shows an **App** dropdown in the header. The selected package is sent as `?package=` on API calls and stored in `localStorage` (`pinx.inspector.package`).

Database and DevDB
------------------

[](#database-and-devdb)

Inspector reads the active development connection instead of being limited to a single storage backend.

- `DB_CONNECTION=mysql`, `pgsql`, or `sqlite` uses the configured PDO connection.
- `DB_CONNECTION=auto` follows the app fallback behavior.
- `DB_CONNECTION=devdb` is shown as **DevDB** in the UI.
- DevDB uses SQLite when `pdo_sqlite` is available and automatically falls back to zero-dependency JSON storage when it is not.
- DevDB JSON raw SQL execution is enabled when `pinoox/devdb` is installed, using the official DevDB SQL translator.

If a real connection is not reachable, the Connections page still opens and shows the connection error instead of hiding the rest of the Inspector.

Structure
---------

[](#structure)

- `resources/router.php` serves the local-only API and the Inspector HTML shell.
- `resources/views/` contains small PHP view partials. Twig is intentionally not required yet, so `pinx dev` does not need extra runtime dependencies.
- `resources/assets/inspector.js` contains the browser runtime for navigation, actions, copy buttons, and panels.
- `resources/assets/inspector.css` is built locally and must not use a CDN.

Publishing
----------

[](#publishing)

This package is intended to live in its own repository:

```
https://github.com/pinoox/pinx-inspector

```

Use a normal Packagist install in apps:

```
{
  "require-dev": {
    "pinoox/pinx-inspector": "^1.0"
  }
}
```

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance92

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

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

Total

8

Last Release

30d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b0b2d1a1048bdc12294e89e6f94f2f2b0bf1805fd01dec2195aa9ab906a02b82?d=identicon)[pinoox](/maintainers/pinoox)

---

Top Contributors

[![yoosefap](https://avatars.githubusercontent.com/u/24357596?v=4)](https://github.com/yoosefap "yoosefap (28 commits)")

---

Tags

Devtoolsinspectorpinooxpinx

### Embed Badge

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

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

###  Alternatives

[phpcsstandards/phpcsdevtools

Tools for PHP\_CodeSniffer sniff developers.

171.0M38](/packages/phpcsstandards-phpcsdevtools)[grazulex/laravel-devtoolbox

Swiss-army artisan CLI for Laravel — Scan, inspect, debug, and explore every aspect of your Laravel application from the command line.

1568.2k](/packages/grazulex-laravel-devtoolbox)

PHPackages © 2026

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