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

14.0.1(1mo ago)33.7k↓35.8%1[3 issues](https://github.com/WapplerSystems/t3-tag/issues)1GPL-2.0-or-laterPHPPHP ^8.2

Since Feb 13Pushed 1mo ago1 watchersCompare

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

READMEChangelogDependencies (2)Versions (15)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

46

—

FairBetter than 92% of packages

Maintenance71

Regular maintenance activity

Popularity26

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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 ~117 days

Recently: every ~192 days

Total

8

Last Release

46d ago

Major Versions

11.0.0 → 13.0.02024-12-11

13.0.1 → 14.0.02026-04-19

### 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-extensionextensiontagtaggingtypo3

### 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/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[wazum/sluggi

TYPO3 extension for URL slug management with inline editing, auto-sync, locking, access control, and redirects

40529.5k](/packages/wazum-sluggi)[friendsoftypo3/tt-address

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

461.8M44](/packages/friendsoftypo3-tt-address)[friendsoftypo3/visual-editor

TYPO3 CMS Visual Editor - Brings a modern WYSIWYG editing experience to TYPO3 CMS.

576.1k2](/packages/friendsoftypo3-visual-editor)[quellenform/t3x-iconpack

Provides an iconpack-registry for custom iconpacks.

1552.6k27](/packages/quellenform-t3x-iconpack)[t3brightside/pagelist

TYPO3 CMS extension to create news, events, vacancies and products or just page lists. Demo: microtemplate.t3brightside.com

1121.5k1](/packages/t3brightside-pagelist)

PHPackages © 2026

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