PHPackages                             mwazovzky/taggable - 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. mwazovzky/taggable

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

mwazovzky/taggable
==================

Laravel Package makes model taggable.

126PHP

Since Nov 28Pushed 7y ago1 watchersCompare

[ Source](https://github.com/mwazovzky/taggable)[ Packagist](https://packagist.org/packages/mwazovzky/taggable)[ RSS](/packages/mwazovzky-taggable/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

[![Build Status](https://camo.githubusercontent.com/a6bf93da75a1be4f14152500512172dda191fed8734399b854f99f1beba540c1/68747470733a2f2f7472617669732d63692e6f72672f6d77617a6f767a6b792f7461676761626c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/mwazovzky/taggable)[![Coverage Status](https://camo.githubusercontent.com/274eaf43672c9ddf75824be55e235b5ff3db254ab1022de51ce89e50856599c6/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6d77617a6f767a6b792f7461676761626c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/mwazovzky/taggable?branch=master)

 [![](https://camo.githubusercontent.com/640c3d52b2764f179ef3cf089b604516a8c4ac0a06f055a46c6a7fce9428b787/68747470733a2f2f6c61726176656c2e636f6d2f6173736574732f696d672f636f6d706f6e656e74732f6c6f676f2d6c61726176656c2e737667)](https://camo.githubusercontent.com/640c3d52b2764f179ef3cf089b604516a8c4ac0a06f055a46c6a7fce9428b787/68747470733a2f2f6c61726176656c2e636f6d2f6173736574732f696d672f636f6d706f6e656e74732f6c6f676f2d6c61726176656c2e737667)
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

[](#)

### Project: mwazovzky\\taggable

[](#project-mwazovzkytaggable)

### Description

[](#description)

Laravel Package. Makes any model taggable.

#### Version: 0.0.1

[](#version-001)

#### Change log:

[](#change-log)

0.0.1 initial project scaffolding

#### Installation.

[](#installation)

1. Pull the package into Laravel project

```
composer require mwazovzky/taggable

```

2. For Laravel 5.4 or below register package service provider at `/config/app.php`.
    Package will be auto-registered for Laravel 5.5 and above.

```
// file config/app.php

...
'providers' => [
...
\MWazovzky\Taggable\TaggableServiceProvider::class
...
];
...

```

3. Run database migration to create `taggables` table

```
$ php artisan migrate

```

4. Use trait Taggable for every Model that can be tagged.

```
use \Mikewazovzky\Taggable\Taggable;

```

5. Run artisan command to publish package assets to `/resources/assets/js/components/taggable/Tags.vue` folder:

```
$ php artisan vendor:publish --tag=assets

```

7. Published vue component are: `` -
8. Register components:

```
// file /resources/assets/js/app.js

Vue.component('tags', require('./components/taggable/Tags.vue'));

```

Component usage

```

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 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/4a718b7aa89a072f6ec5353ae15bc01594b378b46788f1e7e46503673d48de0f?d=identicon)[mwazovzky](/maintainers/mwazovzky)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/mwazovzky-taggable/health.svg)

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

###  Alternatives

[treeware/plant

13355.9k6](/packages/treeware-plant)[aschmelyun/size

Simple PHP helper to convert bytes to different sizes

471.2k](/packages/aschmelyun-size)

PHPackages © 2026

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