PHPackages                             fomvasss/laravel-simple-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. fomvasss/laravel-simple-taxonomy

ActiveComposer-package[Utility &amp; Helpers](/categories/utility)

fomvasss/laravel-simple-taxonomy
================================

Create and manage taxonomy (terms) in Laravel App

1.6.0(10mo ago)0960↓50%MITPHPPHP &gt;=7.4

Since Nov 18Pushed 10mo ago1 watchersCompare

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

READMEChangelogDependencies (3)Versions (10)Used By (0)

Manage taxonomy inside your Laravel app
=======================================

[](#manage-taxonomy-inside-your-laravel-app)

[![License](https://camo.githubusercontent.com/ca66c794efb14c7564b4344c93b858b349c38bddc8b0ddd75059c0d7735609ee/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f666f6d76617373732f6c61726176656c2d73696d706c652d7461786f6e6f6d792e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/fomvasss/laravel-simple-taxonomy)[![Build Status](https://camo.githubusercontent.com/948f3b64a1156d31f6f24eb78e7a915137d307f5b33fa27eb86263a87f99e554/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f666f6d76617373732f6c61726176656c2d73696d706c652d7461786f6e6f6d792e7376673f7374796c653d666f722d7468652d6261646765)](https://github.com/fomvasss/laravel-simple-taxonomy)[![Latest Stable Version](https://camo.githubusercontent.com/57c659206613f2ba35b93594b2bb0ec25222b720ed33ab6f5be9aeb729c2f430/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f666f6d76617373732f6c61726176656c2d73696d706c652d7461786f6e6f6d792e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/fomvasss/laravel-simple-taxonomy)[![Total Downloads](https://camo.githubusercontent.com/f9ecb27f59168ed0c1128aa085f1c0035ce772a19c7286dc4103bf31ed3d8df2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f666f6d76617373732f6c61726176656c2d73696d706c652d7461786f6e6f6d792e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/fomvasss/laravel-simple-taxonomy)[![Quality Score](https://camo.githubusercontent.com/aa1c0715217b656be8ec5af5062225c6337b7214322a7605092c44e867393c97/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f666f6d76617373732f6c61726176656c2d73696d706c652d7461786f6e6f6d792e7376673f7374796c653d666f722d7468652d6261646765)](https://scrutinizer-ci.com/g/fomvasss/laravel-simple-taxonomy)

Create and manage taxonomy (terms) in Laravel App.

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

[](#installation)

```
composer require fomvasss/laravel-simple-taxonomy
```

You can publish the migration, config, seeder with:

```
php artisan vendor:publish --provider="Fomvasss\SimpleTaxonomy\TaxonomyServiceProvider"
```

You can usage the config: `configs/taxonomy.php`

After publishing, you can create the `terms` table by running the migrations:

```
php artisan migrate
```

And edit &amp; run seeder:

```
php artisan db:seed --class=TaxonomySeeder
```

Usage
-----

[](#usage)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Links
-----

[](#links)

-
- [https://en.wikipedia.org/wiki/Taxonomy\_(general)](https://en.wikipedia.org/wiki/Taxonomy_(general))
- [https://en.wikipedia.org/wiki/Nesting\_(computing)](https://en.wikipedia.org/wiki/Nesting_(computing))

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance53

Moderate activity, may be stable

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% 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 ~164 days

Recently: every ~253 days

Total

9

Last Release

329d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4f99b460639e7d6871597882226b1e0d9e3055992eac8b22bfcd4f90fbdac95c?d=identicon)[fomvasss](/maintainers/fomvasss)

---

Top Contributors

[![fomvasss](https://avatars.githubusercontent.com/u/19834478?v=4)](https://github.com/fomvasss "fomvasss (10 commits)")[![itspace001-cmd](https://avatars.githubusercontent.com/u/243567678?v=4)](https://github.com/itspace001-cmd "itspace001-cmd (2 commits)")

---

Tags

laraveltreenestedsetcategoriestaxonomycategorizationtermsfomvasss

### Embed Badge

![Health badge](/badges/fomvasss-laravel-simple-taxonomy/health.svg)

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[aliziodev/laravel-taxonomy

Laravel Taxonomy is a flexible and powerful package for managing taxonomies, categories, tags, and hierarchical structures in Laravel applications. Features nested-set support for optimal query performance on hierarchical data structures.

23318.4k](/packages/aliziodev-laravel-taxonomy)[glhd/special

1929.4k](/packages/glhd-special)[bjuppa/laravel-blog

Add blog functionality to your Laravel project

483.3k2](/packages/bjuppa-laravel-blog)[wsmallnews/filament-nestedset

Filament nestedset tree builder powered by kalnoy/nestedset with Filament v4 and v5 support

163.0k8](/packages/wsmallnews-filament-nestedset)

PHPackages © 2026

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