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 2w 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 52% 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

2788d ago

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

1.0.1PHP &gt;=7.0.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1509960?v=4)[Tony Dao](/maintainers/daothanh)[@daothanh](https://github.com/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

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.3k10](/packages/helsingborg-stad-municipio)[mautic/core

Mautic Open Source Distribution

9.8k2.6k9](/packages/mautic-core)[mediawiki/maps

Adds various mapping features to MediaWiki

78149.7k3](/packages/mediawiki-maps)[rainlab/blog-plugin

Blog plugin for October CMS

17158.6k](/packages/rainlab-blog-plugin)[civicrm/civicrm-drupal-8

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

19246.3k2](/packages/civicrm-civicrm-drupal-8)[starcitizentools/citizen-skin

A beautiful, usable, responsive MediaWiki skin with in-depth extension support. Originally developed for the Star Citizen Wiki.

3355.8k](/packages/starcitizentools-citizen-skin)

PHPackages © 2026

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