PHPackages                             sashoknekulin/wpautoupdate - 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. sashoknekulin/wpautoupdate

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

sashoknekulin/wpautoupdate
==========================

automatically update wordpress themes and plugins from the github repository

v1.2(7y ago)111MITPHP

Since Mar 18Pushed 7y ago1 watchersCompare

[ Source](https://github.com/SashokNekulin/WpAutoUpdate)[ Packagist](https://packagist.org/packages/sashoknekulin/wpautoupdate)[ RSS](/packages/sashoknekulin-wpautoupdate/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (4)Used By (0)

WpAutoUpdate
============

[](#wpautoupdate)

Automatically update wordpress themes and plugins from the github repository.

Автоматическое обновление wordpress тем и плагинов из репозитория github.

Реагирует на релиз в репозитории. Перейдите к вкладке Releases и щелкните по «Create a new release» Здесь вы найдете несколько полей, которые надо заполнить. Самое важное поле — Tag version. Здесь мы поместим текущую версию релиза нашего плагина.

Подключение для тем
-------------------

[](#подключение-для-тем)

В файле вашей темы добавьте

$theme = new SashokNekulin\\WpAutoUpdate\\ThemeUpdateg( get\_template\_directory() );

$theme-&gt;set\_username( 'USER' ); // имя пользователя

$theme-&gt;set\_repository( 'REPO' ); // репозиторий

// $theme-&gt;authorize( 'CODE\_REPOS' ); // Ключ если репозиторий закрыт

$theme-&gt;initialize();

Подключение для плагинов
------------------------

[](#подключение-для-плагинов)

В файле вашего плагина добавьте

$plugin = new SashokNekulin\\WpAutoUpdate\\PluginUpdate( **FILE** );

$plugin-&gt;set\_username( 'USER' ); // имя пользователя

$plugin-&gt;set\_repository( 'REPO' ); // репозиторий

// $plugin-&gt;authorize( 'CODE\_REPOS' ); // Ключ если репозиторий закрыт

$plugin-&gt;initialize();

Идея взята отсюда
-----------------

[](#идея-взята-отсюда)

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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 ~0 days

Total

3

Last Release

2610d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4d7b4daf30be0ef1b7f2171be25e5f2174d3b5de7cbb9f260c55fe015d478cfa?d=identicon)[SashokNekulin](/maintainers/SashokNekulin)

---

Top Contributors

[![SashokNekulin](https://avatars.githubusercontent.com/u/19797795?v=4)](https://github.com/SashokNekulin "SashokNekulin (18 commits)")

### Embed Badge

![Health badge](/badges/sashoknekulin-wpautoupdate/health.svg)

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

###  Alternatives

[ezsystems/ezplatform-richtext

eZ Platform RichText Extension, including the RichText FieldType.

32748.6k36](/packages/ezsystems-ezplatform-richtext)

PHPackages © 2026

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