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.5.0(2mo ago)011.3k↓82.3%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 2d ago

READMEChangelog (6)Dependencies (18)Versions (28)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

52

—

FairBetter than 96% of packages

Maintenance86

Actively maintained with recent releases

Popularity24

Limited adoption so far

Community24

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

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

###  Release Activity

Cadence

Every ~39 days

Recently: every ~17 days

Total

25

Last Release

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

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[drupal/core-dev

require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.

2022.6M343](/packages/drupal-core-dev)[wp-cli/wp-cli-tests

WP-CLI testing framework

423.1M142](/packages/wp-cli-wp-cli-tests)[phpactor/phpactor

PHP refactoring and intellisense tool for text editors

1.9k17.1k1](/packages/phpactor-phpactor)

PHPackages © 2026

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