PHPackages                             wpup/features - 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. wpup/features

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

wpup/features
=============

WordPress setting page page for feature flagging interface/implementation

v1.0.1(8y ago)19MITPHPPHP ^7.0

Since Apr 25Pushed 6y ago2 watchersCompare

[ Source](https://github.com/wpup/features)[ Packagist](https://packagist.org/packages/wpup/features)[ Docs](https://github.com/wpup/features)[ RSS](/packages/wpup-features/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

Features
========

[](#features)

[![Build Status](https://camo.githubusercontent.com/84ec4e7555217dde63764f5f97cf4103ed696875146c4ecc209b0bd2b3256bac/68747470733a2f2f7472617669732d63692e6f72672f777075702f66656174757265732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/wpup/features)[![No Maintenance Intended](https://camo.githubusercontent.com/d904056147052e22d8e1c7f46bb50293ed2aeb4c43ead9a2d0cf7a48b46d0562/687474703a2f2f756e6d61696e7461696e65642e746563682f62616467652e737667)](http://unmaintained.tech/)

WordPress setting page for [php-features](https://github.com/frozzare/php-features). That package is installed when using this plugin so no need to install it yourself.

Install
-------

[](#install)

```
composer require wpup/features

```

Usage
-----

[](#usage)

First read [php-features](https://github.com/frozzare/php-features) readme file to know how that package works.

Example:

```
features( [
    'log'      => false,
    'checkout' => true
] );
```

Best practice is the set features before WordPress are loaded, e.g config files.

Filters
-------

[](#filters)

Add custom to description to features setting page:

```
add_filter( 'features_description', function () {
    return 'my custom description';
} );
```

No HTML is allowed since the description is escaped.

Add custom labels to admin instead of feature keys:

```
add_filter( 'features_labels', function () {
    return [
        'log' => 'Log'
    ];
} );
```

Change admin menu capability:

```
add_filter( 'features_capability', function () {
    return 'custom-cap';
} );
```

License
-------

[](#license)

MIT © [Fredrik Forsmo](https://github.com/frozzare)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

2942d ago

### Community

Maintainers

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

---

Top Contributors

[![frozzare](https://avatars.githubusercontent.com/u/14610?v=4)](https://github.com/frozzare "frozzare (15 commits)")

---

Tags

featurespluginwordpresswordpressfeaturefeaturesfdd

### Embed Badge

![Health badge](/badges/wpup-features/health.svg)

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

###  Alternatives

[roots/bedrock

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

6.5k441.8k2](/packages/roots-bedrock)[10up/10up-experience

The 10up Experience plugin configures WordPress to better protect and inform clients, aligned to 10up's best practices

139477.6k](/packages/10up-10up-experience)[bostondv/bootstrap-ninja-forms

Adds Bootstrap classes to Ninja Forms

222.2k](/packages/bostondv-bootstrap-ninja-forms)

PHPackages © 2026

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