PHPackages                             sbuerk/typo3-composer-tools - 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. [CLI &amp; Console](/categories/cli)
4. /
5. sbuerk/typo3-composer-tools

ActiveComposer-plugin[CLI &amp; Console](/categories/cli)

sbuerk/typo3-composer-tools
===========================

Composer plugin providing helpful commands around TYPO3 projects, starting with typo3:version.

1.0.0(1mo ago)00GPL-2.0-or-laterPHPPHP ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0CI passing

Since Jul 3Pushed 1mo agoCompare

[ Source](https://github.com/sbuerk/typo3-composer-tools)[ Packagist](https://packagist.org/packages/sbuerk/typo3-composer-tools)[ RSS](/packages/sbuerk-typo3-composer-tools/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (6)Versions (2)Used By (0)

```
# sbuerk/typo3-composer-tools

```

[![CI](https://github.com/sbuerk/typo3-composer-tools/actions/workflows/ci.yml/badge.svg)](https://github.com/sbuerk/typo3-composer-tools/actions/workflows/ci.yml)[![Latest Stable Version](https://camo.githubusercontent.com/28b468e997a2e281a9f8b4a3f73783808bb0650230287a66325d54d5b833ff50/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73627565726b2f7479706f332d636f6d706f7365722d746f6f6c732e737667)](https://packagist.org/packages/sbuerk/typo3-composer-tools)[![PHP Version](https://camo.githubusercontent.com/73d8f7a387640e1fd233badd693dab35f886b5519223910b01af4ee09e7b1cab/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f73627565726b2f7479706f332d636f6d706f7365722d746f6f6c732e737667)](https://packagist.org/packages/sbuerk/typo3-composer-tools)[![License](https://camo.githubusercontent.com/26f8b6541ea045cc1dbc2267208158b5a7ebbf5cf437c4b486d80fee9386f77e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d47504c2d2d322e302d2d6f722d2d6c617465722d626c75652e737667)](LICENSE.txt)

**TYPO3 Composer Tools** – a [Composer](https://getcomposer.org/) plugin that adds a small set of helpful commands to any project it is installed in. The first command, `typo3:version`, reports the installed [`typo3/cms-core`](https://packagist.org/packages/typo3/cms-core) version in a plain, script-friendly form.

Requirements
------------

[](#requirements)

- PHP **8.2**, **8.3**, **8.4** or **8.5**
- Composer **2.9+** (`composer-plugin-api: ^2.9`)

Installation
------------

[](#installation)

```
composer require sbuerk/typo3-composer-tools
```

The package is a `composer-plugin`; once required it registers its commands automatically and they become available through the `composer` binary.

Usage
-----

[](#usage)

### `typo3:version`

[](#typo3version)

Print the currently installed `typo3/cms-core` version. Prints an empty string when TYPO3 is not installed:

```
$ composer typo3:version
13.4.21
```

#### `--extended`

[](#--extended)

Print the version broken down into its parts together with the applied constraint and installation state:

```
$ composer typo3:version --extended
Current: 13.4.21
Major: 13
Minor: 4
Patchlevel: 21
Constraint: ^13.4.20 || ^14.3.2
Installed: true
```

#### `--json`

[](#--json)

Print a single, always-complete JSON document — pipeable straight into tools like [`jq`](https://jqlang.github.io/jq/):

```
$ composer typo3:version --json
{"current":"13.4.21","major":13,"minor":4,"patchlevel":21,"constraint":"^13.4.20 || ^14.3.2","installed":true}
```

When TYPO3 is not installed, `current`, `major`, `minor` and `patchlevel` are `null` and `installed` is `false`:

```
$ composer typo3:version --json
{"current":null,"major":null,"minor":null,"patchlevel":null,"constraint":null,"installed":false}
```

Only the requested output is written to `stdout`, so the result can be consumed by other tools without noise.

Contributing
------------

[](#contributing)

Contributions are welcome — please read [CONTRIBUTING.md](CONTRIBUTING.md).

License
-------

[](#license)

Released under the [GNU General Public License v2.0 or later](LICENSE.txt).

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance90

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

48d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1453466?v=4)[Stefan Bürk](/maintainers/sbuerk)[@sbuerk](https://github.com/sbuerk)

---

Top Contributors

[![sbuerk](https://avatars.githubusercontent.com/u/1453466?v=4)](https://github.com/sbuerk "sbuerk (9 commits)")

---

Tags

composerclitoolscomposer-plugintypo3

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/sbuerk-typo3-composer-tools/health.svg)

```
[![Health](https://phpackages.com/badges/sbuerk-typo3-composer-tools/health.svg)](https://phpackages.com/packages/sbuerk-typo3-composer-tools)
```

###  Alternatives

[helhum/typo3-console

A reliable and powerful command line interface for TYPO3 CMS

2949.6M274](/packages/helhum-typo3-console)

PHPackages © 2026

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