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. [Utility &amp; Helpers](/categories/utility)
4. /
5. mst/mst-yaml2tca

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

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

Load YAML files to TCA

1.0.14(1y ago)04.7k↓64.9%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 2d 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

35

—

LowBetter than 77% of packages

Maintenance44

Moderate activity, may be stable

Popularity22

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

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

[friendsoftypo3/content-blocks

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

103519.9k53](/packages/friendsoftypo3-content-blocks)[wazum/sluggi

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

40529.5k](/packages/wazum-sluggi)[typo3/cms-scheduler

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

169.3M231](/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.2M316](/packages/typo3-cms-lowlevel)[typo3/cms-redirects

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

167.4M80](/packages/typo3-cms-redirects)[typo3/cms-form

TYPO3 CMS Form - Flexible TYPO3 frontend form framework that comes with a backend editor interface.

147.6M265](/packages/typo3-cms-form)

PHPackages © 2026

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