PHPackages                             themeplate/page - 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. themeplate/page

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

themeplate/page
===============

ThemePlate custom options pages

v2.6.0(1y ago)03211GPL-3.0-onlyPHPPHP ^7.4|^8.2

Since Feb 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ThemePlate/Page)[ Packagist](https://packagist.org/packages/themeplate/page)[ RSS](/packages/themeplate-page/feed)WikiDiscussions develop Synced 1w ago

READMEChangelogDependencies (1)Versions (12)Used By (1)

ThemePlate Page
===============

[](#themeplate-page)

Usage
-----

[](#usage)

```
use ThemePlate\Page\MenuPage;
use ThemePlate\Page\SubMenuPage;

// One-liner
( new MenuPage( 'Theme Options' ) )->setup();
( new SubMenuPage( 'Plugin Settings' ) )->parent( 'plugins.php' )->setup();
```

### Available config

[](#available-config)

```
$args = array(
	'menu_title' => 'Site Reports',
	'icon_url'   => 'dashicons-printer',
	'position'   => 2,
);

( new MenuPage( 'Available Reports' ) )->config( $args )->setup();

// or

( new MenuPage( 'Available Reports' ) )
	->title( 'Site Reports' )
	->icon( 'dashicons-printer' )
	->position( 2 )
	// ->capability( 'moderate_comments' )
	// ->slug( 'site-reports' )
	->setup();
```

```
$args = array(
	// Used as the settings group name
	'menu_slug'  => 'site-reports/print-download',
	'capability' => 'moderate_comments',
);

( new SubMenuPage( 'Print or Download' ) )->config( $args )->parent( 'site-reports' )->setup();

// or

( new SubMenuPage( 'Print or Download' ) )
	->slug( 'site-reports/print-download' )
	->capability( 'moderate_comments' )
	->parent( 'site-reports' )
	// ->position( 2 )
	// ->title( 'Print / Download' )
	->setup();
```

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance46

Moderate activity, may be stable

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity75

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

Recently: every ~9 days

Total

11

Last Release

404d ago

Major Versions

v1.1.0 → v2.0.02022-06-05

v1.x-dev → v2.1.02023-03-05

PHP version history (3 changes)v1.0.0PHP &gt;=5.6.0

v2.0.0PHP ^7.4|^8.0

v2.2.0PHP ^7.4|^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/91095d431958c79a7384d515efec2686ca3cd1e1e1a5a42b680309b8e855355a?d=identicon)[kermage](/maintainers/kermage)

---

Top Contributors

[![kermage](https://avatars.githubusercontent.com/u/8350223?v=4)](https://github.com/kermage "kermage (56 commits)")

---

Tags

custom-pageswordpress

### Embed Badge

![Health badge](/badges/themeplate-page/health.svg)

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

PHPackages © 2026

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