PHPackages                             supseven/confuse - 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. supseven/confuse

ActiveTypo3-cms-extension

supseven/confuse
================

a (maybe) smarter way to write your TCA

v1.0.3(6y ago)06GPL-3.0-or-laterPHPPHP &gt;=7.2

Since Dec 4Pushed 6y ago3 watchersCompare

[ Source](https://github.com/supseven-at/confuse)[ Packagist](https://packagist.org/packages/supseven/confuse)[ Docs](https://www.supseven.at)[ RSS](/packages/supseven-confuse/feed)WikiDiscussions master Synced 3d ago

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

ConfUse
=======

[](#confuse)

a (maybe) smarter way to write your TCA

what it supposed to be
----------------------

[](#what-it-supposed-to-be)

- write your TCA files with autocomplete
- maintain your TCA in a global file

what it is not supposed to be
-----------------------------

[](#what-it-is-not-supposed-to-be)

- a well documented project by now
- a complete extension due to lack of time

---

use it like this in your TCA (overrides)
----------------------------------------

[](#use-it-like-this-in-your-tca-overrides)

```
\Supseven\Confuse\Service\Tca\Create::getInstance()->addElement([
    \Supseven\Confuse\Service\Tca\Elements\Check::create()
        ->setName('test')
        ->setExclude(true)
        ->setValue([
            ['', ''],
            ['.h1', 'h1'],
            ['.h2', 'h2'],
        ])
        ->build()
])->persist('tt_content');

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

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

Total

3

Last Release

2318d ago

### Community

Maintainers

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

![](https://avatars.githubusercontent.com/u/1773048?v=4)[Volker](/maintainers/vkemeter)[@vkemeter](https://github.com/vkemeter)

### Embed Badge

![Health badge](/badges/supseven-confuse/health.svg)

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

###  Alternatives

[fluidtypo3/vhs

This is a collection of ViewHelpers for performing rendering tasks that are not natively provided by TYPO3's Fluid templating engine.

1954.1M49](/packages/fluidtypo3-vhs)[in2code/powermail

Powermail is a well-known, editor-friendly, powerful and easy to use mailform extension for TYPO3 with a lots of features

982.5M38](/packages/in2code-powermail)[typo3/testing-framework

The TYPO3 testing framework provides base classes for unit, functional and acceptance testing.

675.0M775](/packages/typo3-testing-framework)[fluidtypo3/flux

The flux package from FluidTYPO3

152982.2k20](/packages/fluidtypo3-flux)[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

63991.3k4](/packages/netresearch-rte-ckeditor-image)[friendsoftypo3/content-blocks

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

96374.6k23](/packages/friendsoftypo3-content-blocks)

PHPackages © 2026

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