Perimetre WP Tools
WP plugin for Perimetre operational tooling: status / health-check endpoint and Helm portal remote login
by Perimetre · github.com/perimetre/perimetre-wp-tools-plugin
★ 0stars
29release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/perimetre/perimetre-wp-tools-plugin/releases/download/v1.0.7/perimetre-wp-tools-1.0.7.zipFrom the readme
Perimetre WP Tools
Operational tooling for Perimetre WordPress sites. Safe to drop into any WordPress site — standard or headless, ours or a client's — because every feature is opt-in and defaults to inert.
Repository: perimetre-wp-tools-plugin
WordPress plugin slug: perimetre-wp-tools
This plugin was split out of Perimetre Core. Core keeps the dev framework (block registration, GraphQL conventions, webhooks) for custom headless builds; WP Tools keeps the operational features that are useful everywhere.
Requirements
- PHP 8.1+
- WordPress 6.4+
No ACF, no WPGraphQL. Both features use only the WordPress Settings API and wpoptions, so the plugin has zero hard dependencies.
What This Plugin Does
- Status / health-check endpoint — a configurable public URL (DB + object cache probes) for uptime monitoring.
- Remote Login — lets users registered in the Helm portal SSO into their matching WP user by email.
Both are disabled by default and do nothing until configured under Settings → Perimetre WP Tools.
Status Endpoint
Enable it on the Status tab, set a URL slug (default status) and a secret token.
- GET /{slug}/ → {"status":"ok"} (shallow liveness check, always safe to expose).
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| v1.0.7 | Aug 19, 2026 | perimetre-wp-tools-1.0.7.zip | 11 |
| v1.0.6 | Jul 2, 2026 | perimetre-wp-tools-1.0.6.zip | 6 |
| v1.0.5 | Jun 30, 2026 | perimetre-wp-tools-1.0.5.zip | 4 |
| v1.0.4 | Jun 30, 2026 | perimetre-wp-tools-1.0.4.zip | 2 |
| v1.0.3 | Jun 30, 2026 | perimetre-wp-tools-1.0.3.zip | 3 |
| v1.0.2 | Jun 30, 2026 | perimetre-wp-tools-1.0.2.zip | 1 |
| v1.0.1 | Jun 30, 2026 | perimetre-wp-tools-1.0.1.zip | 2 |
| v1.0.0 | Jun 30, 2026 | perimetre-wp-tools-1.0.0.zip | 0 |