apermo/site-bookkeeper-dashboard
Composer 安装命令:
composer require apermo/site-bookkeeper-dashboard
包简介
A WordPress site-bookkeeper-dashboard plugin.
README 文档
README
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:
composer require apermo/site-bookkeeper-dashboard
Activate the plugin and configure in Settings > Site Bookkeeper Dashboard, or define constants in
wp-config.php:
define( 'SITE_BOOKKEEPER_HUB_URL', 'https://monitor.example.tld' ); define( 'SITE_BOOKKEEPER_CLIENT_TOKEN', 'your-client-token-here' );
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:
define( 'SITE_BOOKKEEPER_ALLOW_HTTP', true );
Features
Sites Overview
WP_List_Table 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 filterable via its own dropdown, including a "Stale or overdue" union option.
Site Detail
Full report for a single site: environment info, plugins with versions and update status, themes, users with roles and meta (e.g. 2FA status), custom fields with status badges.
Cross-Site Reports
Plugin-centric and theme-centric views showing which versions are installed across all sites, with an "outdated only" filter.
Network Views (Multisite)
Networks overview listing all multisite networks with subsite count. Network detail view showing network-activated plugins, super admins, network settings, and linked subsites.
WP-CLI Commands
wp bookkeeper-dashboard sites # List all monitored sites wp bookkeeper-dashboard site <id> # Full detail for a single site wp bookkeeper-dashboard plugins # Cross-site plugin report wp bookkeeper-dashboard plugins --outdated # Only plugins with pending updates wp bookkeeper-dashboard themes # Cross-site theme report wp bookkeeper-dashboard themes --outdated # Only themes with pending updates wp bookkeeper-dashboard networks # List all networks wp bookkeeper-dashboard network <id> # Full network detail wp bookkeeper-dashboard test # Test connection to the hub
All commands support --format=table|csv|json|yaml.
Development
composer install composer cs # Run PHPCS composer cs:fix # Fix PHPCS violations composer analyse # Run PHPStan composer test:unit # Run unit tests
License
apermo/site-bookkeeper-dashboard 适用场景与选型建议
apermo/site-bookkeeper-dashboard 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 0 次下载、GitHub Stars 达 0, 最近一次更新时间为 2026 年 04 月 04 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 apermo/site-bookkeeper-dashboard 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 apermo/site-bookkeeper-dashboard 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 11
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2026-04-04