PHPackages                             makeweb/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. makeweb/updater

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

makeweb/updater
===============

1.2.4(7y ago)1662[1 issues](https://github.com/makewebau/updater/issues)PHP

Since Jun 23Pushed 7y ago1 watchersCompare

[ Source](https://github.com/makewebau/updater)[ Packagist](https://packagist.org/packages/makeweb/updater)[ RSS](/packages/makeweb-updater/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (5)Dependencies (5)Versions (11)Used By (0)

Updater
=======

[](#updater)

Connect your plugin to a server running Easy Digital Downloads - Software Licensing

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

[](#installation)

Installation can be done via composer with:

```
composer require makeweb/updater

```

Usage
-----

[](#usage)

### Autoload package with composer

[](#autoload-package-with-composer)

Make sure you are autoloading the package's classes by requiring the composer autoloader if you are not already. Your main plugin file is usually the best place to `require` the composer autoloader. You only need to do this once in your plugin.

```
// Autoload composer dependencies
require __DIR__.'/vendor/autoload.php';

```

### Boot the updater

[](#boot-the-updater)

To boot the uploader in your main plugin file:

```
// Boot the plugin update client
(new MakeWeb\Updater\Updater(__FILE__))->boot();

```

You could implement this in any other file as well, but be sure to pass in the full path of the main plugin file to the `Updater` constructure in place of `__FILE__`.

Configuration
-------------

[](#configuration)

The update client pulls all neccessarry configuration from main plugin file, drawing from the header comments of the main plugin file and the filename.

For example, take the following header comment block:

```
/*
Plugin Name: MyCompany Thingamajiggy
Description: Respiculate your stultiloquence
Version: 1.0.0
Author: MyCompany
Author URI: http://example.org
*/

```

The package will look for an update server at `example.org` and will attempt to find updates available based on the given plugin name, and version.

Wordpress Settings Page
-----------------------

[](#wordpress-settings-page)

The package will automatically create a settings page under the `Plugins` menu called `{MyCompany} Plugin Licenses`, where the value of `{MyCompany}` is drawn from the `Author` header from the main plugin file. If multiple plugins are installed which use this package, plugins with the same `Author` name will appear on the same page. Each plugin will have a text input field where a license key can be entered to allow the user to update their plugin with updates from the update server.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 72.9% 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 ~50 days

Recently: every ~40 days

Total

10

Last Release

2795d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6f37a083266b9624a0b945354a06ec34e80e00816676179ba9065d626c7b5b6c?d=identicon)[MakeWeb](/maintainers/MakeWeb)

---

Top Contributors

[![AndrewFeeney](https://avatars.githubusercontent.com/u/13425337?v=4)](https://github.com/AndrewFeeney "AndrewFeeney (35 commits)")[![sepehr](https://avatars.githubusercontent.com/u/23576?v=4)](https://github.com/sepehr "sepehr (13 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/makeweb-updater/health.svg)

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

###  Alternatives

[mastergalen/adsense-ads

Display Adsense ads easily in Laravel.

1311.2k](/packages/mastergalen-adsense-ads)

PHPackages © 2026

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