PHPackages                             trueprogramming/tca-select-items - 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. trueprogramming/tca-select-items

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

trueprogramming/tca-select-items
================================

Adds api for adding TCA items array

1.0.0(2y ago)0395GPL-2.0-or-laterPHPPHP &gt;8.1

Since Sep 22Pushed 2y agoCompare

[ Source](https://github.com/true-programming/tca-select-items)[ Packagist](https://packagist.org/packages/trueprogramming/tca-select-items)[ RSS](/packages/trueprogramming-tca-select-items/feed)WikiDiscussions main Synced 1w ago

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

TCA select item
===============

[](#tca-select-item)

```
Author: Michael Semle
E-Mail: git@mikeproduction.de
repo:   https://github.com/true-programming/tca-select-items

```

This extension provides helper functionality for TCA select items. For beginners, adding TCA items via array parameter is kinda frustrating. Using this extension and it's select item model class no need to remember the correct array usage.

Usage
-----

[](#usage)

For example for tt\_content CType:

```
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addTcaSelectItem(
    'tt_content',
    'CType',
    (new \Trueprogramming\TcaSelectItems\TCA\TCASelectItem(
        'My awesom select item',
        'awesom_select_item',
        'EXT:awesom_extension/Resources/Public/Icons/Extension.svg',
        'group-awesome'
    ))->toArray()
);

```

How to install this extension?
------------------------------

[](#how-to-install-this-extension)

You can set this up via composer (`composer require trueprogramming/tca-select-items`).

Requirements
------------

[](#requirements)

- TYPO3 v12.

License
-------

[](#license)

The extension is licensed under GPL v2+, same as the TYPO3 Core.

For details see the LICENSE file in this repository.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

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

Unknown

Total

1

Last Release

1050d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/23557014?v=4)[Michael Semle](/maintainers/michaelsemle)[@michaelsemle](https://github.com/michaelsemle)

---

Top Contributors

[![michaelsemle](https://avatars.githubusercontent.com/u/23557014?v=4)](https://github.com/michaelsemle "michaelsemle (2 commits)")

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/trueprogramming-tca-select-items/health.svg)

```
[![Health](https://phpackages.com/badges/trueprogramming-tca-select-items/health.svg)](https://phpackages.com/packages/trueprogramming-tca-select-items)
```

###  Alternatives

[friendsoftypo3/content-blocks

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

105574.3k63](/packages/friendsoftypo3-content-blocks)[typo3/cms-styleguide

TYPO3 extension to showcase TYPO3 Backend capabilities

105768.9k38](/packages/typo3-cms-styleguide)[wazum/sluggi

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

40543.5k](/packages/wazum-sluggi)[typo3/cms-install

TYPO3 CMS Install Tool - The Install Tool is used for installation, upgrade, system administration and setup tasks.

1812.5M557](/packages/typo3-cms-install)[typo3/cms-scheduler

TYPO3 CMS Scheduler - Schedule tasks to run once or periodically at a specific time.

169.5M260](/packages/typo3-cms-scheduler)[typo3/cms-lowlevel

TYPO3 CMS Lowlevel - Technical analysis of the system. This includes raw database search, checking relations, counting pages and records etc.

178.3M349](/packages/typo3-cms-lowlevel)

PHPackages © 2026

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