PHPackages                             jlourenco/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jlourenco/tags

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

jlourenco/tags
==============

This module adds the option of tagging any kind of entity using a Morph relationship.

v0.1.1(10y ago)09MITPHPPHP &gt;=5.4.0

Since Jan 13Pushed 10y ago1 watchersCompare

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

READMEChangelogDependencies (4)Versions (2)Used By (0)

tags
====

[](#tags)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e1128d5a0e092c885d51b35c8e1ae16ba3db60938e650d63b38f88dc52b5609f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a6c6f7572656e636f2f746167732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jlourenco/tags)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/b18258a804af071fd8875fb33e806b5a436e77c0b3d834e04bd64efe041fe852/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6a6c6f7572656e636f2f746167732f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/jlourenco/tags)[![Coverage Status](https://camo.githubusercontent.com/cb40e6968e67d33a5b90b595397b2839be807247738c2bab59a6bfb12d577171/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6a6c6f7572656e636f2f746167732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/jlourenco/tags/code-structure)[![Quality Score](https://camo.githubusercontent.com/6ad1dd931a02be9f0b7e19b74afcaaafa1a8011c9b9e8e4e6d805f1f435051c5/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6a6c6f7572656e636f2f746167732e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/jlourenco/tags)[![Total Downloads](https://camo.githubusercontent.com/c19888e71964b7e4da2d32be85535b17eee9aa238a044fe875594f77d38a789a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6c6f7572656e636f2f746167732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jlourenco/tags)

This module adds the option of tagging any kind of entity using a Morph relationship.

Install
-------

[](#install)

Via Composer

```
$ composer require jlourenco/tags
```

Usage
-----

[](#usage)

```
$skeleton = new League\Skeleton();
echo $skeleton->echoPhrase('Hello, League!');
```

Change log
----------

[](#change-log)

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

Testing
-------

[](#testing)

```
$ composer test
```

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Security
--------

[](#security)

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

Credits
-------

[](#credits)

- [Joao Lourenco](https://github.com/joaogl)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3774d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ab08c8e97a239eb9233180d300c2f43cd3f653114a7eb8a542afa72cf65d2a97?d=identicon)[joaogl](/maintainers/joaogl)

---

Top Contributors

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

---

Tags

tagsjlourenco

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[torann/laravel-meta-tags

A package to manage Header Meta Tags

65273.3k4](/packages/torann-laravel-meta-tags)[aliziodev/laravel-taxonomy

Laravel Taxonomy is a flexible and powerful package for managing taxonomies, categories, tags, and hierarchical structures in Laravel applications. Features nested-set support for optimal query performance on hierarchical data structures.

23318.4k](/packages/aliziodev-laravel-taxonomy)[arcanedev/php-html

A simple way to create html tags with php.

16994.8k6](/packages/arcanedev-php-html)[fomvasss/laravel-meta-tags

A package to manage SEO (meta-tags, xml-fields, etc.)

3028.9k](/packages/fomvasss-laravel-meta-tags)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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