PHPackages                             wpessential/wpessential-postypes - 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. wpessential/wpessential-postypes

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

wpessential/wpessential-postypes
================================

WPEssential Postypes helping in registry of custom post types and taxonomies in WordPress.

0.2.3(1y ago)0181GPL-3.0-or-laterPHPPHP &gt;=7.4CI failing

Since Dec 30Pushed 1y ago1 watchersCompare

[ Source](https://github.com/wpessential/wpessential-postypes)[ Packagist](https://packagist.org/packages/wpessential/wpessential-postypes)[ RSS](/packages/wpessential-wpessential-postypes/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (1)Versions (8)Used By (1)

WPEssential Postypes
====================

[](#wpessential-postypes)

Help to register the custom post types and taxonomies in WordPress.

`composer require wpessential/wpessential-postypes`

Add the post type to WordPress registry

```
$name = 'YOUR_POST_TYPE_NAME';
$cpt = \WPEssential\Library\Cpt::make($name);
$cpt->register();
```

Remove the post type from WordPress registry

```
$name = 'YOUR_POST_TYPE_NAME';
$cpt = \WPEssential\Library\Cpt::make($name);
$cpt->remove();
```

Add the taxonomy to WordPress registry

```
$post_type = 'YOUR_POST_TYPE_SLUG';
$name = 'YOUR_TAXONOMY_NAME';
$ctxm = \WPEssential\Library\Ctxm::make($post_type, $name);
$ctxm->register();
```

Remove the taxonomy from WordPress registry

```
$post_type = 'YOUR_POST_TYPE_SLUG';
$name = 'YOUR_TAXONOMY_NAME';
$ctxm = \WPEssential\Library\Ctxm::make($post_type, $name);
$ctxm->remove();
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance45

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity33

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

Every ~13 days

Recently: every ~19 days

Total

7

Last Release

425d ago

### Community

Maintainers

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

---

Top Contributors

[![wpessential](https://avatars.githubusercontent.com/u/24288930?v=4)](https://github.com/wpessential "wpessential (8 commits)")

### Embed Badge

![Health badge](/badges/wpessential-wpessential-postypes/health.svg)

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

PHPackages © 2026

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