PHPackages                             wapplersystems/tag - 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. wapplersystems/tag

ActiveTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

wapplersystems/tag
==================

A patch for TYPO3 to easily add tags just like categories to any element

13.0.1(8mo ago)32.5k—5.9%1[3 issues](https://github.com/WapplerSystems/t3-tag/issues)1GPL-2.0+PHP

Since Feb 13Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/WapplerSystems/t3-tag)[ Packagist](https://packagist.org/packages/wapplersystems/tag)[ Docs](https://wappler.systems)[ RSS](/packages/wapplersystems-tag/feed)WikiDiscussions release/v13 Synced 1mo ago

READMEChangelogDependencies (1)Versions (12)Used By (1)

A patch for TYPO3 to easily add tags just like categories to any element.
=========================================================================

[](#a-patch-for-typo3-to-easily-add-tags-just-like-categories-to-any-element)

The extension automatically adds the tag field to the following elements:

- tt\_content
- fe\_users

There are two ways to add the tag field to your own element:

By override file:

```
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addTCAcolumns('', [
    'tags' => [
        'config' => [
            'type' => 'tag',
        ],
    ],
]);

\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addToAllTCAtypes('', 'tags', '', 'after:categories');

```

By TCA configuration:

```
'tags' => [
    'config' => [
        'type' => 'tag',
    ],
],

```

Please don't forget to add the field in your sql file:

`tags int(11) DEFAULT '0' NOT NULL`

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance57

Moderate activity, may be stable

Popularity26

Limited adoption so far

Community10

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

Every ~115 days

Recently: every ~130 days

Total

6

Last Release

250d ago

Major Versions

11.0.0 → 13.0.02024-12-11

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

typo3typo3-cms-extensionextensiontypo3

### Embed Badge

![Health badge](/badges/wapplersystems-tag/health.svg)

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

###  Alternatives

[friendsoftypo3/tt-address

Displays a list of addresses from an address table on the page.

431.7M38](/packages/friendsoftypo3-tt-address)[quellenform/t3x-iconpack

Provides an iconpack-registry for custom iconpacks.

1542.7k25](/packages/quellenform-t3x-iconpack)[georgringer/faker

Faker for TYPO3

165.1k](/packages/georgringer-faker)

PHPackages © 2026

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