PHPackages                             makeweb/edd-software-licensing-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/edd-software-licensing-updater

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

makeweb/edd-software-licensing-updater
======================================

1.0.1(9y ago)024PHP

Since May 31Pushed 9y ago1 watchersCompare

[ Source](https://github.com/makewebau/EDDSoftwareLicensingUpdater)[ Packagist](https://packagist.org/packages/makeweb/edd-software-licensing-updater)[ RSS](/packages/makeweb-edd-software-licensing-updater/feed)WikiDiscussions master Synced 4w ago

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

MakeWeb Easy Digital Downloads Software Licensing Updater
=========================================================

[](#makeweb-easy-digital-downloads-software-licensing-updater)

Make your plugin or theme updatable with EDD Software Licensing. Based on the example code provided by @pippinsplugins

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

[](#installation)

Install with composer via the command line.

### Composer

[](#composer)

If you don't have composer you can get it [here.](https://getcomposer.org/download/)

### Install with Composer

[](#install-with-composer)

From the root of your project type:

`composer require makeweb/edd-software-licensing-updater`

### Easy Digital Downloads - Software Licensing Extension

[](#easy-digital-downloads---software-licensing-extension)

You will also need to have a server running an instance of [Easy Digital Downloads Software Licensing.](https://easydigitaldownloads.com/downloads/software-licensing/)

Usage
-----

[](#usage)

Make sure you're including the composer autoloader in your main plugin file:

`require (__DIR__.'/vendor/autoload.php');`

This tells PHP where to look for the classes which the package requires so you don't have to write `include`/`require` statements for every php file.

Add the following to your main plugin file to boot the plugin updater.

```
/**
 * Boot plugin update
 **/
(new \MakeWeb\EDDSoftwareLicensingUpdater\Updater)
    ->setHostUrl('https://my-server-running-eddsl.com')
    ->setName('My Plugin')
    ->setPluginFilePath(__FILE__)
    ->setVersion('1.0.0')
    ->setLicenseKey($licenseKey)
    ->register();
```

Make sure you set the value of `$licenseKey` to the license key generated by a purchase in EDD.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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 ~0 days

Total

2

Last Release

3317d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7399889?v=4)[MakeWeb](/maintainers/MakeWeb)[@makeweb](https://github.com/makeweb)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[spatie/nova-backup-tool

A Laravel Nova tool to backup your application.

362574.8k1](/packages/spatie-nova-backup-tool)

PHPackages © 2026

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