PHPackages                             kyle-niemiec/wppf-update-helper - 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. [Framework](/categories/framework)
4. /
5. kyle-niemiec/wppf-update-helper

ActiveLibrary[Framework](/categories/framework)

kyle-niemiec/wppf-update-helper
===============================

A small, importable framework for integrating a WPPF plugin with the WordPress Plugin Update Server.

1.0.2(5mo ago)121GPL-3.0PHP

Since Jan 22Pushed 5mo agoCompare

[ Source](https://github.com/kyle-niemiec/wppf-update-helper)[ Packagist](https://packagist.org/packages/kyle-niemiec/wppf-update-helper)[ RSS](/packages/kyle-niemiec-wppf-update-helper/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (1)Versions (3)Used By (0)

WPPF Update Helper
==================

[](#wppf-update-helper)

This project is a Composer-distrubuted package designed to integrate a custom WordPress plugin project with the [WP Plugin Update Server](https://github.com/kyle-niemiec/wp-plugin-update-server). It provides the tools used to communicate with a plugin update server and perform information reporting and update installation.

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

[](#installation)

To install this package into your plugin project, simply navigate to the root directory of your project in a command terminal and run `composer require kyle-niemiec/wppf-update-helper`. This installs the update helper into the vendor directoy and updates your Composer file.

Usage
-----

[](#usage)

In order to have your WordPress plugin talk to an update server, you must define a plugin slug and a URL to access in your plugin.

#### This project assumes your plugin folder name will have the same name (slug) as the primary PHP file inside of it. That is, your plugin should have an effective ID of "plugin-slug/plugin-slug.php". If you do not organize your project as such, the update system will not work.

[](#this-project-assumes-your-plugin-folder-name-will-have-the-same-name-slug-as-the-primary-php-file-inside-of-it-that-is-your-plugin-should-have-an-effective-id-of-plugin-slugplugin-slugphp-if-you-do-not-organize-your-project-as-such-the-update-system-will-not-work)

To tell the update helper what you plugin slug and update URL are, you simply need to require the update helper, then add the slug and URL to the plugin update list via a key/value pair.

```
/* Inside of "plugin-slug/plugin-slug.php" */

use WPPF\Update_Helper\v1_0_2\Plugin_Update_List;

// Include the plugin update helper
require_once __DIR__ . '/vendor/kyle-niemiec/wppf-update-helper/index.php';

// Add the slug and URL to the list
Plugin_Update_List::add_plugin( 'plugin-slug', 'https://codeflower.io/' );
```

If you plan on using a private GitHub repository, you should provide an SSL key to use to encrypt your API token in "Settings &gt; WPPF Settings". This token must match the token on the update server.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance72

Regular maintenance activity

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity36

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

Every ~3 days

Total

2

Last Release

161d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/50939562?v=4)[Kyle Niemiec](/maintainers/kyle-niemiec)[@kyle-niemiec](https://github.com/kyle-niemiec)

---

Top Contributors

[![kyle-niemiec](https://avatars.githubusercontent.com/u/50939562?v=4)](https://github.com/kyle-niemiec "kyle-niemiec (14 commits)")

---

Tags

composerintegrationphpplugin-frameworkplugin-updatesupdate-helperwordpresswordpress-developmentwordpress-pluginwppf

### Embed Badge

![Health badge](/badges/kyle-niemiec-wppf-update-helper/health.svg)

```
[![Health](https://phpackages.com/badges/kyle-niemiec-wppf-update-helper/health.svg)](https://phpackages.com/packages/kyle-niemiec-wppf-update-helper)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M299](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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