PHPackages                             moxie-lean/wp-taxonomy - 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. moxie-lean/wp-taxonomy

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

moxie-lean/wp-taxonomy
======================

wp-taxonomy

1.0.7(6mo ago)319.0k↓50%[2 issues](https://github.com/wearenolte/wp-taxonomy/issues)1MITPHPPHP &gt;=7.4 || 8.0

Since Feb 14Pushed 6mo ago14 watchersCompare

[ Source](https://github.com/wearenolte/wp-taxonomy)[ Packagist](https://packagist.org/packages/moxie-lean/wp-taxonomy)[ Docs](https://github.com/wearenolte/wp-taxonomy)[ RSS](/packages/moxie-lean-wp-taxonomy/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (2)Versions (13)Used By (1)

> This library will allow you to easily create custom taxonomies

Installation
------------

[](#installation)

The easiest way to install this package is by using composer from your terminal:

```
composer require moxie-lean/wp-taxonomy
```

Or by adding the following lines on your `composer.json` file

```
"require": {
  "moxie-lean/wp-taxonomy": "*"
}
```

This will download the file from the [packagist site](https://packagist.org/packages/moxie-lean/wp-cpt)and the latest version located on master branch of the repository.

After that you can need to include the `autoload.php` file in order to be able to autoload the class during the object creation.

```
include '/vendor/autoload.php';
```

Using wp-taxonomy
-----------------

[](#using-wp-taxonomy)

Modeled after [WP-CPT](https://github.com/wearenolte/wp-cpt)

```
$tax = new \Lean\Taxonomy([
    'name' => 'Taxonomy Name',
    'singular' => 'Single Tax',
    'plural' => 'Multiple Taxes',
    'slug' => 'new-taxonomy',
    'objects' => [ 'cpt-one', 'cpt-two' ]
]);
$tax->init();
```

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance55

Moderate activity, may be stable

Popularity27

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 72.2% 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 ~354 days

Recently: every ~705 days

Total

9

Last Release

181d ago

Major Versions

0.0.1 → 1.0.02018-02-14

PHP version history (2 changes)0.0.1PHP &gt;=5.4

1.0.6PHP &gt;=7.4 || 8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/4aa05a59deaf5695b3a80e42e2c6b971ab92c171ad13cd7b95ca8175382cda60?d=identicon)[WeAreNolte](/maintainers/WeAreNolte)

---

Top Contributors

[![royboy789](https://avatars.githubusercontent.com/u/4039786?v=4)](https://github.com/royboy789 "royboy789 (13 commits)")[![honekun](https://avatars.githubusercontent.com/u/572652?v=4)](https://github.com/honekun "honekun (4 commits)")[![nelsonamaya82](https://avatars.githubusercontent.com/u/6953921?v=4)](https://github.com/nelsonamaya82 "nelsonamaya82 (1 commits)")

---

Tags

wordpresstaxonomies

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/moxie-lean-wp-taxonomy/health.svg)

```
[![Health](https://phpackages.com/badges/moxie-lean-wp-taxonomy/health.svg)](https://phpackages.com/packages/moxie-lean-wp-taxonomy)
```

###  Alternatives

[tgmpa/tgm-plugin-activation

TGM Plugin Activation is a PHP library that allows you to easily require or recommend plugins for your WordPress themes (and plugins).

1.8k222.5k13](/packages/tgmpa-tgm-plugin-activation)[aristath/kirki

Extending the WordPress customizer

1.3k73.0k4](/packages/aristath-kirki)[afragen/git-updater

A plugin to automatically update GitHub, Bitbucket, GitLab, or Gitea hosted plugins, themes, and language packs.

3.3k1.6k](/packages/afragen-git-updater)[justintadlock/hybrid-carbon

God-like post featured image script.

202.5k](/packages/justintadlock-hybrid-carbon)

PHPackages © 2026

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