PHPackages                             appzz/wof - 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. appzz/wof

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

appzz/wof
=========

wp options framework for generation setup pages

2.1.6(3y ago)093MITPHPPHP &gt;=5.3

Since Oct 25Pushed 3y ago1 watchersCompare

[ Source](https://github.com/a-pp-zz/wp-options-framework)[ Packagist](https://packagist.org/packages/appzz/wof)[ Docs](https://github.com/a-pp-zz/wp-options-framework)[ RSS](/packages/appzz-wof/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (1)Versions (16)Used By (0)

WP Options Framework
====================

[](#wp-options-framework)

This framework help implements WP Options API and generate setup pages for two steps:)

### Setup

[](#setup)

- Require composer autoload to wp-config.php after define ABSPATH:

```
/** Composer */
require_once(ABSPATH . 'composer/vendor/autoload.php');

```

- Install package appzz/wof

### How to use

[](#how-to-use)

- In you plugin main file

```
#!php
use AppZz\Wp\Options\Framework as WP_Options_Framework;

if ( ! class_exists('AppZz\Wp\Options\Framework')) {
	return;
}

$wof = new WP_Options_Framework ( 'Sample Plugin', 'sample_page', 'options-general.php', FALSE, FALSE );
$wof->addTab ( 'Main options', 'global', array ('player_options'=>'Define player options', 'api_options'=>'RM API') );
$wof->addTab ( 'Searh options', 'search', array ('sphinxql_options'=>'Setup SphinxQL') );

$wof->addFields ( 'global', array (
array (
	'fid'         => 'width',
	'title'       => 'Player width',
	'type'        => 'text',
	'section'     => 'player_options',
	'std'         => 620,
	'validator'   => 'intval',
	'class'       => NULL,
	'desc'        => 'Player width by default',
),
array (
	'fid'         => 'height',
	'title'       => 'Player height',
	'type'        => 'text',
	'section'     => 'player_options',
	'std'         => 465,
	'validator'   => 'intval',
	'class'       => NULL,
	'desc'        => 'Player height by default',
)
));

}

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

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

Recently: every ~4 days

Total

15

Last Release

1393d ago

### Community

Maintainers

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

---

Top Contributors

[![coolswitcher](https://avatars.githubusercontent.com/u/646663?v=4)](https://github.com/coolswitcher "coolswitcher (48 commits)")

---

Tags

wordpresswp\_options

### Embed Badge

![Health badge](/badges/appzz-wof/health.svg)

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

###  Alternatives

[tgmpa/tgm-plugin-activation

TGM Plugin Activation is a PHP library that allows you to easily require or recommend plugins for your WordPress themes (and plugins).

1.8k222.5k13](/packages/tgmpa-tgm-plugin-activation)[aristath/kirki

Extending the WordPress customizer

1.3k73.0k4](/packages/aristath-kirki)[afragen/git-updater

A plugin to automatically update GitHub, Bitbucket, GitLab, or Gitea hosted plugins, themes, and language packs.

3.3k1.6k](/packages/afragen-git-updater)[justintadlock/hybrid-carbon

God-like post featured image script.

202.5k](/packages/justintadlock-hybrid-carbon)

PHPackages © 2026

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