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

ActiveLibrary

humweb/taggable
===============

This is my package taggable

1.0(3y ago)05[3 PRs](https://github.com/humweb/taggable/pulls)MITPHPPHP ^8.0

Since Jun 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/humweb/taggable)[ Packagist](https://packagist.org/packages/humweb/taggable)[ Docs](https://github.com/humweb/taggable)[ GitHub Sponsors](https://github.com/humweb)[ RSS](/packages/humweb-taggable/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)Dependencies (12)Versions (5)Used By (0)

This is my package taggable
===========================

[](#this-is-my-package-taggable)

[![Latest Version on Packagist](https://camo.githubusercontent.com/20934cb3f8563a8adbc0d5c2ae22155212315ad73706e5230170a7e4ed5ebf10/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f68756d7765622f7461676761626c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/humweb/taggable)[![GitHub Tests Action Status](https://camo.githubusercontent.com/e5a5fa5cac98cd8f5f7405aada3063486ae267d1e898f907654f344e1ca0800c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f68756d7765622f7461676761626c652f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/humweb/taggable/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/21f0b39998886ac856d5532e2160c51de4b920b63ecf06e692b85bbd436c1745/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f68756d7765622f7461676761626c652f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/humweb/taggable/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/7d785b2b80373ec7b08b766dc7e975970fcc5da4015dcfe079d209f1b3ea63ec/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f68756d7765622f7461676761626c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/humweb/taggable)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require humweb/taggable
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="taggable-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="taggable-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="taggable-views"
```

Usage
-----

[](#usage)

```
$taggable = new Humweb\Taggable();
echo $taggable->echoPhrase('Hello, Humweb!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [ryun](https://github.com/ryun)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Unknown

Total

1

Last Release

1444d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8b536bae26e43306745d195a34b8dff510bc05419cdc3503f96c5cb3fd4e7239?d=identicon)[ryun](/maintainers/ryun)

---

Top Contributors

[![ryun](https://avatars.githubusercontent.com/u/227672?v=4)](https://github.com/ryun "ryun (13 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (12 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (11 commits)")

---

Tags

laravelTaggablehumweb

###  Code Quality

TestsPest

### Embed Badge

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

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

###  Alternatives

[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2651.3M6](/packages/spatie-laravel-prometheus)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[scalar/laravel

Render your OpenAPI-based API reference

6183.9k2](/packages/scalar-laravel)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[musahmusah/laravel-multipayment-gateways

A Laravel Package that makes implementation of multiple payment Gateways endpoints and webhooks seamless

852.2k1](/packages/musahmusah-laravel-multipayment-gateways)

PHPackages © 2026

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