PHPackages                             radek-bruha/coding-standard - 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. radek-bruha/coding-standard

ActiveLibrary

radek-bruha/coding-standard
===========================

Coding Standard Enforcement Tools

1.0.37(3y ago)26.2k—0%1[2 PRs](https://github.com/radek-bruha/coding-standard/pulls)1unlicensePHPPHP ^8.1

Since Apr 8Pushed 2y agoCompare

[ Source](https://github.com/radek-bruha/coding-standard)[ Packagist](https://packagist.org/packages/radek-bruha/coding-standard)[ RSS](/packages/radek-bruha-coding-standard/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (14)Versions (39)Used By (1)

[PHP](https://php.net) Coding Standard
======================================

[](#php-coding-standard)

[![Downloads](https://camo.githubusercontent.com/7ea149f048fb7453eaf70051b9f75903b99d2cdfe681aafd3ed4fe9c1b48206d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f726164656b2d62727568612f636f64696e672d7374616e646172642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/radek-bruha/coding-standard)[![Build Status](https://camo.githubusercontent.com/88556cc5de08a9008f8c2e1e61426631d430eafef254da5968d109a9f50566dc/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f726164656b2d62727568612f636f64696e672d7374616e646172642f776f726b666c6f772e79616d6c3f7374796c653d666c61742d737175617265)](https://github.com/radek-bruha/coding-standard/actions)[![Coverage Status](https://camo.githubusercontent.com/32f34564219ce5c692cc63cd87def8929dfd36d4c72ea5b2c2a379b835a16968/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6769746875622f726164656b2d62727568612f636f64696e672d7374616e646172642e7376673f7374796c653d666c61742d737175617265)](https://coveralls.io/github/radek-bruha/coding-standard)[![Latest Stable Version](https://camo.githubusercontent.com/f5e9b8f3b880ee1f315dd6eff90e8e7e1b6db51d8c46b3a884825c658762f7cf/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f726164656b2d62727568612f636f64696e672d7374616e646172642e7376673f7374796c653d666c61742d737175617265)](https://github.com/radek-bruha/coding-standard/releases)

**Usage**

```
composer require radek-bruha/coding-standard

```

**[**PHPCodeSniffer**](https://github.com/squizlabs/PHP_CodeSniffer) Analyzer Usage**

```
vendor/bin/phpcs bin src tests -pvvv --extensions=php --standard=ruleset.xml | vendor/bin/phpcs-analyzer

```

```
015.000s (100.000%): Analyzed 100 000 rows of logs in 010.000s with 100.000MB RAM usage
005.000s (033.333%): SniffName
004.000s (026.666%): SniffName
003.000s (020.000%): SniffName
002.000s (013.333%): SniffName
001.000s (006.666%): SniffName

```

**[**PHPUnit**](https://github.com/sebastianbergmann/phpunit) Analyzer Usage**

```
vendor/bin/phpunit tests --log-junit=/tmp/log.xml && clear && cat /tmp/log.xml | vendor/bin/phpunit-analyzer
vendor/bin/paratest tests -p 8 --runner WrapperRunner --log-junit=/tmp/log.xml && clear && cat /tmp/log.xml | vendor/bin/phpunit-analyzer

```

```
015.000s (100.000%): Analyzed 100 000 rows of logs in 010.000s with 100.000MB RAM usage
005.000s (033.333%): TestClass::testMethod
004.000s (026.666%): TestClass::testMethod
003.000s (020.000%): TestClass::testMethod
002.000s (013.333%): TestClass::testMethod
001.000s (006.666%): TestClass::testMethod

```

**[**PHPCodeSniffer**](https://github.com/squizlabs/PHP_CodeSniffer) &amp; [**PHPStan**](https://github.com/phpstan/phpstan) &amp; [**PHPUnit**](https://github.com/sebastianbergmann/phpunit) &amp; [**PHPParaTest**](https://github.com/paratestphp/paratest) &amp; [**PHPInfection**](https://github.com/infection/infection) Clean Unified Output Usage**

```
==================================================
|           STARTING FULL TEST BATTERY           |
==================================================

==================================================
|           RUNNING CODE STYLE CHECKER           |
==================================================

..................................................  50 / 100 ( 50%)
.................................................. 100 / 100 (100%)

==================================================
|   00:01:00.0000000   |  |   00:01:00.0000000   |
==================================================

==================================================
|          RUNNING CODE STATIC ANALYSIS          |
==================================================

..................................................  50 / 100 ( 50%)
.................................................. 100 / 100 (100%)

==================================================
|   00:01:00.0000000   |  |   00:02:00.0000000   |
==================================================

==================================================
|            RUNNING INTEGRATION TEST            |
==================================================

..................................................  50 / 200 ( 25%)
.................................................. 100 / 200 ( 50%)
.................................................. 150 / 200 ( 75%)
.................................................. 200 / 200 (100%)

==================================================
|   00:08:00.0000000   |  |   00:10:00.0000000   |
==================================================

==================================================
|             RUNNING INFECTION TEST             |
==================================================

..................................................  50 /  50 (100%)

..................................................  50 / 100 ( 50%)
.................................................. 100 / 100 (100%)

..................................................  50 / 500 ( 10%)
.................................................. 100 / 500 ( 20%)
.................................................. 150 / 500 ( 30%)
.................................................. 200 / 500 ( 40%)
.................................................. 250 / 500 ( 50%)
.................................................. 300 / 500 ( 60%)
.................................................. 350 / 500 ( 70%)
.................................................. 400 / 500 ( 80%)
.................................................. 450 / 500 ( 90%)
.................................................. 500 / 500 (100%)

==================================================
|   00:10:00.0000000   |  |   00:20:00.0000000   |
==================================================

==================================================
|                00:20:00.0000000                |
==================================================

```

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity84

Battle-tested with a long release history

 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

Every ~41 days

Recently: every ~263 days

Total

38

Last Release

1428d ago

PHP version history (3 changes)1.0.2PHP ^7.1

1.0.36PHP ^7.4

1.0.37PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/9af3d7eaa0b69988f35dcb3f34450d0e888ecb00c3a62c818c40eddd30dae3e1?d=identicon)[radek-bruha](/maintainers/radek-bruha)

---

Top Contributors

[![radek-bruha](https://avatars.githubusercontent.com/u/7072163?v=4)](https://github.com/radek-bruha "radek-bruha (45 commits)")

### Embed Badge

![Health badge](/badges/radek-bruha-coding-standard/health.svg)

```
[![Health](https://phpackages.com/badges/radek-bruha-coding-standard/health.svg)](https://phpackages.com/packages/radek-bruha-coding-standard)
```

###  Alternatives

[wp-cli/wp-cli-tests

WP-CLI testing framework

422.7M87](/packages/wp-cli-wp-cli-tests)

PHPackages © 2026

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