PHPackages                             hizzle/wp-plugin-updates - 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. hizzle/wp-plugin-updates

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

hizzle/wp-plugin-updates
========================

Hizzle Licenses WordPress plugin updater library

0.0.1(4mo ago)01GPL-3.0-or-laterPHP

Since Feb 5Pushed 4mo agoCompare

[ Source](https://github.com/hizzle-co/wp-plugin-updates)[ Packagist](https://packagist.org/packages/hizzle/wp-plugin-updates)[ RSS](/packages/hizzle-wp-plugin-updates/feed)WikiDiscussions main Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

WP Plugin Updates
=================

[](#wp-plugin-updates)

This library allows you to distribute WordPress plugins with automatic updates from your own Hizzle Licenses licensing server.

Features
--------

[](#features)

- **Flexible Configuration**: Works with any custom licensing server in addition to Hizzle Licenses
- **License Management**: Built-in license activation/deactivation system
- **Automatic Updates**: Integrates seamlessly with WordPress's update system
- **REST API**: Optional REST endpoints for license management
- **Secure**: Follows WordPress best practices and security standards

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

[](#installation)

Install via Composer:

```
composer require hizzle/wp-plugin-updates
```

Basic Usage
-----------

[](#basic-usage)

### 1. Initialize the Library

[](#1-initialize-the-library)

In your main plugin file, initialize the library with your server configuration:

```
