PHPackages                             field-interactive/cms-base-distribution - 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. [Framework](/categories/framework)
4. /
5. field-interactive/cms-base-distribution

ActiveProject[Framework](/categories/framework)

field-interactive/cms-base-distribution
=======================================

TYPO3 CMS Base Distribution

v12.4.0(3y ago)056GPL-2.0-or-laterShell

Since Jul 25Pushed 3y agoCompare

[ Source](https://github.com/field-interactive/typo3-cms-base-distribution)[ Packagist](https://packagist.org/packages/field-interactive/cms-base-distribution)[ RSS](/packages/field-interactive-cms-base-distribution/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (25)Versions (57)Used By (0)

TYPO3 CMS Base Distribution
===========================

[](#typo3-cms-base-distribution)

Get going quickly with TYPO3 CMS.

Prerequisites
-------------

[](#prerequisites)

- PHP 8.1
- [Composer](https://getcomposer.org/download/)
- [Migraw](https://github.com/marcharding/migraw)

Quickstart
----------

[](#quickstart)

- `migraw exec "composer create-project field-interactive/cms-base-distribution project-name ^12.x-dev"`
- `cd project-name`

### Development server

[](#development-server)

First, configure your migraw.yaml and update the name and host. The following command starts the development web server with migraw, installs all dependencies and runs the `typo3 setup` command automatically.

```
migraw up
```

### (Re-) Run the Setup

[](#re--run-the-setup)

To start an interactive installation, you can do so by executing the following command and then follow the wizard:

```
composer exec typo3 setup
```

### Setup unattended (optional)

[](#setup-unattended-optional)

If you're a more advanced user, you might want to leverage the unattended installation. To do this, you need to execute the following command and substitute the arguments with your own environment configuration.

```
composer exec -- typo3 setup \
    --no-interaction \
    --driver=mysqli \
    --username=typo3 \
    --password=typo3 \
    --host=127.0.0.1 \
    --port=3306 \
    --dbname=typo3 \
    --admin-username=admin \
    --admin-email="info@typo3.org" \
    --admin-user-password=password \
    --project-name="My TYPO3 Project" \
    --create-site="https://localhost/"
```

License
-------

[](#license)

GPL-2.0 or later

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor3

3 contributors hold 50%+ of commits

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 ~58 days

Recently: every ~42 days

Total

56

Last Release

1135d ago

Major Versions

v9.5.0 → v10.0.02019-08-15

v10.4.1 → v11.0.02020-12-22

v9.5.1 → v10.4.32022-02-21

10.x-dev → v12.0.02022-10-04

11.x-dev → v12.3.02023-03-28

### Community

Maintainers

![](https://www.gravatar.com/avatar/8bb38b2f49b579ea8053fbd4c4e55981482f3630e46de0270661d3e164f627b0?d=identicon)[FieldInteractive](/maintainers/FieldInteractive)

---

Top Contributors

[![helhum](https://avatars.githubusercontent.com/u/904370?v=4)](https://github.com/helhum "helhum (23 commits)")[![fabarea](https://avatars.githubusercontent.com/u/620730?v=4)](https://github.com/fabarea "fabarea (14 commits)")[![bmack](https://avatars.githubusercontent.com/u/165630?v=4)](https://github.com/bmack "bmack (10 commits)")[![svenkrefeld](https://avatars.githubusercontent.com/u/10992139?v=4)](https://github.com/svenkrefeld "svenkrefeld (10 commits)")[![gilbertsoft](https://avatars.githubusercontent.com/u/25326036?v=4)](https://github.com/gilbertsoft "gilbertsoft (9 commits)")[![ohader](https://avatars.githubusercontent.com/u/402145?v=4)](https://github.com/ohader "ohader (8 commits)")[![lolli42](https://avatars.githubusercontent.com/u/2178068?v=4)](https://github.com/lolli42 "lolli42 (3 commits)")[![cedricziel](https://avatars.githubusercontent.com/u/418970?v=4)](https://github.com/cedricziel "cedricziel (3 commits)")[![t3easy](https://avatars.githubusercontent.com/u/3628035?v=4)](https://github.com/t3easy "t3easy (2 commits)")[![ochorocho](https://avatars.githubusercontent.com/u/4623070?v=4)](https://github.com/ochorocho "ochorocho (1 commits)")[![peterkraume](https://avatars.githubusercontent.com/u/4234704?v=4)](https://github.com/peterkraume "peterkraume (1 commits)")[![susannemoog](https://avatars.githubusercontent.com/u/321804?v=4)](https://github.com/susannemoog "susannemoog (1 commits)")[![coding46](https://avatars.githubusercontent.com/u/1724196?v=4)](https://github.com/coding46 "coding46 (1 commits)")

### Embed Badge

![Health badge](/badges/field-interactive-cms-base-distribution/health.svg)

```
[![Health](https://phpackages.com/badges/field-interactive-cms-base-distribution/health.svg)](https://phpackages.com/packages/field-interactive-cms-base-distribution)
```

###  Alternatives

[typo3/cms-base-distribution

TYPO3 CMS Base Distribution

19643.2k81](/packages/typo3-cms-base-distribution)[pagemachine/typo3-formlog

Form log for TYPO3

23238.6k8](/packages/pagemachine-typo3-formlog)[friendsoftypo3/content-blocks

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

103519.9k51](/packages/friendsoftypo3-content-blocks)[eliashaeussler/typo3-form-consent

Extension for TYPO3 CMS that adds double opt-in functionality to EXT:form

1595.5k](/packages/eliashaeussler-typo3-form-consent)[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

611.1M8](/packages/netresearch-rte-ckeditor-image)[yoast-seo-for-typo3/yoast_seo

Yoast SEO for TYPO3

511.7M9](/packages/yoast-seo-for-typo3-yoast-seo)

PHPackages © 2026

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