PHPackages                             garung/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. garung/customizer

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

garung/customizer
=================

Create customize for wordpres

07PHP

Since Jul 23Pushed 8y agoCompare

[ Source](https://github.com/garungabc/Customize)[ Packagist](https://packagist.org/packages/garung/customizer)[ RSS](/packages/garung-customizer/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

WP CUSTOM CUSTOMIZE
===================

[](#wp-custom-customize)

customize wp

Description: Create simple customize for wordpress. Type input include : "text, checkbox, radio, select, dropdown-pages"

Parameters:

---

DEMO ```
/**
 * Class handle for Product Custom Post Type
 */
class SettingTheme
{
    public function __construct()
    {
        $fields = [
            'name_section' => 'information_contact',
            'title_setion' => 'Information contact',
            'priority_setion' => 40,
            'addsetting' => [
                [
                    'name_setting' => 'support_phone',
                    'label_setting' => 'Support Phone',
                    'default_value' => '0123456789',
                    'priority_control' => 5,
                    'type' => 'text'
                ]
            ]
        ];
        $customizer = new Garung\CustomizeTheme($fields);
    }
}
new SettingTheme();

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![k62bcntt](https://avatars.githubusercontent.com/u/12668807?v=4)](https://github.com/k62bcntt "k62bcntt (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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