定制 bk2k/extension-helper 二次开发

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

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

bk2k/extension-helper

最新稳定版本:2.1.0

Composer 安装命令:

composer require bk2k/extension-helper

包简介

Helper for TYPO3 Extension Maintenance

README 文档

README

Install

$ composer require bk2k/extension-helper --dev 

Commands

release:create

This is a wrapper command that calls different commands version:set, changelog:create and release:publish in sequence.

$ php bin/extension-helper release:create <next version number> $ php bin/extension-helper release:create 1.0.0 

release:publish

This command will commit all uncommitted files in the working directory, and adds the version number as tag.

$ php bin/extension-helper release:publish <next version number> $ php bin/extension-helper release:publish 1.0.0 

changelog:create

This command generates a changelog from your git log.

$ php bin/extension-helper changelog:create <next version number> $ php bin/extension-helper changelog:create 1.0.0 

version:set

This command updates the version of your extension in the predefined files. For now it will update files:

  • Documentation\Settings.cfg
  • Documentation\Settings.yaml
  • ext_emconf.php
$ php bin/extension-helper version:set <next version number> --dev 
# Set version to 1.0.0 $ php bin/extension-helper version:set 1.0.0 
# Set version to 1.0.0-dev $ php bin/extension-helper version:set 1.0.0 --dev 

archive:create

This will generate a zip archive for the current version.

With the optional parameter you can set a specific version number the archive should be created for. The script will fail if you provide a version number and the tag does not exist.

# packagename_<branch>-<revision>.zip $ php bin/extension-helper archive:create # packagename_1.0.0.zip $ php bin/extension-helper archive:create 1.0.0 

统计信息

  • 总下载量: 54.97k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 11
  • 点击次数: 3
  • 依赖项目数: 22
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固