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.7.0(3w ago)03431GPL-3.0-onlyPHPPHP ^7.4|^8.2

Since Feb 5Pushed 3w ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (13)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

52

—

FairBetter than 96% of packages

Maintenance94

Actively maintained with recent releases

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity77

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

Recently: every ~124 days

Total

12

Last Release

25d 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://avatars.githubusercontent.com/u/8350223?v=4)[Gene Alyson Fortunado Torcende](/maintainers/kermage)[@kermage](https://github.com/kermage)

---

Top Contributors

[![kermage](https://avatars.githubusercontent.com/u/8350223?v=4)](https://github.com/kermage "kermage (60 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)
```

###  Alternatives

[laravel-admin-ext/helpers

Helpers extension for laravel-admin

136293.7k8](/packages/laravel-admin-ext-helpers)[stephenjude/laravel-wallet

A simple wallet implementation for Laravel

26612.0k](/packages/stephenjude-laravel-wallet)[fisharebest/algorithm

Implementation of standard algorithms in PHP.

72117.7k2](/packages/fisharebest-algorithm)[laravel-admin-ext/grid-sortable

Sort the grid data by drag and drop rows

43124.9k](/packages/laravel-admin-ext-grid-sortable)[devforest/laravel-dynamic-report-generator

A package for dynamic report generation with drag-and-drop interface in Laravel

3116.7k](/packages/devforest-laravel-dynamic-report-generator)[magepsycho/magento2-seosuite

Magento 2 FREE SEO Suite

106.6k](/packages/magepsycho-magento2-seosuite)

PHPackages © 2026

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