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 3w 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 36% 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

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

101466.4k45](/packages/friendsoftypo3-content-blocks)[wazum/sluggi

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

41515.2k](/packages/wazum-sluggi)[praetorius/vite-asset-collector

Use AssetCollector to embed frontend assets generated by vite

54299.7k1](/packages/praetorius-vite-asset-collector)[typo3/cms-redirects

TYPO3 CMS Redirects - Create manual redirects, list existing redirects and automatically createredirects on slug changes.

167.3M74](/packages/typo3-cms-redirects)[typo3/cms-sys-note

TYPO3 CMS System Notes - Records with messages which can be placed on any page and contain instructions or other information related to a page or section.

116.2M37](/packages/typo3-cms-sys-note)[b13/assetcollector

Asset collector - Add CSS and SVG files and strings as inline style tag/inline svg to the html code.

10123.2k](/packages/b13-assetcollector)

PHPackages © 2026

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