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

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

shanjiechen/voyager-taxonomy
============================

The taxonomy extension for voyager was inspired by drupal-taxonom.

271HTML

Since May 4Pushed 7y agoCompare

[ Source](https://github.com/shanjiechen/voyager-taxonomy)[ Packagist](https://packagist.org/packages/shanjiechen/voyager-taxonomy)[ RSS](/packages/shanjiechen-voyager-taxonomy/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

[![996.icu](https://camo.githubusercontent.com/ac8f294a80f65338db545230f1a881b9a382204a1f187c6ff40ee679d42d40ca/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c696e6b2d3939362e6963752d7265642e737667)](https://996.icu) [![LICENSE](https://camo.githubusercontent.com/be80b8cb211ceb2263744e99fdb161a40124901906fd7c7f47d6361760dd7e8b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d416e74692532303939362d626c75652e737667)](https://github.com/996icu/996.ICU/blob/master/LICENSE)

voyager-taxonomy | [中文版](https://github.com/shanjiechen/voyager-taxonomy/blob/master/README_CN.md)
==================================================================================================

[](#voyager-taxonomy--中文版)

The Taxonomy manager and taxonomy custom field for laravel voyager.It can easily help you create and use categories. Based mainly on the [nestedset](https://github.com/lazychaser/laravel-nestedset). It has vocabulary and terms manager. And it used ztree.js, to create a treeview for crud taxonomy terms and can order terms by drap&amp;drop.

[![1546511442739.jpg](https://camo.githubusercontent.com/6692e7250854d5cc3699c4eb7038845d159747f2bcd73b88ea3d73c30e111534/68747470733a2f2f626c6f672e6a696574756f7a686964616f2e636f6d2f7573722f75706c6f6164732f323031392f30312f313836373733333534392e6a7067)](https://camo.githubusercontent.com/6692e7250854d5cc3699c4eb7038845d159747f2bcd73b88ea3d73c30e111534/68747470733a2f2f626c6f672e6a696574756f7a686964616f2e636f6d2f7573722f75706c6f6164732f323031392f30312f313836373733333534392e6a7067)[![WX20190103-183142@2x.png](https://camo.githubusercontent.com/535442e235781cbf12fa3d8d5920685da398085806cb7b287532f5f43be9ec01/68747470733a2f2f626c6f672e6a696574756f7a686964616f2e636f6d2f7573722f75706c6f6164732f323031392f30312f3436393731333638392e706e67)](https://camo.githubusercontent.com/535442e235781cbf12fa3d8d5920685da398085806cb7b287532f5f43be9ec01/68747470733a2f2f626c6f672e6a696574756f7a686964616f2e636f6d2f7573722f75706c6f6164732f323031392f30312f3436393731333638392e706e67)

use
---

[](#use)

I don't recommend using it in a production environment. But I has use it in myself project. If u have ability to develop, You can try it out and welcome to the development.

1. `composer require shanjiechen/voyager-taxonomy`
2. `php artisan voyager-taxonomy:install`, this will create two tables `taxonomy-vocabularies` and `taxonomy-terms`
3. `php artisan vendor:publish`, Publish `ShanjieChen\VoyagerTaxonomy\VoyagerTaxonomyServiceProvider`, this will publish voyager-taxonomy assets.
4. To your voyager backend create BREAD of data tables `taxonomy-vocabularies` and `taxonomy-terms`, options like below:
    - taxonomy\_vocabularies Model Name: `ShanjieChen\VoyagerTaxonomy\Models\TaxonomyVocabulary`
    - taxonomy\_vocabularies Controller Name: `\ShanjieChen\VoyagerTaxonomy\Http\Controllers\TaxonomyVocabularyController`
    - taxonomy\_terms Model Name: `ShanjieChen\VoyagerTaxonomy\Models\TaxonomyTerm`this will create menu automatic, remove taxonomy-terms menu, we will not use this.

> In the future I'll call it seeders and write it into the installation command

5. Register the routs of taxonomy in their routes file, for example:

```
Route::group(['prefix' => 'admin(or your custom voyager prefix)'], function () {
    Voyager::routes();
    \ShanjieChen\VoyagerTaxonomy\Facades\VoyagerTaxonomy::routes();
});

```

Try use it. Browse /admin (or your custom voyager prefix) /taxonomy-vocabularies

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/39817497?v=4)[sadhu](/maintainers/shanjiechen)[@shanjiechen](https://github.com/shanjiechen)

---

Top Contributors

[![shanjiechen](https://avatars.githubusercontent.com/u/39817497?v=4)](https://github.com/shanjiechen "shanjiechen (16 commits)")

---

Tags

laraveltaxonomyvoyager

### Embed Badge

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

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

PHPackages © 2026

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