PHPackages                             matthiasweb/wordpress-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. matthiasweb/wordpress-plugin-updater

ActiveLibrary

matthiasweb/wordpress-plugin-updater
====================================

A library for WordPress plugins, to utilize license verification and auto-updating using WordPress License Server.

2.0.2(5y ago)15.9k1MITPHP

Since Feb 11Pushed 5y ago1 watchersCompare

[ Source](https://github.com/matzeeable/wordpress-plugin-updater)[ Packagist](https://packagist.org/packages/matthiasweb/wordpress-plugin-updater)[ RSS](/packages/matthiasweb-wordpress-plugin-updater/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (24)Used By (0)

wordpress-plugin-updater
========================

[](#wordpress-plugin-updater)

The WordPress Plugin Integration for the WordPress License Server.

Preamble
--------

[](#preamble)

This is a forked repository of the original code of [Capevace/wordpress-plugin-updater](https://github.com/Capevace/wordpress-plugin-updater). This forked repository is also published to packagist so it can be installed through composer. Please note the npm script `npm run replace`that replaces the original `smoolabs`/`Capevace` namespaces with `MatthiasWeb` to avoid namespace conflicts. The Thanks goes to Capevace (original author), this repository simply adds some modifications to meet the needs for MatthiasWeb plugins.

Usage
-----

[](#usage)

There's two ways you can integrate this and enable automatic updates for your own plugin.

### Using Composer

[](#using-composer)

If you're already using Composer, you'll know what to do.

If not, you'll need to install Composer on your computer and run `composer init`. This will initialize composer in your packages root.

Once that is complete, run this:

```
composer require matthiasweb/wordpress-plugin-updater:dev-master
```

Composer will then install the integration into the `vendor/` folder.

To include the plugin files now, simply include the `vendor/autoload.php` file.

```
