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

ActivePhpcodesniffer-standard[Utility &amp; Helpers](/categories/utility)

phoneburner/coding-standard
===========================

PhoneBurner PHP Coding Standards

v1.1.0(3mo ago)01.7k↑50%5MakefilePHP ~8.3.0 || ~8.4.0 || ~8.5.0

Since Jun 5Pushed 2mo ago2 watchersCompare

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

READMEChangelog (2)Dependencies (3)Versions (4)Used By (5)

PhoneBurner Coding Standard
===========================

[](#phoneburner-coding-standard)

Custom PHP\_CodeSniffer rules for PhoneBurner 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
```

Standards:
----------

[](#standards)

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

46

—

FairBetter than 93% of packages

Maintenance82

Actively maintained with recent releases

Popularity20

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.7% 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 ~119 days

Total

3

Last Release

108d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7ecc476ac18daccbca443ff60a1a3a58d213617e7954eb9511d63c685a7c4c3d?d=identicon)[kevinreeves](/maintainers/kevinreeves)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[drupal/coder

Coder is a library to review Drupal code.

3043.6M461](/packages/drupal-coder)[mayflower/mo4-coding-standard

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

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

PHPackages © 2026

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