WP Manifestindependent plugin directory
manifest / developer / wp-maintainer-plugin

Parallactic WP Maintainer

Exposes WordPress update status via REST API.

by Parallactic · github.com/parallactic-dev/wp-maintainer-plugin

0stars
3.2kcomposer 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/parallactic-dev/wp-maintainer-plugin/archive/refs/heads/main.zip

Also on Packagist as parallactic/wp-maintainer:

composer require parallactic/wp-maintainer

From the readme

WP Maintainer Plugin WP Maintainer is a powerful WordPress plugin designed to give you a comprehensive overview of your WordPress core and plugin statuses via the WordPress REST API. Whether you manage a single site or multiple WordPress installations, WP Maintainer simplifies the process of monitoring and maintaining your site's health by providing critical version information at your fingertips. Features REST API Status Endpoint WP Maintainer introduces a dedicated REST endpoint that allows you to quickly check the status of your WordPress installation: By accessing this endpoint, you can retrieve detailed information about the versions of your WordPress core and installed plugins. This data helps you ensure that your site is up-to-date and secure. The response includes: - ID: The unique identifier for the WordPress core or plugin. - Slug: The slug used to identify the plugin in the WordPress repository. - Latest Version: The most recent version available. - Current Version: The version currently installed on your site. - Last Checked: The timestamp of the last check performed. Here is an example response from the endpoint: Installation WP Maintainer is easy to install u

Read the full README on GitHub →