PHPackages                             mst/mst-yaml2tca - 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. mst/mst-yaml2tca

ActiveTypo3-cms-extension

mst/mst-yaml2tca
================

Load YAML files to TCA

1.0.14(1y ago)04.4k↓50%proprietaryPHP

Since Aug 20Pushed 1y ago1 watchersCompare

[ Source](https://github.com/mxsteini/mst_yaml2tca)[ Packagist](https://packagist.org/packages/mst/mst-yaml2tca)[ RSS](/packages/mst-mst-yaml2tca/feed)WikiDiscussions main Synced 1mo ago

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

EXT:mst\_yaml2tca - Load simple TCA-Elements from yaml
======================================================

[](#extmst_yaml2tca---load-simple-tca-elements-from-yaml)

Situation
---------

[](#situation)

Writing TCA is always exhausting. Especially if you want to have the element in the New Content Element Wizard. With this extension it is possible to put simple elements in a YAML file.

The following elements are supported:

- columns
- palettes
- plugins
- contentElements
- container

When loading, it is still being tested whether it is possible to load a Flexform. For this purpose, a file with the name of the element (in UpperCamelCase) can simply be placed in the Configuration/FlexForms/ContentElements or Configuration/FlexForms/Containers directory. Alternatively, a file can also be stored in the flexform field.

The yaml file has a section for each of the different content types. Plugins and content elements can each be assigned to a group. Containers are always automatically sorted into the Container groups. In EXT:mst\_yaml2tca/Resources/Private/Yaml/Elements.yaml is an example for such a file

Each entry corresponds to a tab.

Usage
-----

[](#usage)

To load a yaml file simply insert in: Configuration/TCA/Overrides/tt\_content.php

```
  $register = GeneralUtility::makeInstance(\MST\MstYaml2Tca\Tca\Registry::class);
  $register->loadFile($extKey, GeneralUtility::getFileAbsFileName('EXT:[yourextension]/Configuration/Yaml/Elements.yaml'));
```

###  Health Score

36

—

LowBetter than 81% of packages

Maintenance51

Moderate activity, may be stable

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Every ~23 days

Recently: every ~36 days

Total

28

Last Release

379d ago

Major Versions

0.0.18 → 1.0.02024-11-28

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/939861?v=4)[Michael Stein](/maintainers/mxsteini)[@mxsteini](https://github.com/mxsteini)

---

Top Contributors

[![mxsteini](https://avatars.githubusercontent.com/u/939861?v=4)](https://github.com/mxsteini "mxsteini (58 commits)")

### Embed Badge

![Health badge](/badges/mst-mst-yaml2tca/health.svg)

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

###  Alternatives

[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

63991.3k4](/packages/netresearch-rte-ckeditor-image)[christophlehmann/imageoptimizer

Optimize uploaded/processed images with binaries of your choice

46501.8k](/packages/christophlehmann-imageoptimizer)[b13/assetcollector

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

10118.4k](/packages/b13-assetcollector)[causal/fal-protect

Protect everything within /fileadmin/ based on associated folder and file restrictions (visibility, user groups and dates of publication).

1269.5k](/packages/causal-fal-protect)

PHPackages © 2026

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