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
v1.2.0
2026-03-14 14:39 UTC
Requires
- php: ^8.3
- b13/container: ^3.2.2
- friendsoftypo3/content-blocks: ^1.4.2
- helhum/typo3-console: ^8.3.1
- ichhabrecht/content-defender: ^3.5.3
- oliverthiele/ot-febuild: *
- oliverthiele/ot-irrebuttons: ^3.2.5
- plan2net/webp: ^13.0.1
- typo3/cms-backend: ^13.4
- typo3/cms-belog: ^13.4
- typo3/cms-beuser: ^13.4
- typo3/cms-core: ^13.4.13
- typo3/cms-dashboard: ^13.4
- typo3/cms-extbase: ^13.4
- typo3/cms-extensionmanager: ^13.4
- typo3/cms-felogin: ^13.4
- typo3/cms-filelist: ^13.4
- typo3/cms-filemetadata: ^13.4
- typo3/cms-fluid: ^13.4
- typo3/cms-fluid-styled-content: ^13.4
- typo3/cms-form: ^13.4
- typo3/cms-frontend: ^13.4
- typo3/cms-impexp: ^13.4
- typo3/cms-info: ^13.4
- typo3/cms-install: ^13.4
- typo3/cms-linkvalidator: ^13.4
- typo3/cms-reactions: ^13.4
- typo3/cms-recycler: ^13.4
- typo3/cms-rte-ckeditor: ^13.4
- typo3/cms-scheduler: ^13.4
- typo3/cms-seo: ^13.4
- typo3/cms-setup: ^13.4
- typo3/cms-sys-note: ^13.4
- typo3/cms-tstemplate: ^13.4
- typo3/cms-viewpage: ^13.4
- typo3/cms-webhooks: ^13.4
- vlucas/phpdotenv: ^5.6.3
Requires (Dev)
- roave/security-advisories: dev-latest
- typo3/cms-lowlevel: ^13.4
- typo3/coding-standards: ^0.8.0
README
A curated base distribution for TYPO3 v13.4, 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 | ^13.4 |
| PHP | ^8.3 |
| 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 |
ichhabrecht/content-defender |
Restrict allowed content element types |
oliverthiele/ot-febuild |
Frontend build target extension |
oliverthiele/ot-irrebuttons |
Additional inline relational record buttons |
plan2net/webp |
Automatic WebP image conversion |
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 |
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+.