PHPackages                             bk2k/extension-helper - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. bk2k/extension-helper

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

bk2k/extension-helper
=====================

Helper for TYPO3 Extension Maintenance

2.1.0(1y ago)1259.0k↑195.5%2[1 issues](https://github.com/benjaminkott/extension-helper/issues)[1 PRs](https://github.com/benjaminkott/extension-helper/pulls)20MITPHP

Since Feb 8Pushed 1y ago1 watchersCompare

[ Source](https://github.com/benjaminkott/extension-helper)[ Packagist](https://packagist.org/packages/bk2k/extension-helper)[ Docs](https://github.com/benjaminkott/extension-helper)[ RSS](/packages/bk2k-extension-helper/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (2)Versions (13)Used By (20)

TYPO3 Extension Development Helper
==================================

[](#typo3-extension-development-helper)

Install
-------

[](#install)

```
$ composer require bk2k/extension-helper --dev

```

Commands
--------

[](#commands)

### `release:create`

[](#releasecreate)

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

```
$ php bin/extension-helper release:create
$ php bin/extension-helper release:create 1.0.0

```

### `release:publish`

[](#releasepublish)

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

```
$ php bin/extension-helper release:publish
$ php bin/extension-helper release:publish 1.0.0

```

### `changelog:create`

[](#changelogcreate)

This command generates a changelog from your git log.

```
$ php bin/extension-helper changelog:create
$ php bin/extension-helper changelog:create 1.0.0

```

### `version:set`

[](#versionset)

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  --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`

[](#archivecreate)

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_-.zip
$ php bin/extension-helper archive:create

# packagename_1.0.0.zip
$ php bin/extension-helper archive:create 1.0.0

```

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity37

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 96% of commits — single point of failure

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

Recently: every ~263 days

Total

12

Last Release

634d ago

Major Versions

1.0.6 → 2.0.02021-11-19

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3243119?v=4)[Benjamin Kott](/maintainers/benjaminkott)[@benjaminkott](https://github.com/benjaminkott)

---

Top Contributors

[![benjaminkott](https://avatars.githubusercontent.com/u/3243119?v=4)](https://github.com/benjaminkott "benjaminkott (48 commits)")[![gilbertsoft](https://avatars.githubusercontent.com/u/25326036?v=4)](https://github.com/gilbertsoft "gilbertsoft (1 commits)")[![NeoBlack](https://avatars.githubusercontent.com/u/1128085?v=4)](https://github.com/NeoBlack "NeoBlack (1 commits)")

---

Tags

developer-toolstypo3developmentextensionmaintenanceTYPO3 CMS

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/bk2k-extension-helper/health.svg)

```
[![Health](https://phpackages.com/badges/bk2k-extension-helper/health.svg)](https://phpackages.com/packages/bk2k-extension-helper)
```

###  Alternatives

[friendsoftypo3/content-blocks

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

103519.9k53](/packages/friendsoftypo3-content-blocks)[phel-lang/phel-lang

Phel is a functional programming language that compiles to PHP

5186.0k18](/packages/phel-lang-phel-lang)[wapplersystems/core-upgrader

Run upgrade wizards for multiple TYPO3 versions at once and clean up the system

1027.6k2](/packages/wapplersystems-core-upgrader)[dagger/dagger

Dagger PHP SDK

261.1k](/packages/dagger-dagger)

PHPackages © 2026

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