PHPackages                             wpessential/wpessential-widgets - 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. wpessential/wpessential-widgets

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

wpessential/wpessential-widgets
===============================

WPEssential Widgets helping in registry of widgets in WordPress.

1.0.6(1y ago)034[6 issues](https://github.com/wpessential/wpessential-widgets/issues)1GPL-3.0-or-laterPHPPHP &gt;=7.4CI failing

Since Sep 9Pushed 1y ago1 watchersCompare

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

READMEChangelog (8)DependenciesVersions (9)Used By (1)

WPEssential Widgets
===================

[](#wpessential-widgets)

Help to register the widgets in WordPress.

`composer require wpessential/wpessential-widgets`

Add the single widget to WordPress registry

```
$sidebar = \WPEssential\Library\Widget::make();
$sidebar->add('YOUR_NAMESPACE\CLASS_NAME');
$sidebar->init();
```

Add the multiple widgets to WordPress registry

```
$sidebar = \WPEssential\Library\Widget::make();
$sidebar->adds(['YOUR_NAMESPACE\CLASS_NAME']);
$sidebar->init();
```

Remove the single widget from WordPress registry

```
$sidebar = \WPEssential\Library\Widget::make();
$sidebar->remove('YOUR_NAMESPACE\CLASS_NAME');
$sidebar->init();
```

Remove the multiple widget from WordPress registry

```
$sidebar = \WPEssential\Library\Widget::make();
$sidebar->removes(['YOUR_NAMESPACE\CLASS_NAME']);
$sidebar->init();
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance45

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

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

Recently: every ~21 days

Total

8

Last Release

424d ago

Major Versions

0.1 → 1.02024-09-10

### Community

Maintainers

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

---

Top Contributors

[![wpessential](https://avatars.githubusercontent.com/u/24288930?v=4)](https://github.com/wpessential "wpessential (8 commits)")

### Embed Badge

![Health badge](/badges/wpessential-wpessential-widgets/health.svg)

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

###  Alternatives

[phalapi/wechatmini

PhalApi 2.x 微信小程序扩展

121.1k](/packages/phalapi-wechatmini)

PHPackages © 2026

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