PHPackages                             ernilambar/gitvise - 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. ernilambar/gitvise

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

ernilambar/gitvise
==================

WordPress plugin updater from GitHub releases

1.0.0(2mo ago)027MITPHPPHP &gt;=7.4CI passing

Since Feb 24Pushed 2mo agoCompare

[ Source](https://github.com/ernilambar/gitvise)[ Packagist](https://packagist.org/packages/ernilambar/gitvise)[ RSS](/packages/ernilambar-gitvise/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (0)

Gitvise
=======

[](#gitvise)

WordPress PHP library for plugin updates from **GitHub releases**: uses the latest release tag as the version and the release ZIP (or zipball) as the package.

**Requirements:** PHP 7.4+, WordPress 5.0+

---

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

[](#installation)

```
composer require ernilambar/gitvise
```

In your plugin, load the library via its entry point:

```
require_once __DIR__ . '/vendor/ernilambar/gitvise/init.php';
```

---

Usage
-----

[](#usage)

```
use Nilambar\Gitvise\Updater;

$updater = new Updater( 'your-github-user/your-repo-name', __FILE__ );
$updater->init();
```

**Optional:** Third argument = custom update slug (when plugin dir name differs from desired slug). Fourth argument = GitHub personal access token (for higher API rate limit).

```
$updater = new Updater( 'user/repo', __FILE__, 'repo-slug', 'ghp_your_token' );
$updater->init();
```

---

How it works
------------

[](#how-it-works)

On each update check, the library fetches the latest release from the GitHub API, compares the tag (e.g. `v1.2.3` → `1.2.3`) with the installed version from WordPress’s transient, and populates the update with the first ZIP asset or the zipball URL. The `plugins_api` filter is handled so “View details” shows release info.

---

License
-------

[](#license)

MIT. See [LICENSE](LICENSE).

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance85

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 68.4% 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

Unknown

Total

1

Last Release

80d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1cadcb517376848c16d425d8a29d63fdd8af2cb505865f34c70e92cfdc91023a?d=identicon)[ernilambar](/maintainers/ernilambar)

---

Top Contributors

[![ernilambar](https://avatars.githubusercontent.com/u/2098823?v=4)](https://github.com/ernilambar "ernilambar (13 commits)")[![Copilot](https://avatars.githubusercontent.com/in/1143301?v=4)](https://github.com/Copilot "Copilot (6 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/ernilambar-gitvise/health.svg)

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

###  Alternatives

[cerdic/css-tidy

CSSTidy is a CSS minifier

2092.0M6](/packages/cerdic-css-tidy)[lochmueller/calendarize

Create a structure for timely controlled tables (e.g. events) and one plugin for the different output of calendar views (list, detail, month, year, day, week...). The extension is shipped with one default event table, but you can also 'calendarize' your own table/model. It is completely independent and configurable! Use your own models as event items in this calender. Development on https://github.com/lochmueller/calendarize

77152.6k12](/packages/lochmueller-calendarize)[sitegeist/kaleidoscope

Responsive-images for Neos

29352.4k10](/packages/sitegeist-kaleidoscope)[jurchiks/numbers2words

It spells numbers (and currencies)!

20172.1k3](/packages/jurchiks-numbers2words)[giauphan/laravel-qr-code

QR Code Generator for PHP wrapper for Laravel

2765.4k1](/packages/giauphan-laravel-qr-code)[syholloway/mrcolor

Color manipulation tools and format conversion for PHP

14149.6k](/packages/syholloway-mrcolor)

PHPackages © 2026

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