km2 / data-seeder
Seeding static data into TYPO3 database.
0.4.4
2026-08-10 18:51 UTC
Requires
- php: >= 8.4 < 8.6
- helhum/typo3-console: ^8.0 || ^9.0
- typo3/cms-core: ^13.4 || ^14.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.73
- saschaegerer/phpstan-typo3: ^2.0 || ^3.0
- ssch/typo3-rector: ^3.1
- typo3/cms-backend: ^13.4 || ^14.3
- typo3/cms-form: ^13.4 || ^14.3
- typo3/cms-frontend: ^13.4 || ^14.3
- typo3/cms-install: ^13.4 || ^14.3
This package is auto-updated.
Last update: 2026-08-11 19:18:00 UTC
README
This extension provides a command, that allows seeding data from YAML files into a TYPO3 database. The seeds are designed to work without static UIDs
Motivation
Working in a team on a project presents multiple challenges. One of these challenges is providing content data during development. There are multiple approaches for this challenge. Our approach is to provide static data, that can grow during project progression and can be handled by VCS.
Documentation
See https://docs.typo3.org/p/km2/data-seeder/main/en-us/ for documentation.