PHPackages                             bitpatroon/typo3\_tca2 - 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. bitpatroon/typo3\_tca2

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

bitpatroon/typo3\_tca2
======================

Allows additional functions like conditions to if in pageTSConfig.

v1.0.1(5y ago)01.9kGPL-2.0-or-laterPHPPHP ^7.0

Since Oct 14Pushed 5y ago1 watchersCompare

[ Source](https://github.com/bitpatroon/typo3_tca2)[ Packagist](https://packagist.org/packages/bitpatroon/typo3_tca2)[ RSS](/packages/bitpatroon-typo3-tca2/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

typo3\_tca2
===========

[](#typo3_tca2)

Allows additional function like conditions to if in pageTSConfig

\##USAGE

\###Example 1

Conditionally add a new item 123 (myItem) on tt\_content.layout.

```
[userFunc = MyFunc(params)]
TCEFORM.tt_content.layout {
    addItems {
        123 = myItem
    }
}
[global]

```

can be rewritten into

```
TCEFORM.tt_content.layout {
    addItems {
        123 = myItem
        123.userFunc = MyFunc(params)
    }
}

```

\###Example 2

Conditionally disable layout 1 on tt\_content.

```
[userFunc = MyFunc(params)]
TCEFORM.tt_content.layout {
    disabled = 1
}
[global]

```

can be rewritten into

```
TCEFORM.tt_content.layout {
    disabled = 1
    disabled.userFunc = MyFunc(params)
}

```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.5% 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 ~534 days

Total

2

Last Release

1867d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17638058?v=4)[Sjoerd Zonneveld](/maintainers/bitpatroon)[@bitpatroon](https://github.com/bitpatroon)

---

Top Contributors

[![bitpatroon](https://avatars.githubusercontent.com/u/17638058?v=4)](https://github.com/bitpatroon "bitpatroon (7 commits)")[![Tuurlijk](https://avatars.githubusercontent.com/u/790979?v=4)](https://github.com/Tuurlijk "Tuurlijk (1 commits)")

---

Tags

typo3conditionsTCA

### Embed Badge

![Health badge](/badges/bitpatroon-typo3-tca2/health.svg)

```
[![Health](https://phpackages.com/badges/bitpatroon-typo3-tca2/health.svg)](https://phpackages.com/packages/bitpatroon-typo3-tca2)
```

###  Alternatives

[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)[wazum/sluggi

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

39488.5k](/packages/wazum-sluggi)[in2code/powermail_cond

Add conditions (via AJAX) to powermail forms for fields and pages

10530.6k](/packages/in2code-powermail-cond)[jweiland/events2

Events 2 - Create single and recurring events

2062.4k2](/packages/jweiland-events2)[quellenform/t3x-iconpack

Provides an iconpack-registry for custom iconpacks.

1542.7k25](/packages/quellenform-t3x-iconpack)

PHPackages © 2026

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