PHPackages                             parallactic/wp-maintainer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. parallactic/wp-maintainer

ActiveWordpress-plugin[API Development](/categories/api)

parallactic/wp-maintainer
=========================

Exposes WordPress update status via REST API.

1.4.2(1y ago)02.2k↑75%proprietaryPHPPHP &gt;=7.2

Since Sep 20Pushed 1y agoCompare

[ Source](https://github.com/parallactic-dev/wp-maintainer-plugin)[ Packagist](https://packagist.org/packages/parallactic/wp-maintainer)[ RSS](/packages/parallactic-wp-maintainer/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

WP Maintainer Plugin
====================

[](#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
--------

[](#features)

### REST API Status Endpoint

[](#rest-api-status-endpoint)

WP Maintainer introduces a dedicated REST endpoint that allows you to quickly check the status of your WordPress installation:

```
/wp-json/wp/v2/status

```

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:

```
{
    "id": "wp-core",
    "slug": "wordpress",
    "latest": "6.5.3",
    "current": "6.5.3",
    "lastchecked": 1715933826
},
{
    "id": "w.org/plugins/disable-gutenberg",
    "slug": "disable-gutenberg",
    "latest": "3.1.1",
    "current": "2.9",
    "lastchecked": 1715933831
},
{
    "id": "w.org/plugins/loginizer",
    "slug": "loginizer",
    "latest": "1.8.4",
    "current": "1.8.1",
    "lastchecked": 1715933831
}

```

Installation
------------

[](#installation)

WP Maintainer is easy to install using Composer. Follow these steps to add it to your WordPress project:

```
composer require parallactic/wp-maintainer

```

Development
-----------

[](#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.

```
git tag 1.0.0
git push origin 1.0.0

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

605d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2048040?v=4)[Parallactic Consulting](/maintainers/parallactic)[@Parallactic](https://github.com/Parallactic)

---

Top Contributors

[![herrpatrickmueller](https://avatars.githubusercontent.com/u/38216565?v=4)](https://github.com/herrpatrickmueller "herrpatrickmueller (13 commits)")

### Embed Badge

![Health badge](/badges/parallactic-wp-maintainer/health.svg)

```
[![Health](https://phpackages.com/badges/parallactic-wp-maintainer/health.svg)](https://phpackages.com/packages/parallactic-wp-maintainer)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
