PHPackages                             appsero/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. appsero/updater

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

appsero/updater
===============

Appsero client updater module

v2.3.5(10mo ago)044.7k↓17%5MITPHP

Since Dec 6Pushed 10mo agoCompare

[ Source](https://github.com/Appsero/updater)[ Packagist](https://packagist.org/packages/appsero/updater)[ RSS](/packages/appsero-updater/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelog (8)DependenciesVersions (12)Used By (0)

AppSero Client Updater
======================

[](#appsero-client-updater)

### Version 2.3.5

[](#version-235)

- Fixed: Missing methods added to prevent a fatal error

### Version 2.3.4

[](#version-234)

- Fixed: Plugin update message do not display after dependent plugin version update

### Version 2.3.3

[](#version-233)

- [Depency](#depency)
- [Installation](#installation)
- [Usages](#usages)

Depenct
-------

[](#depenct)

At first you need to isntall [Appseo Client](https://github.com/Appsero/client/blob/develop/readme.md)

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

[](#installation)

You can install AppSero Client Updater in two ways, via composer and manually.

### 1. Composer Installation

[](#1-composer-installation)

Add dependency in your project (theme/plugin):

```
composer require appsero/updater

```

Now add `autoload.php` in your file if you haven't done already.

```
require __DIR__ . '/vendor/autoload.php';
```

### 2. Manual Installation

[](#2-manual-installation)

Clone the repository in your project.

```
cd /path/to/your/project/folder
git clone https://github.com/AppSero/updater.git updater
```

##### Now include the dependencies in your plugin/theme.

[](#now-include-the-dependencies-in-your-plugintheme)

```
if (! class_exists('Appsero\Updater')) {
  require __DIR__ . '/updater/src/Updater.php';
}
```

Usages
------

[](#usages)

```
$client = new Appsero\Client( 'a4a8da5b-b419-4656-98e9-4a42e9044891', 'Akismet', __FILE__ );

// Active automatic updater
Appsero\Updater::init($client);
```

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance54

Moderate activity, may be stable

Popularity31

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor2

2 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

Every ~65 days

Recently: every ~58 days

Total

10

Last Release

306d ago

Major Versions

v1.0.0 → v2.0.02024-08-01

### Community

Maintainers

![](https://www.gravatar.com/avatar/55963648efea4511889f497782980f9a8776a911dd500cba980e1840cb6c92d5?d=identicon)[tareq1988](/maintainers/tareq1988)

![](https://www.gravatar.com/avatar/0dea3fd622e892b210ebe97b6d72ccbedf2a6097627e58d91c07ec06c29cc4d5?d=identicon)[bdmehedi](/maintainers/bdmehedi)

---

Top Contributors

[![anisAronno](https://avatars.githubusercontent.com/u/38912435?v=4)](https://github.com/anisAronno "anisAronno (14 commits)")[![bdmehedi](https://avatars.githubusercontent.com/u/25886111?v=4)](https://github.com/bdmehedi "bdmehedi (14 commits)")[![shohag121](https://avatars.githubusercontent.com/u/5476784?v=4)](https://github.com/shohag121 "shohag121 (4 commits)")[![MdAsifHossainNadim](https://avatars.githubusercontent.com/u/90011088?v=4)](https://github.com/MdAsifHossainNadim "MdAsifHossainNadim (1 commits)")

### Embed Badge

![Health badge](/badges/appsero-updater/health.svg)

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

###  Alternatives

[cagartner/correios-consulta

Package para pesquisa de serviços de busca por cep, calculo de frete e etc, diretamente nos serviços dos Correios.

159301.8k](/packages/cagartner-correios-consulta)

PHPackages © 2026

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