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.8k↑158.3%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 yesterday

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 41% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity21

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

650d 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

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k14](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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