eliashaeussler/typo3-vendor-bundler 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

eliashaeussler/typo3-vendor-bundler

最新稳定版本:3.0.1

Composer 安装命令:

composer require eliashaeussler/typo3-vendor-bundler

包简介

Composer plugin to bundle vendor libraries for TYPO3 extensions in classic mode

README 文档

README

TYPO3 Vendor Bundler

Coverage CGL Tests Supported PHP Versions

A Composer plugin to bundle vendor libraries of TYPO3 extensions for use in classic mode. It allows to easily prepare dependencies, which are not part of TYPO3's bundled dependencies, in order to make TYPO3 extensions fully usable in classic mode installations.

🚀 Features

  • Autoload bundler: Bundles autoload information from vendor libraries in root composer.json file. This enables deep integration of vendor libraries directly into TYPO3, e.g. for use with dependency injection.
  • Dependency bundler: Bundles dependency information of shipped vendor libraries. Uses the standardized CycloneDX format to generate a Software Bill of Materials (SBOM).
  • Automatic dependency extraction: Allows to automatically extract used vendor libraries from the root composer.json file of an extension.
  • Various configuration options: Provides an extensive configuration system, which allows to customize several parts of the bundling system.
  • Composer integration: Built as Composer plugin, the package provides a smooth integration in your Composer workflow. Bundlers can be executed directly by using dedicated Composer commands, e.g. composer bundle to execute all available bundlers.

🔥 Installation

Packagist Packagist Downloads

composer require --dev eliashaeussler/typo3-vendor-bundler

⚡ Quickstart

Add a typo3-vendor-bundler.yaml config file:

# typo3-vendor-bundler.yaml

autoload:
  target:
    file: 'composer.json'
    overwrite: true
  backupSources: false
  excludeFromClassMap:
    - 'vendor/composer/InstalledVersions.php'

dependencies:
  sbom:
    file: 'sbom.json'
    version: '1.7'
    includeDev: false
    overwrite: true

dependencyExtraction:
  enabled: true
  failOnProblems: true

pathToVendorLibraries: 'Resources/Private/Libs'

Execute the main bundler:

composer bundle

You can also execute a single bundler. Read more about available console commands.

Tip

You can use the composer validate-bundler-config command to validate your config file.

📝 Documentation

🧑‍💻 Contributing

Please have a look at CONTRIBUTING.md.

⭐ License

This project is licensed under GNU General Public License 3.0 (or later).

统计信息

  • 总下载量: 7.96k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 1
  • 依赖项目数: 4
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2025-06-18