PHPackages                             nldx/wp-plugin-update-checker-class - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. nldx/wp-plugin-update-checker-class

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

nldx/wp-plugin-update-checker-class
===================================

A class that allows checking for updates in a self hosted scenario.

v2.1.3(11mo ago)0132GPL-2.0+PHPPHP &gt;=7.4

Since Mar 7Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/nldx/wp-plugin-update-checker-class)[ Packagist](https://packagist.org/packages/nldx/wp-plugin-update-checker-class)[ Docs](http://www.nldx.com)[ RSS](/packages/nldx-wp-plugin-update-checker-class/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)DependenciesVersions (6)Used By (0)

NLDX Update Checker Class for WordPress plugins
===============================================

[](#nldx-update-checker-class-for-wordpress-plugins)

Getting started
---------------

[](#getting-started)

```
composer require nldx/wp-plugin-update-checker-class

```

Usage
-----

[](#usage)

```

define( 'NLDX_BOOTSTRAP_BLOCKS_VERSION', '1.0.0' );
define( 'NLDX_BOOTSTRAP_BLOCKS_FILE', __FILE__ );
define( 'NLDX_BOOTSTRAP_BLOCKS_DIR', plugin_dir_path( __FILE__ ) );
define( 'NLDX_BOOTSTRAP_BLOCKS_SLUG', dirname ( plugin_basename( __FILE__ ) ) );
define( 'NLDX_BOOTSTRAP_BLOCKS_INFO', 'https://example.domain.com/example-plugin/info.json');

/**
 * Include classes.
 */

if ( !class_exists( \NLDX\UpdateChecker::class ) ) {
	require_once NLDX_BOOTSTRAP_BLOCKS_DIR . 'vendor/nldx/wp-plugin-update-checker-class/class-update-checker.php';
}

/**
 * Check for updates.
 */

use NLDX\UpdateChecker;
new UpdateChecker(
	NLDX_BOOTSTRAP_BLOCKS_SLUG,
	NLDX_BOOTSTRAP_BLOCKS_VERSION,
	NLDX_BOOTSTRAP_BLOCKS_INFO
);

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance52

Moderate activity, may be stable

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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

Every ~25 days

Total

5

Last Release

333d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/633ddfd4d72caf1fb2f2891a575e40447350a444776454b7dcea1bb6192a2660?d=identicon)[nldx](/maintainers/nldx)

---

Top Contributors

[![nldx](https://avatars.githubusercontent.com/u/5071343?v=4)](https://github.com/nldx "nldx (3 commits)")

---

Tags

wordpressplugins

### Embed Badge

![Health badge](/badges/nldx-wp-plugin-update-checker-class/health.svg)

```
[![Health](https://phpackages.com/badges/nldx-wp-plugin-update-checker-class/health.svg)](https://phpackages.com/packages/nldx-wp-plugin-update-checker-class)
```

###  Alternatives

[tgmpa/tgm-plugin-activation

TGM Plugin Activation is a PHP library that allows you to easily require or recommend plugins for your WordPress themes (and plugins).

1.8k222.5k13](/packages/tgmpa-tgm-plugin-activation)[aristath/kirki

Extending the WordPress customizer

1.3k73.0k4](/packages/aristath-kirki)[balbuf/composer-wp

Manage WordPress core, plugins, and themes with composer.

173.6k](/packages/balbuf-composer-wp)

PHPackages © 2026

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