Download the PHP package parallactic/wp-maintainer without Composer
On this page you can find all versions of the php package parallactic/wp-maintainer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download parallactic/wp-maintainer
More information about parallactic/wp-maintainer
Files in parallactic/wp-maintainer
Package wp-maintainer
Short Description Exposes WordPress update status via REST API.
License proprietary
Informations about the package wp-maintainer
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 using Composer. Follow these steps to add it to your WordPress project:
Development
Run composer install
to get ypur dev environment ready.
To release new versions create a git tag and push it to the remote. Packagist will updated the package automatically.