PHPackages                             vadiasov/tags - 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. [Admin Panels](/categories/admin)
4. /
5. vadiasov/tags

ActiveLibrary[Admin Panels](/categories/admin)

vadiasov/tags
=============

Laravel package to create Tags, to create CRUD actions with them in administrative panel.

1.1.0(8y ago)022MITHTMLPHP &gt;=7.0

Since Feb 19Pushed 8y agoCompare

[ Source](https://github.com/vadiasov/tags)[ Packagist](https://packagist.org/packages/vadiasov/tags)[ RSS](/packages/vadiasov-tags/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (2)Dependencies (1)Versions (4)Used By (0)

Laravel Tags
------------

[](#laravel-tags)

This package creates plain tags CRUD pages for tags in administrative panel.

It includes a ServiceProvider to register the package and attach it to the output. It includes migrations to create DB roles. You can publish seeds and use it to create demo tags. It includes views of the CRUD pages (blade sections).

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

[](#installation)

Add the package to root composer.json:

```
"require": {
        ...
        "vadiasov/tags": "^1.0",
  }

```

Then run:

```
composer update

```

Register package in config/app.php

```
'providers' => [
        /*
         * Package Service Providers...
         */
        Vadiasov\Tags\TagsServiceProvider::class,

```

Create model:

```
php artisan make:model Tag

```

Publish migrations and seeds. Run:

```
php artisan vendor:publish

```

and enter appropriate number of this package (see terminal output after last command).

Migrate:

```
php artisan migrate

```

Seed if you need demo data:

```
php artisan db:seed class=TagsSeeder

```

Routes
------

[](#routes)

The routes are in the package:

```
admin/tags
admin/tags/create
admin/tags/{id}/edit
admin/tags/{id}/delete

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity60

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 ~11 days

Total

3

Last Release

3032d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/36119186?v=4)[Volodymyr Vadiasov](/maintainers/vadiasov)[@vadiasov](https://github.com/vadiasov)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/vadiasov-tags/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M341](/packages/psalm-plugin-laravel)[sebastienheyd/boilerplate

Laravel Boilerplate based on AdminLTE 3 with blade components, user management, roles, permissions, logs viewer, ...

29419.5k3](/packages/sebastienheyd-boilerplate)[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61114.7k26](/packages/slowlyo-owl-admin)

PHPackages © 2026

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