PHPackages                             themeplate/customizer - 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. [Templating &amp; Views](/categories/templating)
4. /
5. themeplate/customizer

ActiveLibrary[Templating &amp; Views](/categories/templating)

themeplate/customizer
=====================

ThemePlate custom customizer sections with fields

v1.1.0(1y ago)01GPL-3.0-onlyPHPPHP ^7.4|^8.2

Since Jan 28Pushed 1y ago1 watchersCompare

[ Source](https://github.com/ThemePlate/Customizer)[ Packagist](https://packagist.org/packages/themeplate/customizer)[ RSS](/packages/themeplate-customizer/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependencies (2)Versions (3)Used By (0)

ThemePlate Customizer
=====================

[](#themeplate-customizer)

Usage
-----

[](#usage)

```
use ThemePlate\Customizer\CustomSection;

( new CustomSection( 'My Section' ) )->fields( $list )->location( 'panel' )->create();
```

```
use ThemePlate\Customizer\CustomSection;

add_action( 'customize_register', function( $customizer ) {
	$customizer->add_panel( 'my-panel', array( 'title' => 'My Panel' ) );

	/** https://developer.wordpress.org/reference/classes/wp_customize_section/__construct/#parameters */
	$args = array(
		'panel'       => 'my-panel',
		'description' => 'This is an example.',
	);

	$section = new CustomSection( 'Another Section', $args );

	$section->fields( $list )->hook( $customizer );
} );
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance42

Moderate activity, may be stable

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

461d ago

PHP version history (2 changes)v1.0.0PHP ^7.4|^8.0

v1.1.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 (11 commits)")

### Embed Badge

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

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

###  Alternatives

[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3851.2M](/packages/limenius-react-bundle)[area17/laravel-auto-head-tags

Laravel Auto Head Tags helps you build the list of head elements for your app

4616.1k](/packages/area17-laravel-auto-head-tags)[jelix/wikirenderer

WikiRenderer is a library to generate HTML or anything else from wiki content.

1712.3k1](/packages/jelix-wikirenderer)[webkinder/sproutset

A Composer package for handling responsive images in Roots Bedrock + Sage + Blade projects.

282.2k](/packages/webkinder-sproutset)

PHPackages © 2026

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