Site Bookkeeper Reporter
WordPress plugin that pushes site health data to the central monitoring hub
by Christoph Daum · github.com/apermo/site-bookkeeper-reporter
★ 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-reporter/archive/refs/heads/main.zipAlso on Packagist as apermo/site-bookkeeper-reporter:
composer require apermo/site-bookkeeper-reporterFrom the readme
Site Bookkeeper Reporter
A monitoring tool for your WordPress Sites — Reporter Plugin
WordPress plugin that collects site health data (core version, plugins, themes, users, roles, custom fields)
and pushes it to a central Site Bookkeeper Hub on a
twice-daily cron schedule.
Requirements
- PHP 8.2+
- WordPress 6.2+
- A running Site Bookkeeper Hub instance
Installation
Install via Composer:
Activate the plugin and configure the hub URL and token in Settings Site Bookkeeper, or define
constants in wp-config.php:
HTTPS Requirement
The hub URL must use HTTPS. The plugin rejects HTTP URLs in the settings form and refuses to push reports
over plain HTTP. This protects your authentication token from being transmitted in clear text.
For local development (e.g. DDEV), you can bypass this check by defining:
WP-CLI Commands
Bulk Setup via WP-CLI
If you manage many WordPress sites (e.g. via wp-cli/config-command
or a shared deployment tool), you can script the setup across all of them.
Example: register and configure all sites managed by WP-CLI's @alias system:
Example: loop over sites listed in a simple text file:
Multisite Support
When network-activated, the plugin:
- Stores
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 5, 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.