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

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

fox91/coding-standard
=====================

fox91 Coding Standard

v0.6.0(3w ago)15.7k11MITPHPPHP ^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0CI passing

Since Apr 30Pushed 3w ago1 watchersCompare

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

READMEChangelogDependencies (10)Versions (30)Used By (1)

fox91 PHP Coding Standards
==========================

[](#fox91-php-coding-standards)

[![Latest version](https://camo.githubusercontent.com/22232fb68ff6013c76e8a075858139e2b318f30898bd08542c531c170d4f4d9c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f666f7839312f636f64696e672d7374616e646172642e7376673f636f6c6f72423d303037454336)](https://packagist.org/packages/fox91/coding-standard)[![Downloads](https://camo.githubusercontent.com/65744962dce48459bcddba716a38640d8560a6b799f749946c67fc9b5e0620c5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f666f7839312f636f64696e672d7374616e646172642e7376673f636f6c6f72423d303037454336)](https://packagist.org/packages/fox91/coding-standard)[![Build status](https://github.com/fox91/php-coding-standard/workflows/php-ci/badge.svg?branch=main)](https://github.com/fox91/php-coding-standard/actions?query=workflow%3Aphp-ci+branch%3Amain)

Compatible with PHP `7.4`, `8.0`, `8.1`, `8.2`, `8.3`, `8.4` and `8.5`.

Included tools
--------------

[](#included-tools)

- [PHP\_CodeSniffer](https://packagist.org/packages/squizlabs/php_codesniffer)
    - [`dealerdirect/phpcodesniffer-composer-installer`](https://packagist.org/packages/dealerdirect/phpcodesniffer-composer-installer): PHP\_CodeSniffer Standards Composer Installer
    - [`slevomat/coding-standard`](https://packagist.org/packages/slevomat/coding-standard): complements Consistence Coding Standard by providing sniffs with additional checks
    - [`phpcompatibility/php-compatibility`](https://packagist.org/packages/phpcompatibility/php-compatibility): checks for PHP cross-version compatibility

Installation
------------

[](#installation)

```
composer require --dev fox91/coding-standard

```

Create a file named `.phpcs.xml.dist` in the root of your project:

```

    src
    tests

```

###  Health Score

54

—

FairBetter than 97% of packages

Maintenance94

Actively maintained with recent releases

Popularity24

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 61.5% 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 ~72 days

Recently: every ~120 days

Total

26

Last Release

26d ago

PHP version history (7 changes)v0.1.0PHP ^7.3 || ^8.0

v0.2.7PHP ^7.3 || ~8.0.0

v0.2.8PHP ^7.4 || ~8.0.0 || ~8.1.0

v0.3.0PHP ^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0

v0.3.1PHP ^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0

v0.3.2PHP ^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0

v0.4.0PHP ^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/206782?v=4)[Andrea Falco](/maintainers/fox91)[@fox91](https://github.com/fox91)

---

Top Contributors

[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (64 commits)")[![fox91](https://avatars.githubusercontent.com/u/206782?v=4)](https://github.com/fox91 "fox91 (40 commits)")

---

Tags

phpphpcs-standardstandardsphpcs

### Embed Badge

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

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

###  Alternatives

[phpcompatibility/php-compatibility

A set of sniffs for PHP\_CodeSniffer that checks for PHP cross-version compatibility.

2.3k74.3M1.3k](/packages/phpcompatibility-php-compatibility)[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)[automattic/vipwpcs

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

25510.2M145](/packages/automattic-vipwpcs)[mayflower/mo4-coding-standard

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

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

PHP\_CodeSniffer rules (sniffs) to verify theme compliance with the rules for theme hosting on wordpress.org

217736.5k29](/packages/wptrt-wpthemereview)

PHPackages © 2026

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