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

ActiveLibrary

smoolabs/wordpress-plugin-updater
=================================

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

v4.0.5(5y ago)111395[5 issues](https://github.com/Capevace/wordpress-plugin-updater/issues)MITPHP

Since Feb 11Pushed 4y ago2 watchersCompare

[ Source](https://github.com/Capevace/wordpress-plugin-updater)[ Packagist](https://packagist.org/packages/smoolabs/wordpress-plugin-updater)[ RSS](/packages/smoolabs-wordpress-plugin-updater/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)DependenciesVersions (28)Used By (0)

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

[](#wordpress-plugin-updater)

The WordPress Plugin Integration for the [WordPress License Server](https://github.com/capevace/wpls).

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 smoolabs/wordpress-plugin-updater
```

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

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

```
