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

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

wickedbyte/coding-standard
==========================

WickedByte PHP Coding Standards

v1.0.3(3mo ago)0826MITMakefilePHP ^8.2

Since May 24Pushed 2mo agoCompare

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

READMEChangelogDependencies (6)Versions (5)Used By (6)

WickedByte Coding Standard
==========================

[](#wickedbyte-coding-standard)

Custom PHP\_CodeSniffer rules for WickedByte projects based on the [PER Coding Style 2.0](https://www.php-fig.org/per/coding-style/)standard, and using customized rules from the [Slevomat Coding Standard](https://github.com/slevomat/coding-standard)project.

Installation and Contributing
-----------------------------

[](#installation-and-contributing)

This is a dockerized project, with a `Makefile` to help with common tasks. To get started, clone the repository and run the following command to install the dependencies:

```
make
```

Other Standards &amp; Conventions Not Enforced by PHP\_CodeSniffer:
-------------------------------------------------------------------

[](#other-standards--conventions-not-enforced-by-php_codesniffer)

1. Variables should be in `snake_case` unless they are shadowing parameters defined in function or method from a third-party library. This caveat is intended to prevent problems with named parameters, and vendor compatibility.)
2. Methods and functions, except for class `__construct` and `__destruct` methods, MUST have a defined return type.
3. Anonymous and arrow functions MUST have a defined parameter and return types.
4. Parameters MUST have defined types, unless they are extending/implementing a third-party library method or function that does not allow it.
5. Class properties MUST have defined types.
6. Enum cases must be in PascalCase, unless they are less than 4 characters long, and do not conflict with class constants.

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance85

Actively maintained with recent releases

Popularity13

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 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 ~86 days

Total

4

Last Release

100d ago

PHP version history (2 changes)v1.0.0PHP ~8.3.0 || ~8.4.0 || ~8.5.0

v1.0.2PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/1cb54d6b31124b5524b1e1b39e87f3a902a7ff5bab5526c34ccf45691a89fe1d?d=identicon)[andysnell](/maintainers/andysnell)

---

Top Contributors

[![andysnell](https://avatars.githubusercontent.com/u/7006523?v=4)](https://github.com/andysnell "andysnell (5 commits)")

### Embed Badge

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

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

###  Alternatives

[mayflower/mo4-coding-standard

PHP CodeSniffer ruleset implementing the MO4 coding standards extending the Symfony coding standards.

17508.3k5](/packages/mayflower-mo4-coding-standard)[drupal/coder

Coder is a library to review Drupal code.

3043.6M461](/packages/drupal-coder)[yoast/yoastcs

PHP\_CodeSniffer rules for Yoast projects

221.1M29](/packages/yoast-yoastcs)[orisai/coding-standard

Strict PHP coding standard

19193.5k62](/packages/orisai-coding-standard)

PHPackages © 2026

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