PHPackages                             b13/typo3-composerize - 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. b13/typo3-composerize

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

b13/typo3-composerize
=====================

Prepare TYPO3 extensions for composer

21.4k1[1 issues](https://github.com/b13/typo3-composerize/issues)[1 PRs](https://github.com/b13/typo3-composerize/pulls)PHP

Since Apr 9Pushed 5y ago8 watchersCompare

[ Source](https://github.com/b13/typo3-composerize)[ Packagist](https://packagist.org/packages/b13/typo3-composerize)[ RSS](/packages/b13-typo3-composerize/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

TYPO3 Composerize
=================

[](#typo3-composerize)

What does it do?
----------------

[](#what-does-it-do)

`typo3-composerize check` - will check extensions for composer compatability. A extension is considered incompatible if either `composer.json`does not exist or the `composer.json` does not contain an `extension-key` property in `extra -> typo3/cms` section

`typo3-composerize create` - if the `composer.json` does not exist it will send a request containing the contents of `ext_emconf.php` as a JSON payload to TER (POST ) and returns a `composer.json` which will be stored in the extension folder. In case the `extension-key` is missing it will automatically set according to the extensions folder name.

Usage
-----

[](#usage)

Install: `composer require b13/typo3-composerize`

Check if given extensions are compatible:

- `./vendor/bin/typo3-composerize check -d  "ext_key1,ext_key2"`

Update given extensions:

- `./vendor/bin/typo3-composerize create -d  "ext_key1,ext_key2"`

Tests &amp; Linting
-------------------

[](#tests--linting)

Install composer including `require-dev`: `composer install --dev`

Run ...

- PHPUnit - `./vendor/bin/phpunit`
- PHPStan - `./vendor/bin/phpstan analyse --no-progress Classes/ Tests/`
- PHP CS Fixer - `./vendor/bin/php-cs-fixer fix -vvv --dry-run --diff`

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/165630?v=4)[Benni Mack](/maintainers/bmack)[@bmack](https://github.com/bmack)

---

Top Contributors

[![ochorocho](https://avatars.githubusercontent.com/u/4623070?v=4)](https://github.com/ochorocho "ochorocho (35 commits)")[![bmack](https://avatars.githubusercontent.com/u/165630?v=4)](https://github.com/bmack "bmack (1 commits)")

### Embed Badge

![Health badge](/badges/b13-typo3-composerize/health.svg)

```
[![Health](https://phpackages.com/badges/b13-typo3-composerize/health.svg)](https://phpackages.com/packages/b13-typo3-composerize)
```

###  Alternatives

[razonyang/yii2-rate-limiter

Yii2 Rate Limiter

1025.0k1](/packages/razonyang-yii2-rate-limiter)

PHPackages © 2026

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