oliverthiele / ot-sitekit-base-distribution
TYPO3 Sitekit: A base distribution that installs a predefined set of extensions for my standard TYPO3 setup.
Package info
github.com/oliverthiele/ot-sitekit-base-distribution
Type:project
pkg:composer/oliverthiele/ot-sitekit-base-distribution
v2.0.0
2026-04-26 13:22 UTC
Requires
- php: ^8.4
- b13/container: ^3.2.3
- friendsoftypo3/content-blocks: ^2.3.1
- helhum/typo3-console: ^8.3.1
- oliverthiele/ot-febuild: *
- oliverthiele/ot-irrebuttons: ^4.0.1
- typo3/cms-backend: ^14.3
- typo3/cms-belog: ^14.3
- typo3/cms-beuser: ^14.3
- typo3/cms-core: ^14.3
- typo3/cms-dashboard: ^14.3
- typo3/cms-extbase: ^14.3
- typo3/cms-extensionmanager: ^14.3
- typo3/cms-felogin: ^14.3
- typo3/cms-filelist: ^14.3
- typo3/cms-filemetadata: ^14.3
- typo3/cms-fluid: ^14.3
- typo3/cms-fluid-styled-content: ^14.3
- typo3/cms-form: ^14.3
- typo3/cms-frontend: ^14.3
- typo3/cms-impexp: ^14.3
- typo3/cms-info: ^14.3
- typo3/cms-install: ^14.3
- typo3/cms-linkvalidator: ^14.3
- typo3/cms-opendocs: ^14.3
- typo3/cms-reactions: ^14.3
- typo3/cms-recycler: ^14.3
- typo3/cms-rte-ckeditor: ^14.3
- typo3/cms-scheduler: ^14.3
- typo3/cms-seo: ^14.3
- typo3/cms-setup: ^14.3
- typo3/cms-sys-note: ^14.3
- typo3/cms-tstemplate: ^14.3
- typo3/cms-viewpage: ^14.3
- typo3/cms-webhooks: ^14.3
- typo3/cms-workspaces: ^14.3
- vlucas/phpdotenv: ^5.6.3
Requires (Dev)
- roave/security-advisories: dev-latest
- typo3/cms-lowlevel: ^14.3
- typo3/coding-standards: ^0.8.0
README
A curated base distribution for TYPO3 v14.3, providing a predefined set of extensions for a standard Sitekit setup.
Features
- Composer-based TYPO3 distribution
- Curated set of default extensions for a standard Sitekit setup
- Extends the official TYPO3 Base Distribution with additional packages
- Designed for modular site development with additional Sitekit extensions
- Versioned together for easier upgrades across TYPO3 versions
Requirements
| Requirement | Version |
|---|---|
| TYPO3 | ^14.3 |
| PHP | ^8.4 |
| Composer | ^2.0 |
Installation
composer create-project oliverthiele/ot-sitekit-base-distribution your-project-dir
Or add it to an existing project:
composer require oliverthiele/ot-sitekit-base-distribution
Included Extensions
| Package | Description |
|---|---|
b13/container |
Container content elements |
friendsoftypo3/content-blocks |
Content Blocks API |
helhum/typo3-console |
Extended CLI for TYPO3 |
oliverthiele/ot-febuild |
Frontend build target extension |
oliverthiele/ot-irrebuttons |
Additional inline relational record buttons |
vlucas/phpdotenv |
.env file support |
| TYPO3 Core extensions | backend, belog, beuser, dashboard, extbase, extensionmanager, felogin, filelist, filemetadata, fluid, fluid-styled-content, form, frontend, impexp, info, install, linkvalidator, reactions, recycler, rte-ckeditor, scheduler, seo, setup, sys-note, tstemplate, viewpage, webhooks |
Temporarily removed extensions (not released for TYPO3 v14 yet)
| Package | Description |
|---|---|
ichhabrecht/content-defender |
Restrict allowed content element types |
plan2net/webp |
Automatic WebP image conversion |
License
This project is licensed under the GNU General Public License v2.0 or later ( GPL-2.0-or-later). See the LICENSE file for details.
Author
Oliver Thiele — oliver-thiele.de
Related projects
- ot-febuild —
A minimal TYPO3 extension that serves as a target for Webpack-based frontend
builds.
It allows including compiled JS and CSS via
EXT:ot_febuild/...paths in TypoScript, avoiding issues with_assets/URLs introduced in TYPO3 v12+.