定制 typo3/cms-composer-installers 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

typo3/cms-composer-installers

最新稳定版本:v5.0.2

Composer 安装命令:

composer require typo3/cms-composer-installers

包简介

TYPO3 CMS Installers

README 文档

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

统计信息

  • 总下载量: 13.02M
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 62
  • 点击次数: 1
  • 依赖项目数: 55
  • 推荐数: 0

GitHub 信息

  • Stars: 61
  • Watchers: 13
  • Forks: 38
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2026-01-04