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

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

hienning/taxonomy
=================

v1.0.6(10y ago)041GPL-2.0PHP

Since May 14Pushed 10y ago2 watchersCompare

[ Source](https://github.com/hienning/taxonomy)[ Packagist](https://packagist.org/packages/hienning/taxonomy)[ Docs](http://blog.tayrau.info/portfolio/)[ RSS](/packages/hienning-taxonomy/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (9)Used By (0)

Taxonomy
========

[](#taxonomy)

A taxonomy inspired by Drupal for Laravel 5. Lots of sql queries in this codebase were copied from Mike Hillyer's [post](http://mikehillyer.com/articles/managing-hierarchical-data-in-mysql/).

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

[](#installation)

```
composer require hienning/taxonomy

```

load the service in your config/app.php:

```
/*
 * Application Service Providers...
 */
'App\Providers\AppServiceProvider',
'App\Providers\BusServiceProvider',
'App\Providers\ConfigServiceProvider',
'App\Providers\EventServiceProvider',
'App\Providers\RouteServiceProvider',

'Hienning\Taxonomy\ServiceProvider',
...
```

How to use it
-------------

[](#how-to-use-it)

### Preparation

[](#preparation)

#### 1. Create the data table

[](#1-create-the-data-table)

```
artisan taxonomy:create-table [name]

```

where the 'name' is the table name which being created; or use 'taxonomy' by leaving this argument blank.

#### 2. Inherit your model from Hienning\\Taxonomy\\Model

[](#2-inherit-your-model-from-hienningtaxonomymodel)

```
class Taxonomy extends \Hienning\Taxonomy\Model
{
    ...
};
```

To be continue ... ;-)

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity68

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~9 days

Total

8

Last Release

3956d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/17accabdf7ec22d225b1caddcf73a1aa5825dc659755c34aa7436732b5daf20c?d=identicon)[hienning](/maintainers/hienning)

---

Top Contributors

[![hienning](https://avatars.githubusercontent.com/u/1767737?v=4)](https://github.com/hienning "hienning (9 commits)")

### Embed Badge

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

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

###  Alternatives

[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)

PHPackages © 2026

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