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

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

silverassist/wp-github-updater
==============================

A reusable WordPress plugin updater that handles automatic updates from public GitHub releases

1.3.1(2mo ago)38.5k↓44.7%PolyForm-Noncommercial-1.0.0PHPPHP &gt;=8.2CI passing

Since Aug 7Pushed 3mo agoCompare

[ Source](https://github.com/SilverAssist/wp-github-updater)[ Packagist](https://packagist.org/packages/silverassist/wp-github-updater)[ Docs](https://github.com/SilverAssist/wp-github-updater)[ RSS](/packages/silverassist-wp-github-updater/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (8)Dependencies (20)Versions (13)Used By (0)

WordPress GitHub Updater
========================

[](#wordpress-github-updater)

[![Latest Version on Packagist](https://camo.githubusercontent.com/6b14033ff19f9f72d2c93effc61fb272a264f41743f5af8f4427d4ca467c107b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73696c7665726173736973742f77702d6769746875622d757064617465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/silverassist/wp-github-updater)[![Software License](https://camo.githubusercontent.com/b77386cb9b49251e63fc40c67e8038f67011572b958720ec86bbb68913c22d4a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d506f6c79466f726d2d2d4e6f6e636f6d6d65726369616c2d2d312e302e302d626c75652e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/86d80d96704e5476bab21b32aba479ad355874b50e01aed56dc545d313202c06/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73696c7665726173736973742f77702d6769746875622d757064617465722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/silverassist/wp-github-updater)

A reusable WordPress plugin updater that handles automatic updates from public GitHub releases. Perfect for WordPress plugins distributed outside the official repository.

Features
--------

[](#features)

- 🔄 **Automatic Updates**: Seamlessly integrates with WordPress update system
- 🎯 **GitHub Integration**: Fetches releases directly from GitHub API
- ⚡ **Caching**: Built-in transient caching for performance
- 🛡️ **Security**: AJAX nonce verification and capability checks
- 🔧 **Configurable**: Flexible configuration options
- 📦 **Easy Integration**: Simple Composer installation
- 📢 **Admin Notices**: WordPress admin notifications for available updates
- 🗂️ **Enhanced File Handling**: Multi-tier temporary file creation to resolve hosting issues
- ✅ **Manual Version Checks**: AJAX-powered manual update checking with immediate admin feedback

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

[](#installation)

Install via Composer in your WordPress plugin:

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

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

[](#quick-start)

### Basic Usage

[](#basic-usage)

```
