PHPackages                             kaiseki/wp-meta - 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. kaiseki/wp-meta

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

kaiseki/wp-meta
===============

1.0.x-dev(4y ago)12[1 PRs](https://github.com/kaisekidev/kaiseki-wp-meta/pulls)MITPHP ^7.4

Since Feb 6Pushed 4y ago2 watchersCompare

[ Source](https://github.com/kaisekidev/kaiseki-wp-meta)[ Packagist](https://packagist.org/packages/kaiseki/wp-meta)[ Docs](https://github.com/kaisekidev/kaiseki-wp-meta)[ RSS](/packages/kaiseki-wp-meta/feed)WikiDiscussions master Synced 1w ago

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

kaiseki/wp-meta
===============

[](#kaisekiwp-meta)

Description

Install
-------

[](#install)

```
composer require kaiseki/wp-meta
```

Usage
-----

[](#usage)

```
use Kaiseki\WordPress\Meta\Field\ArrayField;
use Kaiseki\WordPress\Meta\Field\BooleanField;
use Kaiseki\WordPress\Meta\Field\IntegerField;
use Kaiseki\WordPress\Meta\Field\ObjectField;
use Kaiseki\WordPress\Meta\Field\StringField;
use Kaiseki\WordPress\Meta\Field\StringFormat;
use Kaiseki\WordPress\Meta\MetaData;

$metaData = MetaData::post(
    'advent_calendar_post_type',
    'advent_calendar_meta_key',
    ObjectField::create()
        ->withAddedProperty('door_count', IntegerField::create(24))
        ->withAddedProperty('door_ids', ArrayField::create(IntegerField::create()))
        ->withAddedProperty('door_permalink_prefix', StringField::create(null, 'day-'))
        ->withAddedProperty('redirect_url', StringField::create(StringFormat::uri()))
        ->withAddedProperty(
            'settings',
            ObjectField::create()
                ->withAddedProperty('hide_future_door_images', BooleanField::create(false))
                ->withAddedProperty('hide_door_numbers', BooleanField::create(false))
                ->withAddedProperty('leave_past_doors_open', BooleanField::create(false))
                ->withAddedProperty('make_today_door_large', BooleanField::create(false))
                ->withAddedProperty('make_today_door_first', BooleanField::create(false))
                ->withAddedProperty('open_all_doors', BooleanField::create(false))
                ->withAddedProperty('randomize_door_order', BooleanField::create(false))
        )
        ->withAddedProperty('has_finished_setup', BooleanField::create(false))
        ->withAddedProperty('has_activated_simulation_date', BooleanField::create(false))
        ->withAddedProperty('calendar_simulation_date', StringField::create(StringFormat::dateTime()))
        ->withAddedProperty('calendar_start_date', StringField::create(StringFormat::dateTime()))
)
    ->withShowInRest()
    ->withAuthCallback(fn(): bool => current_user_can('edit_posts'));
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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

1535d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

wordpressmodule

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/kaiseki-wp-meta/health.svg)

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

###  Alternatives

[aristath/kirki

Extending the WordPress customizer

1.3k73.0k4](/packages/aristath-kirki)[cedaro/satispress

Generate a Composer repository from installed WordPress plugins and themes.

56134.0k](/packages/cedaro-satispress)

PHPackages © 2026

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