PHPackages                             marked-effect/github-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. marked-effect/github-plugin-updater

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

marked-effect/github-plugin-updater
===================================

GitHub Updater for WordPress

0.1.1(1y ago)020GPL-2.0-or-laterPHP

Since Apr 7Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/bob-moore/github-plugin-updater)[ Packagist](https://packagist.org/packages/marked-effect/github-plugin-updater)[ RSS](/packages/marked-effect-github-plugin-updater/feed)WikiDiscussions main Synced 2mo ago

READMEChangelog (4)Dependencies (10)Versions (3)Used By (0)

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:

```
