Site_Bookkeeper_Dashboard
WordPress admin dashboard for viewing site health data from the central hub
by Christoph Daum · github.com/apermo/site-bookkeeper-dashboard
★ 0stars
1composer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/apermo/site-bookkeeper-dashboard/archive/refs/heads/main.zipAlso on Packagist as apermo/site-bookkeeper-dashboard:
composer require apermo/site-bookkeeper-dashboardFrom the readme
Site Bookkeeper Dashboard
A monitoring tool for your WordPress Sites — Dashboard Plugin
WordPress admin dashboard for viewing site health data from a central
Site Bookkeeper Hub. Provides an at-a-glance overview of
all monitored sites, their plugin/theme update status, and cross-site reports.
Requirements
- PHP 8.2+
- WordPress 6.2+
- A running Site Bookkeeper Hub instance with a client
token
- One or more sites using the
Site Bookkeeper Reporter plugin to push data to the
hub
Installation
Install via Composer:
Activate the plugin and configure in Settings Site Bookkeeper Dashboard, or define constants in
wp-config.php:
Security
The plugin enforces HTTPS for all communication with the hub. Both the settings page and the API client will reject
plain HTTP URLs.
For local development you can opt out by defining the following constant in wp-config.php:
Features
Sites Overview
WPListTable with sortable columns: site URL, WordPress version, PHP version, pending plugin/theme
updates, last seen, and a State column showing 🟢 fresh / ⚠️ stale / ⏰ overdue / ⚠️⏰ both.
Rows pick up an amber (stale) or red (overdue) left border. State is sortable (worst first by default)
and
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v0.1.4 | Aug 19, 2026 |
| v0.1.3 | Apr 18, 2026 |
| v0.1.2 | Apr 18, 2026 |
| v0.1.1 | Apr 4, 2026 |
| v0.1.0 | Apr 3, 2026 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.