PHPackages                             wpfulcrum/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. wpfulcrum/taxonomy

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

wpfulcrum/taxonomy
==================

Fulcrum Taxonomy Module - custom taxonomies made easy.

3.0.1(8y ago)010MITPHPPHP ^5.6|^7

Since Dec 7Pushed 8y ago1 watchersCompare

[ Source](https://github.com/wpfulcrum/taxonomy)[ Packagist](https://packagist.org/packages/wpfulcrum/taxonomy)[ Docs](https://github.com/wpfulcrum/taxonomy)[ RSS](/packages/wpfulcrum-taxonomy/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelogDependencies (8)Versions (4)Used By (0)

Taxonomy Module
===============

[](#taxonomy-module)

[![Build Status](https://camo.githubusercontent.com/02445e3ad75811696de860de4dafc6cb50690857399adba17eb29de056488470/68747470733a2f2f7472617669732d63692e6f72672f777066756c6372756d2f7461786f6e6f6d792e7376673f6272616e63683d646576656c6f70)](https://travis-ci.org/wpfulcrum/taxonomy)[![Latest Stable Version](https://camo.githubusercontent.com/57b698051d4d67dd87e4860eacb6a579835e98ae2a1ed2871ea6db7a39d04af3/68747470733a2f2f706f7365722e707567782e6f72672f777066756c6372756d2f7461786f6e6f6d792f762f737461626c65)](https://packagist.org/packages/wpfulcrum/taxonomy)[![License](https://camo.githubusercontent.com/e1284ff283291aba5018df33fa89f6829e034cad1be271746093f9bb02afa5e9/68747470733a2f2f706f7365722e707567782e6f72672f777066756c6372756d2f7461786f6e6f6d792f6c6963656e7365)](https://packagist.org/packages/wpfulcrum/taxonomy)

The Fulcrum Custom Taxonomy Module makes your job easier for adding custom taxonomies to your project. Pass it a configuration and it handles the rest for you.

Features
--------

[](#features)

- Registration is handled for you.
- Label generation - handy when you do not need internationalization.
- Stores in Fulcrum's Container - when added, automatically stores it in the Container for global usage.

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

[](#installation)

The best way to use this component is through Composer:

```
composer require wpfulcrum/taxonomy

```

Dependencies
------------

[](#dependencies)

This module requires:

- at least PHP 5.6
- WordPress 4.8+

Configuring a Custom Taxonomy
-----------------------------

[](#configuring-a-custom-taxonomy)

This module, as with all Fulcrum modules, is configuration driven as part of the ModularConfig design pattern. In your theme/plugin's configuration folder, you will want to create a configuration file. Here is the basic structure of that file:

```
