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 82% of packages

Maintenance48

Moderate activity, may be stable

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

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

[fluidtypo3/vhs

This is a collection of ViewHelpers for performing rendering tasks that are not natively provided by TYPO3's Fluid templating engine.

1954.1M49](/packages/fluidtypo3-vhs)[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)[typo3/testing-framework

The TYPO3 testing framework provides base classes for unit, functional and acceptance testing.

675.0M775](/packages/typo3-testing-framework)[fluidtypo3/flux

The flux package from FluidTYPO3

152982.2k20](/packages/fluidtypo3-flux)[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

63991.3k4](/packages/netresearch-rte-ckeditor-image)[friendsoftypo3/content-blocks

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

96374.6k23](/packages/friendsoftypo3-content-blocks)

PHPackages © 2026

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