PHPackages                             threadi/easy-updates-from-vcs-for-wordpress - 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. threadi/easy-updates-from-vcs-for-wordpress

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

threadi/easy-updates-from-vcs-for-wordpress
===========================================

Provides a simple method to update WordPress plugin via GitHub.

09PHP

Since Jun 19Pushed 10mo agoCompare

[ Source](https://github.com/threadi/easy-updates-from-vsc-for-wordpress)[ Packagist](https://packagist.org/packages/threadi/easy-updates-from-vcs-for-wordpress)[ RSS](/packages/threadi-easy-updates-from-vcs-for-wordpress/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)DependenciesVersions (2)Used By (0)

Easy Updates from VCS for WordPress
===================================

[](#easy-updates-from-vcs-for-wordpress)

Requirements
------------

[](#requirements)

- *composer* to install this package.
- WordPress-plugin or -theme to use it.

Prerequirements
---------------

[](#prerequirements)

### For use with GitHub

[](#for-use-with-github)

- Create your own API key [here](https://github.com/settings/personal-access-tokens).
- Make sure to set the permissions for the repository you will use on the API key settings.
- Create a first release of your plugin / theme in GitHub.
-

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

[](#installation)

1. `composer require threadi/easy-updates-from-vcs-for-wordpress`
2. Create the configuration file `eufvgw.yml` in the root of your plugin and adapt the settings for your needs:

```
type:
  - name: Plugin
  - slug: tz-test-plugin
  - file: tz-test-plugin.php

source:
  - name: GitHub
  - user: threadi
  - repository: tz-test-plugin
  - key: c

cache: true

```

3. Add the codes from `doc/install.php` to your WordPress-project (plugin or theme).

Check for WordPress Coding Standards
------------------------------------

[](#check-for-wordpress-coding-standards)

### Initialize

[](#initialize)

`composer install`

### Run

[](#run)

`vendor/bin/phpcs --standard=vendor/threadi/easy-updates-from-vcs-for-wordpress/ruleset.xml vendor/threadi/easy-updates-from-vcs-for-wordpress/`

### Repair

[](#repair)

`vendor/bin/phpcbf --standard=vendor/threadi/easy-updates-from-vcs-for-wordpress/ruleset.xml vendor/threadi/easy-updates-from-vcs-for-wordpress/`

Analyse with PHPStan
--------------------

[](#analyse-with-phpstan)

`vendor/bin/phpstan analyse -c vendor/threadi/easy-updates-from-vcs-for-wordpress/phpstan.neon`

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity16

Early-stage or recently created project

 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.

### Community

Maintainers

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

---

Top Contributors

[![threadi](https://avatars.githubusercontent.com/u/16623633?v=4)](https://github.com/threadi "threadi (5 commits)")

### Embed Badge

![Health badge](/badges/threadi-easy-updates-from-vcs-for-wordpress/health.svg)

```
[![Health](https://phpackages.com/badges/threadi-easy-updates-from-vcs-for-wordpress/health.svg)](https://phpackages.com/packages/threadi-easy-updates-from-vcs-for-wordpress)
```

###  Alternatives

[obs/esdk-obs-php

OBS PHP SDK

58121.1k3](/packages/obs-esdk-obs-php)

PHPackages © 2026

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