oliverthiele / ot-sitekit-base-distribution
TYPO3 Sitekit: A base distribution that installs a predefined set of extensions for my standard TYPO3 setup.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
Requires
- b13/container: ^3.1.10
- helhum/typo3-console: ^8.2
- ichhabrecht/content-defender: ^3.5.3
- oliverthiele/ot-febuild: *
- oliverthiele/ot-irrebuttons: @dev
- sitegeist/image-jack: ^0.11.0
- typo3/cms-backend: ^v13.4
- typo3/cms-belog: ^v13.4
- typo3/cms-beuser: ^v13.4
- typo3/cms-core: ^v13.4.13
- typo3/cms-dashboard: ^v13.4
- typo3/cms-extbase: ^v13.4
- typo3/cms-extensionmanager: ^v13.4
- typo3/cms-felogin: ^v13.4
- typo3/cms-filelist: ^v13.4
- typo3/cms-fluid: ^v13.4
- typo3/cms-fluid-styled-content: ^v13.4
- typo3/cms-form: ^v13.4
- typo3/cms-frontend: ^v13.4
- typo3/cms-impexp: ^v13.4
- typo3/cms-info: ^v13.4
- typo3/cms-install: ^v13.4
- typo3/cms-linkvalidator: ^v13.4
- typo3/cms-reactions: ^v13.4
- typo3/cms-recycler: ^v13.4
- typo3/cms-rte-ckeditor: ^v13.4
- typo3/cms-scheduler: ^v13.4
- typo3/cms-seo: ^v13.4
- typo3/cms-setup: ^v13.4
- typo3/cms-sys-note: ^v13.4
- typo3/cms-tstemplate: ^v13.4
- typo3/cms-viewpage: ^v13.4
- typo3/cms-webhooks: ^v13.4
- vlucas/phpdotenv: ^v5.6.2
Requires (Dev)
- roave/security-advisories: dev-latest
- typo3/cms-lowlevel: ^v13.4
- typo3/coding-standards: ^v0.8.0
This package is auto-updated.
Last update: 2025-06-05 07:56:09 UTC
README
This package provides a base distribution for the TYPO3 Sitekit ecosystem. It installs a predefined set of extensions and configurations used in my standard TYPO3 setup.
It serves a similar purpose to the official TYPO3 CMS Base Distribution, but includes additional extensions and is intended to simplify development and upgrades.
The Sitekit is developed for TYPO3 v13.4 and is designed as a modular, upgradable structure. All included extensions are versioned together, making it easier to upgrade to newer TYPO3 versions.
Features
- Composer-based TYPO3 distribution
- Includes curated default extensions
- Additional extensions compared to the TYPO3 Base Distribution
- Suitable as a base for TYPO3 projects
- Supports easy upgrades across TYPO3 versions
- Designed for modular site development using additional Sitekit extensions
- Ready for TYPO3 v13.4 and newer
Installation
You can install this distribution via Composer:
composer require oliverthiele/ot-sitekit-base-distribution
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.
Related projects
- ot-febuild –
A minimal TYPO3 extension that serves as a target for Webpack-based frontend
builds. It allows you to include compiled JS and CSS via
EXT:ot_febuild/...
paths in TypoScript, which avoids issues with_assets/
URLs introduced in TYPO3 v12+. Useful when you want to keep build artifacts out of version control and separate from your sitepackage.