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.0CI failing

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 2d 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 47% 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

1917d 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

[wazum/sluggi

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

41515.2k](/packages/wazum-sluggi)[friendsoftypo3/content-blocks

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

101466.4k45](/packages/friendsoftypo3-content-blocks)[typo3/cms-styleguide

TYPO3 extension to showcase TYPO3 Backend capabilities

106749.2k26](/packages/typo3-cms-styleguide)[jweiland/events2

Events 2 - Create single and recurring events

2165.2k3](/packages/jweiland-events2)[in2code/lux

Living User eXperience - LUX - the Marketing Automation tool for TYPO3.

2156.6k1](/packages/in2code-lux)[wapplersystems/ws-scss

Compiles SCSS to CSS at runtime with caching, TypoScript variables and EXT: import support

11144.8k7](/packages/wapplersystems-ws-scss)

PHPackages © 2026

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