PHPackages                             fusion-cms/auto-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. fusion-cms/auto-updater

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

fusion-cms/auto-updater
=======================

Autoupdater for PHP

1.0.3(2y ago)1197MITPHPPHP &gt;=7.2.0

Since Nov 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/FusionWowCMS/AutoUpdater)[ Packagist](https://packagist.org/packages/fusion-cms/auto-updater)[ RSS](/packages/fusion-cms-auto-updater/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (1)Dependencies (6)Versions (2)Used By (0)

[![PHPUnit](https://github.com/VisualAppeal/PHP-Auto-Update/actions/workflows/phpunit.yml/badge.svg)](https://github.com/VisualAppeal/PHP-Auto-Update/actions/workflows/phpunit.yml)

With this library your users can automatically update their instance of your application to the newest version. I created it as a proof of concept and don't know if it is used somewhere. So please use this library with caution because it can potentially make your users software nonfunctional if something goes wrong.

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

[](#installation)

- Install the library via composer [visualappeal/php-auto-update](https://packagist.org/packages/visualappeal/php-auto-update)
- Create an update file/method in your application with your update routine (see `example/client/update/index.php`)
- Create a `update.json` or `update.ini` on your server (where the client should get the updates, see `example/server/update.json` or `example/server/update.ini`)

**Important: Please notice that PHP needs write permissions to update the files on the webserver**

Example
-------

[](#example)

You can start an example docker container via `docker-compose up` and see the example by visiting `http://127.0.0.1:8080/example/client/`

Client
------

[](#client)

### Caching

[](#caching)

The library supports the `desarrolla2/cache` component, and you should use it! Otherwise, the client will download the update ini/json file on every request.

Server
------

[](#server)

Your server needs at least one file which will be downloaded from the client to check for updates. This can be a json or an ini file. See `example/server/` for examples. The ini section key respectively the json key is the version. This library uses semantic versioning to compare the versions. See [semver.org](http://semver.org/) for details. The ini/json value is the absolute url to the update zip file. Since the library supports incremental updates, the zip file only need to contain the changes since the last version. The zip files do not need to be placed on the same server, they can be uploaded to S3 or another cloud storage, too.

Documentation
-------------

[](#documentation)

For the documentation see the comments in `src/AutoUpdate.php` or the example in the `example` directory.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor3

3 contributors hold 50%+ of commits

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

Unknown

Total

1

Last Release

958d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ee05d070b57b02eee5554b36f5cdd8ba827e25329a0adf8bf236e29465ee77a0?d=identicon)[nightprince](/maintainers/nightprince)

---

Top Contributors

[![fabiante](https://avatars.githubusercontent.com/u/7669818?v=4)](https://github.com/fabiante "fabiante (9 commits)")[![jitheshgopan](https://avatars.githubusercontent.com/u/1967336?v=4)](https://github.com/jitheshgopan "jitheshgopan (6 commits)")[![Nightprince](https://avatars.githubusercontent.com/u/12217476?v=4)](https://github.com/Nightprince "Nightprince (4 commits)")[![migliori](https://avatars.githubusercontent.com/u/7558100?v=4)](https://github.com/migliori "migliori (3 commits)")[![omarhen](https://avatars.githubusercontent.com/u/5448144?v=4)](https://github.com/omarhen "omarhen (2 commits)")[![Metallizzer](https://avatars.githubusercontent.com/u/691719?v=4)](https://github.com/Metallizzer "Metallizzer (2 commits)")[![ttimot24](https://avatars.githubusercontent.com/u/10697800?v=4)](https://github.com/ttimot24 "ttimot24 (1 commits)")[![kieronsutton00](https://avatars.githubusercontent.com/u/16363185?v=4)](https://github.com/kieronsutton00 "kieronsutton00 (1 commits)")[![r23](https://avatars.githubusercontent.com/u/396063?v=4)](https://github.com/r23 "r23 (1 commits)")[![robinflyhigh](https://avatars.githubusercontent.com/u/275138?v=4)](https://github.com/robinflyhigh "robinflyhigh (1 commits)")[![tikky](https://avatars.githubusercontent.com/u/546755?v=4)](https://github.com/tikky "tikky (1 commits)")[![0legKolomiets](https://avatars.githubusercontent.com/u/5287629?v=4)](https://github.com/0legKolomiets "0legKolomiets (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/fusion-cms-auto-updater/health.svg)

```
[![Health](https://phpackages.com/badges/fusion-cms-auto-updater/health.svg)](https://phpackages.com/packages/fusion-cms-auto-updater)
```

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[symfony/symfony

The Symfony PHP framework

31.4k87.2M2.2k](/packages/symfony-symfony)[composer/composer

Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.

29.5k196.2M3.1k](/packages/composer-composer)[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)

PHPackages © 2026

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