PHPackages                             mediatis/typo3-coding-standards - 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. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. mediatis/typo3-coding-standards

ActiveLibrary[PSR &amp; Standards](/categories/psr-standards)

mediatis/typo3-coding-standards
===============================

Mediatis - TYPO3 Coding Standards

3.2.0(4mo ago)07.0k↓50%12GPL-2.0-or-laterPHPPHP ^8.2CI passing

Since Sep 30Pushed 4mo ago4 watchersCompare

[ Source](https://github.com/mediatis/typo3-coding-standards)[ Packagist](https://packagist.org/packages/mediatis/typo3-coding-standards)[ Docs](https://www.mediatis.de)[ RSS](/packages/mediatis-typo3-coding-standards/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (12)Versions (29)Used By (12)

TYPO3 Code Quality Package
==========================

[](#typo3-code-quality-package)

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

[](#installation)

Make sure that you removed old code quality and pipeline configuration files or folders, e.g. `rector.php`, `.php-cs-fixer.php`, `.phpstan`.

Make sure, your `composer.json` does not have any dev-requirements on explicit code-quality packages (like `phpunit/phpunit`, `rector/rector`, `typo3/coding-standards` and so on).

Make sure your `.gitignore` file includes the folder `.Build` and the file `composer.lock`.

```
.Build
composer.lock

```

Install the TYPO3 coding-standards package.

```
composer require --dev --with-all-dependencies mediatis/typo3-coding-standards

```

Run the kickstart script to install configuration files. Pass the lowest TYPO3 major version number that your extension supports.

```
./.Build/bin/mediatis-typo3-coding-standards-setup

```

Start ddev in the extension folder

```
ddev start

```

Usage - Check
-------------

[](#usage---check)

Run all checks:

```
ddev composer ci

```

Run group checks:

```
# run all code quality checks
ddev composer ci:static

# all php tests and code quality checks
ddev composer ci:php
ddev composer ci:composer
ddev composer ci:yaml
ddev composer ci:json

```

Run specific checks:

```
ddev composer ci:composer:normalize
ddev composer ci:composer:psr-verify
ddev composer ci:composer:validate
ddev composer ci:php:lint
ddev composer ci:php:rector
ddev composer ci:php:cs-fixer
ddev composer ci:php:stan
ddev composer ci:php:tests:unit
ddev composer ci:php:tests:functional
ddev composer ci:yaml:lint
ddev composer ci:json:lint

```

Usage - Fix
-----------

[](#usage---fix)

Run all fixes:

```
ddev composer fix

```

Run group fixes:

```
ddev composer fix:composer
ddev composer fix:php

```

Run specific fixes:

```
ddev composer fix:php:rector
ddev composer fix:php:cs
ddev composer fix:composer:normalize

```

###  Health Score

49

—

FairBetter than 95% of packages

Maintenance77

Regular maintenance activity

Popularity22

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 60.9% 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 ~34 days

Recently: every ~77 days

Total

25

Last Release

127d ago

Major Versions

1.0.5 → 2.02024-04-29

2.1.7 → 3.0.02025-01-30

PHP version history (2 changes)1.0.0PHP ^8.1

3.0.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/0744b53af7a0002c4e7adba5f4f057abec49b0de08285e1ff4b29e0c4278353d?d=identicon)[mvoehringer](/maintainers/mvoehringer)

![](https://www.gravatar.com/avatar/befa0897de954bbba333cd7524c200bbee46e3f255af9937f4bbf788354d5df0?d=identicon)[stephan.ude](/maintainers/stephan.ude)

![](https://www.gravatar.com/avatar/c9fe06ce978e4d0420a02ebbfb9011b446fd574463945befc6c6fe2a55db83b3?d=identicon)[mkarulin](/maintainers/mkarulin)

---

Top Contributors

[![s-ude](https://avatars.githubusercontent.com/u/3974706?v=4)](https://github.com/s-ude "s-ude (14 commits)")[![mkarulin](https://avatars.githubusercontent.com/u/15366077?v=4)](https://github.com/mkarulin "mkarulin (9 commits)")

---

Tags

phpstandardscodingtypo3

### Embed Badge

![Health badge](/badges/mediatis-typo3-coding-standards/health.svg)

```
[![Health](https://phpackages.com/badges/mediatis-typo3-coding-standards/health.svg)](https://phpackages.com/packages/mediatis-typo3-coding-standards)
```

PHPackages © 2026

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