PHPackages                             misaf/vendra-tagger - 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. misaf/vendra-tagger

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

misaf/vendra-tagger
===================

10[3 issues](https://github.com/misaf/vendra-tagger/issues)PHPCI failing

Since Feb 26Pushed 2mo agoCompare

[ Source](https://github.com/misaf/vendra-tagger)[ Packagist](https://packagist.org/packages/misaf/vendra-tagger)[ RSS](/packages/misaf-vendra-tagger/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Vendra Tagger
=============

[](#vendra-tagger)

Tenant-aware tag management for Laravel + Filament.

Features
--------

[](#features)

- Manages tags in the `tags` table with tenant support
- Renames Spatie `order_column` to `position`
- Filament resource on the `admin` panel

Requirements
------------

[](#requirements)

- PHP 8.2+
- Laravel 11 or 12
- Filament 4
- `filament/spatie-laravel-tags-plugin`
- `misaf/vendra-tenant`
- `misaf/vendra-user`

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

[](#installation)

```
composer require misaf/vendra-tagger
php artisan vendor:publish --tag=tags-migrations
php artisan migrate
php artisan vendor:publish --tag=vendra-tagger-migrations
php artisan migrate
```

Optional translations publish:

```
php artisan vendor:publish --tag=vendra-tagger-translations
```

The service provider and Filament plugin are auto-registered.

Usage
-----

[](#usage)

Create a tag:

```
use Misaf\VendraTagger\Models\Tagger;

$tag = Tagger::query()->create([
    'name' => ['en' => 'Featured'],
    'slug' => ['en' => 'featured'],
    'type' => 'content',
    'position' => 1,
]);
```

Load tags by type:

```
$tags = Tagger::query()
    ->where('type', 'content')
    ->orderBy('position')
    ->get();
```

Filament
--------

[](#filament)

Tag management is available from the `admin` panel under content management.

Testing
-------

[](#testing)

```
composer test
```

License
-------

[](#license)

MIT. See [LICENSE](LICENSE).

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity12

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://www.gravatar.com/avatar/41fd7351d25e29dafa18068d0418eecf6bb47a7473aabe6bc674b4ca35e71805?d=identicon)[misaf](/maintainers/misaf)

---

Top Contributors

[![misaf](https://avatars.githubusercontent.com/u/8195685?v=4)](https://github.com/misaf "misaf (1 commits)")

### Embed Badge

![Health badge](/badges/misaf-vendra-tagger/health.svg)

```
[![Health](https://phpackages.com/badges/misaf-vendra-tagger/health.svg)](https://phpackages.com/packages/misaf-vendra-tagger)
```

###  Alternatives

[hanifhefaz/dcter

A composer package used to convert Jalali, Hijri, Gregorian and Julian dates to each others. Plus some extra utilities and helpers.

341.9k](/packages/hanifhefaz-dcter)

PHPackages © 2026

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