PHPackages                             kaystrobach/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. kaystrobach/tags

ActiveNeos-package[Utility &amp; Helpers](/categories/utility)

kaystrobach/tags
================

Add description here

2.7.2(4mo ago)04.5k1[1 issues](https://github.com/kaystrobach/FLOW.Tags/issues)MITPHP

Since Mar 26Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/kaystrobach/FLOW.Tags)[ Packagist](https://packagist.org/packages/kaystrobach/tags)[ RSS](/packages/kaystrobach-tags/feed)WikiDiscussions master Synced today

READMEChangelog (7)Dependencies (1)Versions (19)Used By (0)

Small FLOW package which provides Tagging for objects
=====================================================

[](#small-flow-package-which-provides-tagging-for-objects)

```
{namespace ks=KayStrobach/Tags/ViewHelpers}

        ...

        ...

```

The Tagging is provided via

- an Tag Model
- a TagableInterface
- a TagableTrait

having all these helper you can add tagging in the matter of minutes

Currently there is no interface for adding tags. Please use the DB.

How to make your Entity tagable
-------------------------------

[](#how-to-make-your-entity-tagable)

```

use KayStrobach\Tags\Domain\Model\TagableTrait;

/**
 * @Flow\Entity
 */
class Entity implements TagableInterface
{

    use TagableTrait;

    public function __construct()
    {
        $this->initTags();
    }
}

```

###  Health Score

48

—

FairBetter than 93% of packages

Maintenance73

Regular maintenance activity

Popularity23

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 97.4% 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 ~169 days

Recently: every ~112 days

Total

18

Last Release

149d ago

Major Versions

0.0.13 → 1.0.02023-02-08

1.x-dev → 2.0.02024-01-05

### Community

Maintainers

![](https://www.gravatar.com/avatar/3c6681704a769ab93a20ba54d94054d0f3f1e81b99341e8cfa29d91f6d8f16fb?d=identicon)[kaystrobach](/maintainers/kaystrobach)

---

Top Contributors

[![kaystrobach](https://avatars.githubusercontent.com/u/1185776?v=4)](https://github.com/kaystrobach "kaystrobach (38 commits)")[![jonasknobloch](https://avatars.githubusercontent.com/u/7591950?v=4)](https://github.com/jonasknobloch "jonasknobloch (1 commits)")

### Embed Badge

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

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

###  Alternatives

[neos/neos

An open source Content Application Platform based on Flow. A set of core Content Management features is resting within a larger context that allows you to build a perfectly customized experience for your users.

1151.0M778](/packages/neos-neos)[neos/eel

The Embedded Expression Language (Eel) is a building block for creating Domain Specific Languages

122.2M36](/packages/neos-eel)[neos/fusion-form

Fusion Form

19776.4k47](/packages/neos-fusion-form)[neos/form

Extensible and flexible API for building web forms

18892.2k55](/packages/neos-form)[neos/media

The Media package

101.2M53](/packages/neos-media)[avency/neos-vardump

Neos VarDump Package

147.2k](/packages/avency-neos-vardump)

PHPackages © 2026

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