PHPackages                             phlo/dashboard - 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. [Database &amp; ORM](/categories/database)
4. /
5. phlo/dashboard

ActiveProject[Database &amp; ORM](/categories/database)

phlo/dashboard
==============

Control center for a Phlo deployment: monitor your fleet, manage MySQL and SQLite databases from the browser, and handle notifications, subscriptions and WhatsApp from one place.

v1.0(3w ago)00MITPHPPHP &gt;=8.3CI passing

Since Jun 11Pushed 1w agoCompare

[ Source](https://github.com/q-ainl/phlo-dashboard)[ Packagist](https://packagist.org/packages/phlo/dashboard)[ Docs](https://github.com/q-ainl/phlo-dashboard)[ RSS](/packages/phlo-dashboard/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (2)Dependencies (4)Versions (6)Used By (0)

Phlo Dashboard
==============

[](#phlo-dashboard)

Admin and monitoring dashboard for the Phlo stack. It bundles fleet monitoring, a notifications inbox, WhatsApp status, subscriptions and a built-in database manager for MySQL and SQLite.

The Dashboard is the operations layer of the [Phlo platform](https://phlo.tech/ecosystem): one place to oversee every app, server and domain built on the [Phlo engine](https://github.com/q-ainl/phlo). Not to be confused with the Phlo Control Center, the per-app dev panel built into the engine itself.

[![Fleet overview: every host and app with live status](.github/fleet.png)](.github/fleet.png)

Features
--------

[](#features)

- **Fleet overview**: real time status of every host and app across the fleet (uptime, CPU, memory, disk, errors, visitors).
- **Database admin** (`dbadmin`): browse and edit rows, a full structure editor with column reordering, indexes, foreign keys, privileges, an SQL console, import and export, foreign key navigation, database wide search and server status. Works with MySQL and SQLite.
- **Notifications**: a server scoped inbox; apps push notifications via a secret protected endpoint.
- **Subscriptions**: users subscribe to (server, event) pairs and get proactive WhatsApp or dashboard delivery.
- **WhatsApp**: overview of all [Phlo WhatsApp](https://github.com/q-ainl/phlo-whatsapp) instances across the fleet.
- **Visitors, domains, sites**: visitor analytics and host/domain management.
- **Multi user**: roles plus per server and per module permissions.

[![The database manager: browse, structure editor, SQL console](.github/dbadmin.png)](.github/dbadmin.png)

Host discovery
--------------

[](#host-discovery)

The fleet overview discovers apps and hosts from your web server config. By default it reads Caddy site files (`sites/*.caddy`). Discovery is pluggable per node via `creds.ini`:

```
[discovery]
sources = caddy, nginx
nginx   = /etc/nginx/sites-enabled/*
```

`sources` is a comma list of adapters (default `caddy`). The `nginx` adapter reads `server_name` from each `server { ... }` block (brace-depth aware, so nested `location` blocks are handled), folds `www.` into aliases, and flags redirect-only blocks (`return 30x` or a permanent `rewrite`). Results from all sources are merged and deduped by primary host. The monitoring layers on top (reachability, metrics, visitors) are web server agnostic; errors, version and rebuild stay Phlo specific.

To support another web server, add a `Apps()` adapter returning the canonical app records and list its name in `sources`.

Requirements
------------

[](#requirements)

- PHP 8.3 or newer with `ext-pdo`, `ext-pdo_mysql` (the app stores its data in MySQL) and `ext-apcu` (login rate limiting); `ext-pdo_sqlite` for the SQLite side of the database admin
- FrankenPHP
- [phlo/tech](https://github.com/q-ainl/phlo) and [phlo/cms](https://github.com/q-ainl/phlo-cms), pulled in via Composer

Install
-------

[](#install)

```
composer create-project phlo/dashboard mydashboard

```

Then set up the node local config:

1. Copy `www/app.php.example` to `www/app.php` and set your host and paths. It keeps `build: true` (development): the app compiles on demand and `build::run` is available.
2. Copy `data/app.example.json` to `data/app.json`.
3. Create `data/creds.ini` (MySQL connection, fleet peers, alert and notify endpoints) and, for HTTP basic login, `data/auth.ini`.
4. Build the app: `php www/app.php build::run`
5. Serve with FrankenPHP.

For production, deploy the compiled output and a second entrypoint with `build: false` (the `build::` tools are development-only and are absent under `build: false`).

License
-------

[](#license)

MIT. See [LICENSE](LICENSE).

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance97

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

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

Total

5

Last Release

24d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/510266?v=4)[phlo](/maintainers/phlo)[@phlo](https://github.com/phlo)

---

Top Contributors

[![q-ainl](https://avatars.githubusercontent.com/u/236374604?v=4)](https://github.com/q-ainl "q-ainl (98 commits)")

---

Tags

dashboardfleet-managementphlomonitoringdatabasemysqlsqlitedashboardfleetphlo

### Embed Badge

![Health badge](/badges/phlo-dashboard/health.svg)

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

###  Alternatives

[cycle/database

DBAL, schema introspection, migration and pagination

71777.8k63](/packages/cycle-database)

PHPackages © 2026

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