PHPackages                             sau/wp-settings-api - 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. sau/wp-settings-api

ActiveLibrary

sau/wp-settings-api
===================

Library for simple add settings in WP

1.0.6(6y ago)0572MITPHPPHP ^7.0

Since Jul 29Pushed 6y ago1 watchersCompare

[ Source](https://github.com/AkinaySau/wp-settings-api)[ Packagist](https://packagist.org/packages/sau/wp-settings-api)[ RSS](/packages/sau-wp-settings-api/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (8)Used By (2)

Wordpress settings API
======================

[](#wordpress-settings-api)

This package need for fast added options in your WP plugin(theme)

Create page config
------------------

[](#create-page-config)

```
use Sau\WP\SettingsAPI\SettingsGroup;

$group_id='pages';
$group_title='Страницы';
$page_id='reading';
$setting_group = new SettingsGroup($group_id,$group_title,$page_id);
```

Add fields
----------

[](#add-fields)

```
$setting_group = new SettingsGroup( ... );

$setting_group
    ->addField(new UrlField($id, $title));
    //->addField(new TextField($id, $title));
    //->addField(new SelectField($id, $title));
    //->addField(new PasswordField($id, $title));
    //->addField(new PageListField($id, $title));
    //->addField(new EmailField($id, $title));
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity58

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

Total

7

Last Release

2465d ago

### Community

Maintainers

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

---

Top Contributors

[![AkinaySau](https://avatars.githubusercontent.com/u/28915095?v=4)](https://github.com/AkinaySau "AkinaySau (12 commits)")

### Embed Badge

![Health badge](/badges/sau-wp-settings-api/health.svg)

```
[![Health](https://phpackages.com/badges/sau-wp-settings-api/health.svg)](https://phpackages.com/packages/sau-wp-settings-api)
```

PHPackages © 2026

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