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

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

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

Mediatis - Coding Standards

2.2.2(2mo ago)09.5k↓48.1%13GPL-2.0-or-laterPHPPHP ^8.2CI passing

Since Sep 28Pushed 2mo ago4 watchersCompare

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

READMEChangelog (5)Dependencies (9)Versions (23)Used By (13)

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

[](#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` and so on).

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

```
vendor
composer.lock

```

Install the coding-standards package.

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

```

Run the kickstart script to install configuration files.

```
./vendor/bin/mediatis-coding-standards-setup

```

The files that are usually merged (mostly CI configuration) can be reset and overwritten with the argument `reset`. The `composer.json` is an exception; it is always merged.

```
./vendor/bin/mediatis-coding-standards-setup reset

```

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

[](#usage---check)

Run all checks:

```
composer ci

```

Run group checks:

```
# all php tests and code quality checks
composer ci:php

# all php tests
composer ci:php:tests

# all php code quality checks
composer ci:php:static

# all composer-related checks
composer ci:composer

```

Run specific checks:

```
composer ci:composer:normalize
composer ci:composer:psr-verify
composer ci:composer:validate
composer ci:php:lint
composer ci:php:rector
composer ci:php:cs-fixer
composer ci:php:stan
composer ci:php:tests:unit
composer ci:php:tests:integration

```

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

[](#usage---fix)

Run all fixes:

```
composer fix

```

Run group fixes:

```
composer fix:php
composer fix:composer

```

Run specific fixes:

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

```

###  Health Score

51

—

FairBetter than 96% of packages

Maintenance82

Actively maintained with recent releases

Popularity24

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 81.8% 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 ~43 days

Recently: every ~96 days

Total

21

Last Release

89d ago

Major Versions

1.1.5 → 2.0.02025-01-29

PHP version history (2 changes)1.0.0PHP ^8.1

2.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 (18 commits)")[![mkarulin](https://avatars.githubusercontent.com/u/15366077?v=4)](https://github.com/mkarulin "mkarulin (4 commits)")

---

Tags

phpcoding-standards

### Embed Badge

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

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

###  Alternatives

[orchestra/canvas

Code Generators for Laravel Applications and Packages

20917.2M158](/packages/orchestra-canvas)[ramsey/devtools

A Composer plugin to aid PHP library and application development.

7134.7k26](/packages/ramsey-devtools)[shopsys/coding-standards

Coding standards definition compatible with PSR-2

20269.1k13](/packages/shopsys-coding-standards)

PHPackages © 2026

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