typo3/cms-composer-installers

TYPO3 CMS Installers

Package info

github.com/TYPO3/CmsComposerInstallers

Type:composer-plugin

pkg:composer/typo3/cms-composer-installers

Statistics

Installs: 14 526 224

Dependents: 56

Suggesters: 0

Stars: 61

Open Issues: 2

v5.0.2 2025-11-25 18:08 UTC

Requires

  • php: ^8.1
  • composer-plugin-api: ^2.1.0

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

GPL-2.0-or-later becd622c869eb5cba6b8ea13965a73ae84e37346

installercmsextensioncoretypo3


README

👁 CI Status

TYPO3 CMS Composer installers

This package acts as composer plugin in order to download and install TYPO3 core and extensions and put them into a directory structure which is suitable for TYPO3 to work correctly.

The behavior of the installer can be influenced by configuration in the extra section of the root composer.json.

Options for extension composer.json

extension-key (required)

 "extra": {
 "typo3/cms": {
 "extension-key": "bootstrap_package"
 }
 }

Specifies the extension key. This is mandatory and extensions will stop to work with version 4 of this package if not provided properly.

A warning is show by Composer if this key is missing in a extension.

Options for project composer.json

web-dir

 "extra": {
 "typo3/cms": {
 "web-dir": "public"
 }
 }

You can specify a relative path from the base directory, where the public document root should be located.

The default value is "public", which means a "public" directory at the same level as your root composer.json.

Feedback / Bug reports / Contribution

Bug reports, feature requests and pull requests are welcome in the GitHub repository: https://github.com/TYPO3/CmsComposerInstallers