PHPackages                             wp-fleet/auto-update - 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. wp-fleet/auto-update

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

wp-fleet/auto-update
====================

PHP Package to handle the plugin and themes auto update functionality

1.0.3(4y ago)272↓100%2MITPHPPHP &gt;=7.0

Since Jan 3Pushed 4y ago2 watchersCompare

[ Source](https://github.com/wp-fleet/auto-update)[ Packagist](https://packagist.org/packages/wp-fleet/auto-update)[ RSS](/packages/wp-fleet-auto-update/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)DependenciesVersions (7)Used By (0)

wp-fleet/auto-update
====================

[](#wp-fleetauto-update)

PHP Package to handle the WordPress plugins and themes auto update functionality.

Getting Started
---------------

[](#getting-started)

### Minimum requirements and dependencies

[](#minimum-requirements-and-dependencies)

AutoUpdate requires:

- PHP &gt;= 7.0
- WP Fleet plugin to be installed from
- WordPress - latest
- Composer to be installed

### Installation

[](#installation)

Install via composer

```
composer require wp-fleet/auto-update

```

Usage
-----

[](#usage)

### Basic usage

[](#basic-usage)

In your plugin's main file, require vendor file and call the auto update loader class as follows:

```
// Define update plugin info and call the function to manage it.
$update_args = [
    'api_url' => 'https://your-website.tld/',
    'plugin_full_path' => __FILE__,
    'allowed_hosts' => [
        'https://your-website.tld'
    ],
    'plugin_name' => plugin_basename( __FILE__ ),
    'license_key' => 'required',
];
( new WpFleet\AutoUpdate\Loader( $update_args ) );

```

Parameters and arguments:

```
api_url - [required] site url where WP Fleet plugin is installed.

```

```
plugin_full_path - [required] expects to receive __FILE__ value. The full path of the current plugin (that will be updated automatically)

```

```
allowed_hosts - [optional] the url of the allowed external hosts to allow plugin updated (where WP Fleet plugin is installed)

```

```
plugin_name - [optional] the name of the current plugin (that will be updated automatically)

```

```
license_key - [optional] if true|1|required, a new page will be added under WP Admin -> Plugins -> License Keys and user will have to submit a valid license key to be able to automatically update plugin. If no license key is required, set it to false.

```

```
license_page_parent_slug - [optional] set the admin parent page slug.

```

```
license_page_description - [optional] a description that will be displayed on the license page.

```

License
-------

[](#license)

`wp-fleet/auto-update` code is licensed under MIT license.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~74 days

Total

5

Last Release

1655d ago

Major Versions

0.0.2 → 1.0.02021-01-09

PHP version history (2 changes)0.0.2PHP &gt;=7.4

1.0.1PHP &gt;=7.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/19579608?v=4)[Ion V](/maintainers/ionvv)[@ionvv](https://github.com/ionvv)

---

Top Contributors

[![ionvv](https://avatars.githubusercontent.com/u/19579608?v=4)](https://github.com/ionvv "ionvv (30 commits)")

---

Tags

auto-updateplugin-updatewordpresswordpress-plugin-updatewordpress-pluginswp-fleet

### Embed Badge

![Health badge](/badges/wp-fleet-auto-update/health.svg)

```
[![Health](https://phpackages.com/badges/wp-fleet-auto-update/health.svg)](https://phpackages.com/packages/wp-fleet-auto-update)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
