PHPackages                             jeffreyvanrossum/wp-plugin-updater - 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. jeffreyvanrossum/wp-plugin-updater

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

jeffreyvanrossum/wp-plugin-updater
==================================

Provides a way to check for plugin updates on a alternative host then wordpress.org.

0.0.1(3y ago)049MITPHPPHP ^8.0

Since Oct 15Pushed 2y ago1 watchersCompare

[ Source](https://github.com/jeffreyvr/wp-plugin-updater)[ Packagist](https://packagist.org/packages/jeffreyvanrossum/wp-plugin-updater)[ RSS](/packages/jeffreyvanrossum-wp-plugin-updater/feed)WikiDiscussions main Synced yesterday

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

[![vanrossum.dev Logo](https://raw.githubusercontent.com/jeffreyvr/vanrossum.dev-art/main/logo.svg)](https://vanrossum.dev)

[![Total Downloads](https://camo.githubusercontent.com/dd304dbc7c3b46f6c9ed91980baaaff330adf17b1f0bcb293f6ad40241b9ab69/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a65666672657976616e726f7373756d2f77702d706c7567696e2d75706461746572)](https://packagist.org/packages/jeffreyvanrossum/wp-plugin-updater)[![Latest Stable Version](https://camo.githubusercontent.com/d0c9807754d50da2a49412df546d32d8f8f3d664c9fe504ee508c3d5d827d8a9/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a65666672657976616e726f7373756d2f77702d706c7567696e2d75706461746572)](https://packagist.org/packages/jeffreyvanrossum/wp-plugin-updater)[![License](https://camo.githubusercontent.com/a1c3271e99ed28d1dfb24257127dcb6fd017d65d39368eabc7cd259b56612272/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6a65666672657976616e726f7373756d2f77702d706c7567696e2d75706461746572)](https://packagist.org/packages/jeffreyvanrossum/wp-plugin-updater)

WP Plugin Updater
=================

[](#wp-plugin-updater)

Allows you to check for updates for a plugin on a different server then wordpress.org.

> 🚸 As long as this package is still in development, the API might be subject to change and should not considered stable. Use at your own risk.

Made for a specific use case which may not fit everybody's needs.

Based on the [example plugin](https://github.com/Make-Lemonade/lemonsqueezy-wp-updater-example) from LemonSqueezy.

Example
-------

[](#example)

```
(new Jeffreyvr\WPPluginUpdater\WPPluginUpdater(
    __FILE__, // plugin file path
    'your-plugin/your-plugin.php',
    'your-plugin',
    '1.0',
    "https://yourpluginsite.test/check-update",
    "https://yourpluginsite.test/validate-license"
))->setCanCheck(function() {
    // determine if check can be made
})
->setActions([
    // classes should implement Jeffreyvr\WPPluginUpdater\Action interface
    'activate-license' => ActivateLicenseAction::class,
    'deactivate-license' => DeactivateLicenseAction::class,
    'check-license' => CheckLicenseAction::class,
    'check-update' => CheckUpdateAction::class
]);

new \Jeffreyvr\WPPluginUpdater\Updater($this->updater);
```

Contributors
------------

[](#contributors)

- [Jeffrey van Rossum](https://github.com/jeffreyvr)
- [All contributors](https://github.com/jeffreyvr/wp-meta-box/graphs/contributors)

License
-------

[](#license)

MIT. Please see the [License File](/LICENSE) for more information.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

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

Unknown

Total

1

Last Release

1358d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/66ca71465f93459010e10f39821b541f1c00c61233c48bcda0cea8a8d6fb6988?d=identicon)[jeffreyvr](/maintainers/jeffreyvr)

---

Top Contributors

[![jeffreyvr](https://avatars.githubusercontent.com/u/9550079?v=4)](https://github.com/jeffreyvr "jeffreyvr (5 commits)")

### Embed Badge

![Health badge](/badges/jeffreyvanrossum-wp-plugin-updater/health.svg)

```
[![Health](https://phpackages.com/badges/jeffreyvanrossum-wp-plugin-updater/health.svg)](https://phpackages.com/packages/jeffreyvanrossum-wp-plugin-updater)
```

PHPackages © 2026

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