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

ActiveAsgard-module[Utility &amp; Helpers](/categories/utility)

daothanh/taxonomy
=================

Manage taxonomy

1.0.6(7y ago)1176MITPHPPHP &gt;=7.0.0

Since Dec 1Pushed 6y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (4)Versions (8)Used By (0)

Taxonomy module
===============

[](#taxonomy-module)

Simple module that help you to manage your taxonomy (category)

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

[](#installation)

### Module Download

[](#module-download)

Using AsgardCMS's module download command:

```
php artisan asgard:download:module daothanh/taxonomy --migrations
```

This will download the module, run its migrations.

### Composer

[](#composer)

```
composer require daothanh/taxonomy
php artisan module:migrate Taxonomy
```

### Add Routes

[](#add-routes)

Go to `reosources/assets/js/app.js`

- Import Routes: `import TaxonomyRoutes from '../../../Modules/Taxonomy/Assets/js/TaxonomyRoutes';`
- Add `TaxonomyRoutes` to router: `...TaxonomyRoutes,`
- Build webpack by `npm run dev`

### Add the category to form

[](#add-the-category-to-form)

To show the category box in your form . You must use the TermsBox (a vuejs component) or taxonomyChooseTerms directive (with blade)

[TermsBox.vue](https://github.com/daothanh/taxonomy/blob/master/Assets/js/components/TermsBox.vue)

Example for page form:

```

import TermsBox from '../../../../Taxonomy/Assets/js/components/TermsBox';`
export default {
        components: {TermsBox}
}

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity63

Established project with proven stability

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 ~57 days

Recently: every ~84 days

Total

7

Last Release

2741d ago

PHP version history (2 changes)1.0PHP &gt;=5.6

1.0.1PHP &gt;=7.0.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/9161cb2f848bd165c892401983f8f0f27b4b63e468e6152be1797b54ce7bdee5?d=identicon)[daothanh](/maintainers/daothanh)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/daothanh-taxonomy/health.svg)

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

###  Alternatives

[rainlab/blog-plugin

Blog plugin for October CMS

17257.7k](/packages/rainlab-blog-plugin)[rainlab/builder-plugin

Builder plugin for October CMS

17147.2k1](/packages/rainlab-builder-plugin)[pfefferle/wordpress-activitypub

The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.

5671.4k1](/packages/pfefferle-wordpress-activitypub)[civicrm/civicrm-drupal-8

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

18238.1k2](/packages/civicrm-civicrm-drupal-8)[mediawiki/semantic-glossary

A terminology markup extension with a Semantic MediaWiki back-end

1352.4k](/packages/mediawiki-semantic-glossary)[humanmade/lottie-lite

A lightweight Lottie Animations Extension for WordPress

374.3k](/packages/humanmade-lottie-lite)

PHPackages © 2026

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