PHPackages                             parabellumkoval/backpack-tag - 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. [Database &amp; ORM](/categories/database)
4. /
5. parabellumkoval/backpack-tag

ActiveLibrary[Database &amp; ORM](/categories/database)

parabellumkoval/backpack-tag
============================

Implement Tags API &amp; MYSQL for backpack

v0.1.1(7mo ago)0123MITPHPPHP ^8.2

Since Oct 4Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/parabellumKoval/backpack-tag)[ Packagist](https://packagist.org/packages/parabellumkoval/backpack-tag)[ Docs](https://github.com/parabellumkoval/backpack-tag)[ RSS](/packages/parabellumkoval-backpack-tag/feed)WikiDiscussions 0.1 Synced 1mo ago

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

Backpack-tag
============

[](#backpack-tag)

[![Build Status](https://camo.githubusercontent.com/3d471c0f6cc45ef9952e4abc6cc543ecf1811047f60106b2dad2f1e8237aae73/68747470733a2f2f7472617669732d63692e6f72672f7061726162656c6c756d4b6f76616c2f6261636b7061636b2d7461672e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/parabellumKoval/backpack-tag)[![Coverage Status](https://camo.githubusercontent.com/9fe959fc19e5562cee5cb4ad7585afac1028fa5f4e44c60db7e6053d4dd264a6/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f7061726162656c6c756d4b6f76616c2f6261636b7061636b2d7461672f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/parabellumKoval/backpack-tag?branch=master)

[![Packagist](https://camo.githubusercontent.com/cdaa58394706dddf30edd5af2275b0247385432d85738d62bdf53d40a950e557/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7061726162656c6c756d4b6f76616c2f6261636b7061636b2d7461672e737667)](https://packagist.org/packages/parabellumKoval/backpack-tag)[![Packagist](https://camo.githubusercontent.com/95e2daa4226becbf7c3a7a48bc1ed8e8cbfa5181c7dc94029cdfb40662bd3d53/68747470733a2f2f706f7365722e707567782e6f72672f7061726162656c6c756d4b6f76616c2f6261636b7061636b2d7461672f642f746f74616c2e737667)](https://packagist.org/packages/parabellumKoval/backpack-tag)[![Packagist](https://camo.githubusercontent.com/b8ad418fecc048a6173a020095766885e6fda0b409301cba68eaabe0fb25173d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7061726162656c6c756d4b6f76616c2f6261636b7061636b2d7461672e737667)](https://packagist.org/packages/parabellumKoval/backpack-tag)

This package provides a quick starter kit for implementing tag for Laravel Backpack. Provides a database, CRUD interface, API routes and more.

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

[](#installation)

Install via composer

```
composer require parabellumKoval/backpack-tag
```

Migrate

```
php artisan migrate
```

### Publish

[](#publish)

#### Configuration File

[](#configuration-file)

```
php artisan vendor:publish --provider="Backpack\Tag\ServiceProvider" --tag="config"
```

#### Views File

[](#views-file)

```
php artisan vendor:publish --provider="Backpack\Tag\ServiceProvider" --tag="views"
```

#### Migrations File

[](#migrations-file)

```
php artisan vendor:publish --provider="Backpack\Tag\ServiceProvider" --tag="migrations"
```

#### Routes File

[](#routes-file)

```
php artisan vendor:publish --provider="Backpack\Tag\ServiceProvider" --tag="routes"
```

Usage
-----

[](#usage)

### Seeders

[](#seeders)

```
php artisan db:seed --class="Backpack\Tag\database\seeders\tageeder"
```

Security
--------

[](#security)

If you discover any security related issues, please email instead of using the issue tracker.

Credits
-------

[](#credits)

- [](https://github.com/parabellumKoval/backpack-tag)
- [All contributors](https://github.com/parabellumKoval/backpack-tag/graphs/contributors)

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance69

Regular maintenance activity

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

220d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1a9edb05ebf647a1976e4dbf92497c0186607984165f62b97b6498a01e9141ab?d=identicon)[parabellumKoval](/maintainers/parabellumKoval)

---

Top Contributors

[![parabellumKoval](https://avatars.githubusercontent.com/u/27732309?v=4)](https://github.com/parabellumKoval "parabellumKoval (82 commits)")

---

Tags

laraveltagbackpackparabellumKoval

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/parabellumkoval-backpack-tag/health.svg)

```
[![Health](https://phpackages.com/badges/parabellumkoval-backpack-tag/health.svg)](https://phpackages.com/packages/parabellumkoval-backpack-tag)
```

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[cviebrock/eloquent-taggable

Easy ability to tag your Eloquent models in Laravel.

567694.8k3](/packages/cviebrock-eloquent-taggable)[dragon-code/laravel-deploy-operations

Performing any actions during the deployment process

240173.5k2](/packages/dragon-code-laravel-deploy-operations)[stayallive/laravel-eloquent-observable

Register Eloquent model event listeners just-in-time directly from the model.

2928.9k7](/packages/stayallive-laravel-eloquent-observable)

PHPackages © 2026

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