PHPackages                             ayecode/wp-super-duper - 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. ayecode/wp-super-duper

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

ayecode/wp-super-duper
======================

Lets you create a widget, block and shortcode all from the one file .

2.0.2(4y ago)321.5k8[13 issues](https://github.com/AyeCode/wp-super-duper/issues)[1 PRs](https://github.com/AyeCode/wp-super-duper/pulls)GPL-3.0-or-laterPHPPHP &gt;=5.3.0

Since Dec 5Pushed 2w ago6 watchersCompare

[ Source](https://github.com/AyeCode/wp-super-duper)[ Packagist](https://packagist.org/packages/ayecode/wp-super-duper)[ Docs](https://github.com/AyeCode/wp-super-duper)[ RSS](/packages/ayecode-wp-super-duper/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (4)Versions (117)Used By (0)

wp-super-duper
==============

[](#wp-super-duper)

A WordPress Class to build a widget, shortcode and Gutenberg block at once.

V1 to V2 migration
==================

[](#v1-to-v2-migration)

- Change how you load the widgets

```
// SD V1 used to extend the widget class. V2 does not, so we cannot call register_widget() on it.
$widget = 'SD_Hello_World';
if ( is_subclass_of( $widget, 'WP_Widget' ) ) { // SD V1 is loaded.
	register_widget( $widget );
} else {
	new $widget(); // SD V2 is loaded.
}
```

###  Health Score

48

—

FairBetter than 93% of packages

Maintenance55

Moderate activity, may be stable

Popularity30

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 73.6% 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 ~24 days

Recently: every ~8 days

Total

113

Last Release

46d ago

Major Versions

1.0.27 → 2.0.02021-10-05

1.2.31 → 3.0.0-beta2026-04-08

PHP version history (3 changes)1.0.2PHP &gt;=5.3.0

1.1.42PHP &gt;=5.4.0

3.0.0-betaPHP &gt;=7.4.0

### Community

Maintainers

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

---

Top Contributors

[![kprajapatii](https://avatars.githubusercontent.com/u/7394489?v=4)](https://github.com/kprajapatii "kprajapatii (220 commits)")[![Stiofan](https://avatars.githubusercontent.com/u/10433311?v=4)](https://github.com/Stiofan "Stiofan (52 commits)")[![Mte90](https://avatars.githubusercontent.com/u/403283?v=4)](https://github.com/Mte90 "Mte90 (17 commits)")[![picocodes](https://avatars.githubusercontent.com/u/19934448?v=4)](https://github.com/picocodes "picocodes (6 commits)")[![mutendebrian](https://avatars.githubusercontent.com/u/33359694?v=4)](https://github.com/mutendebrian "mutendebrian (1 commits)")[![justlevine](https://avatars.githubusercontent.com/u/29322304?v=4)](https://github.com/justlevine "justlevine (1 commits)")[![1naveengiri](https://avatars.githubusercontent.com/u/24760592?v=4)](https://github.com/1naveengiri "1naveengiri (1 commits)")[![pol76](https://avatars.githubusercontent.com/u/25163253?v=4)](https://github.com/pol76 "pol76 (1 commits)")

---

Tags

wordpresswpsuper duper

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/ayecode-wp-super-duper/health.svg)

```
[![Health](https://phpackages.com/badges/ayecode-wp-super-duper/health.svg)](https://phpackages.com/packages/ayecode-wp-super-duper)
```

###  Alternatives

[roots/bedrock

WordPress boilerplate with Composer, easier configuration, and an improved folder structure

6.5k463.8k2](/packages/roots-bedrock)[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[roots/wp-stage-switcher

WordPress plugin that allows you to switch between different environments from the admin bar

383469.2k3](/packages/roots-wp-stage-switcher)[vinkla/wordplate

The WordPlate boilerplate

2.2k5.3k](/packages/vinkla-wordplate)

PHPackages © 2026

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