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

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

osenco/wp-settings
==================

An interactive base to create your Wordpress settings page, and a foundation for your OOP plugins.

v1.20.6(5y ago)012MITPHPPHP &gt;=7.0

Since Jun 11Pushed 5y ago1 watchersCompare

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

READMEChangelog (1)DependenciesVersions (2)Used By (0)

WordPress Settings
==================

[](#wordpress-settings)

The Settings Page
-----------------

[](#the-settings-page)

### Installation

[](#installation)

#### Via Composer

[](#via-composer)

Navigate to the base of your plugin/theme direcory and run the following command

```
composer require osenco/wp-settings
```

Remember to include the autoloder in your plugin main file, or your theme's `functions.php`

```
require_once __DIR__.'/vendor/autoload.php';
```

### Usage

[](#usage)

See [this sample class](src/Example.php) for example usage.

The OOP Plugin Base
-------------------

[](#the-oop-plugin-base)

You can use this package as a base to create your plugin or theme in a purely OOP PHP implementation. Just install it as above and create an `src` directory in your theme/plugin directory that will house all your namespaced code.

### Autoloading Classes

[](#autoloading-classes)

Remember to edit the composer.json file to include an autoloader for your custom code. `composer.json`

```
...
 "autoload": {
      "psr-4": {
          "Your\\Namespace\\": "src/"
      }
  }
...
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

Unknown

Total

1

Last Release

2167d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1e4a04231f4571a99a35c6e8acb096b5cfd7a28eb73b71e026f2024f353fdaca?d=identicon)[maukoese](/maintainers/maukoese)

---

Top Contributors

[![maukoese](https://avatars.githubusercontent.com/u/14233942?v=4)](https://github.com/maukoese "maukoese (16 commits)")

### Embed Badge

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

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

###  Alternatives

[maba/webpack-bundle

Bundle to Integrate Webpack to Symfony

123268.2k4](/packages/maba-webpack-bundle)[bueltge/must-use-loader

Load Must-Use Plugins inside subdirectories with caching. For delete the cache: if you view the Must Use plugin list in the network administration.

6115.7k2](/packages/bueltge-must-use-loader)

PHPackages © 2026

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