PHPackages                             dekodeinteraktiv/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. dekodeinteraktiv/coding-standards

Abandoned → [dekode/coding-standards](/?search=dekode%2Fcoding-standards)Phpcodesniffer-standard

dekodeinteraktiv/coding-standards
=================================

Dekode Coding Standards

6.4.0(5mo ago)544.4k↓18.9%115MITPHPCI passing

Since Mar 15Pushed 2mo ago7 watchersCompare

[ Source](https://github.com/DekodeInteraktiv/coding-standards)[ Packagist](https://packagist.org/packages/dekodeinteraktiv/coding-standards)[ RSS](/packages/dekodeinteraktiv-coding-standards/feed)WikiDiscussions main Synced 2mo ago

READMEChangelog (10)Dependencies (4)Versions (22)Used By (15)

Dekode Coding Standards
=======================

[](#dekode-coding-standards)

Installation and usage
----------------------

[](#installation-and-usage)

```
$ composer require --dev dekode/coding-standards
```

### Add lint script to `composer.json`

[](#add-lint-script-to-composerjson)

```
"scripts": {
  "lint": [
    "./vendor/bin/phpcs ."
  ]
}
```

### Configuration File

[](#configuration-file)

Create a `phpcs.xml.dist` file in your project root with the following contents. (Update required PHP version and text\_domain accordingly.)

```

	.

```

### DekodeNoAlignment ruleset

[](#dekodenoalignment-ruleset)

`DekodeNoAlignment` extends `Dekode` with additional strictness. Use it in place of `Dekode` for projects that want tighter formatting enforcement:

- Adds a custom `DekodeNoAlignment.Formatting.DisallowDoubleSpace` sniff: disallows two or more consecutive spaces on a line (outside indentation) — auto-fixable via `phpcbf`
- Suppresses noisy warnings for value-alignment (`MultipleStatementAlignment`, `DoubleArrowNotAligned`)
- Suppresses `Squiz.Commenting.FunctionComment.SpacingAfterParamType`

```

	.

```

###  Health Score

55

—

FairBetter than 98% of packages

Maintenance80

Actively maintained with recent releases

Popularity31

Limited adoption so far

Community26

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 83.3% 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 ~140 days

Recently: every ~105 days

Total

21

Last Release

169d ago

Major Versions

1.2.0 → 2.0.02018-12-10

2.0.0 → 3.0.02019-01-17

3.4.0 → 4.0.02020-10-26

4.0.0 → 5.0.02022-12-06

5.0.0 → 6.0.02023-08-29

### Community

Maintainers

![](https://www.gravatar.com/avatar/3f76ecc64244478f171da2d68e1d8faf4f8ad7975c7a7264e06d004c6e7e8105?d=identicon)[dekode](/maintainers/dekode)

---

Top Contributors

[![stian-overasen](https://avatars.githubusercontent.com/u/16900754?v=4)](https://github.com/stian-overasen "stian-overasen (30 commits)")[![pdewouters](https://avatars.githubusercontent.com/u/30460?v=4)](https://github.com/pdewouters "pdewouters (2 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (1 commits)")[![jrfnl](https://avatars.githubusercontent.com/u/663378?v=4)](https://github.com/jrfnl "jrfnl (1 commits)")[![olethomas](https://avatars.githubusercontent.com/u/3436672?v=4)](https://github.com/olethomas "olethomas (1 commits)")

---

Tags

dekodeproducteslint-pluginphpcswordpressstandardsphpcswordpressstatic analysisCode stylecoding-standardscoding-stylecode standardsPHP standardsWordPress standardsDekodeInteraktiv

### Embed Badge

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

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

###  Alternatives

[inpsyde/php-coding-standards

PHP 7.4+ coding standards for Syde WordPress projects.

101163.9k45](/packages/inpsyde-php-coding-standards)[woocommerce/woocommerce-sniffs

WooCommerce sniffs

496.8M42](/packages/woocommerce-woocommerce-sniffs)[automattic/vipwpcs

PHP\_CodeSniffer rules (sniffs) to enforce WordPress VIP minimum coding conventions

25510.2M145](/packages/automattic-vipwpcs)[yoast/yoastcs

PHP\_CodeSniffer rules for Yoast projects

221.1M29](/packages/yoast-yoastcs)[infinum/eightshift-coding-standards

Eightshift WordPress Coding Standards

1785.2k3](/packages/infinum-eightshift-coding-standards)[syde/phpcs

Syde PHP coding standards for WordPress projects.

1019.7k7](/packages/syde-phpcs)

PHPackages © 2026

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