PHPackages                             jankx/data-factory - 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. jankx/data-factory

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

jankx/data-factory
==================

Create post types, taxonomies from theme.json settings

1.0.0(1y ago)06MITPHP

Since Jul 8Pushed 11mo agoCompare

[ Source](https://github.com/jankx/data-factory)[ Packagist](https://packagist.org/packages/jankx/data-factory)[ RSS](/packages/jankx-data-factory/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

data-factory
============

[](#data-factory)

Create post types, taxonomies from theme.json settings

theme.json
==========

[](#themejson)

Added config to theme.json to create post types or taxonomies

```
{
    "custom": {
        "post_types": [
            {
                "name": "Post type name",
                "singular_name": "Post type singular name",
                "type": "define post type here",
                "slug": "post type slug",
                "options": {
                }
            }
        ],
        "taxonomies": [
            {
                "name": "Taxonomy name",
                "singular_name": "Taxonomy singular name",
                "type": "define taxonomu here",
                "slug": "taxonomy slug",
                "options": {
                },
                "post_types": ["post-type-slug"]
            }
        ]
    }
}

```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance42

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity40

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

Unknown

Total

1

Last Release

727d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6a609a3b3a36dee9f36ef6f8d3b2b2dc91eebefc7644031e829e65bca4329799?d=identicon)[puleeno](/maintainers/puleeno)

---

Top Contributors

[![puleeno](https://avatars.githubusercontent.com/u/22538657?v=4)](https://github.com/puleeno "puleeno (6 commits)")

### Embed Badge

![Health badge](/badges/jankx-data-factory/health.svg)

```
[![Health](https://phpackages.com/badges/jankx-data-factory/health.svg)](https://phpackages.com/packages/jankx-data-factory)
```

PHPackages © 2026

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