PHPackages                             bmd/github-wp-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. bmd/github-wp-updater

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

bmd/github-wp-updater
=====================

GitHub Updater for WordPress

0.1.6(2mo ago)02725GPL-2.0-or-laterPHP

Since Apr 7Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/bob-moore/github-plugin-updater)[ Packagist](https://packagist.org/packages/bmd/github-wp-updater)[ RSS](/packages/bmd-github-wp-updater/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (4)Dependencies (10)Versions (7)Used By (5)

GitHub WP Updater
=================

[](#github-wp-updater)

Composer package for wiring GitHub-hosted WordPress plugin updates into the native WordPress update UI.

This package is built for plugins. You can initialize it from a plugin or from theme/framework code, but the `root_file` must always point at the target plugin's main file.

What It Does
------------

[](#what-it-does)

- Checks a GitHub repository for a newer plugin version.
- Reads plugin metadata from the remote main plugin file.
- Loads release download URLs from GitHub releases.
- Injects update information into WordPress' normal plugin update flow.
- Loads plugin information sections from common remote readme files.

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

[](#installation)

```
composer require bmd/github-wp-updater
```

Quick Start
-----------

[](#quick-start)

Minimal plugin bootstrap:

```
