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

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

dixydo/coding-standard
======================

Dixydo Coding Standard for PHP\_CodeSniffer

0486PHP

Since Oct 25Pushed 4y ago1 watchersCompare

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

READMEChangelog (1)DependenciesVersions (1)Used By (0)

coding-standard
===============

[](#coding-standard)

Dixydo coding standard for [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer).

This coding standard is based on [PSR-12](https://www.php-fig.org/psr/psr-12/) with some additional [3rd party](https://github.com/slevomat/coding-standard) and custom sniffs to enforce better code formatting.

Install as a dev dependency using composer

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

Create `ruleset.xml` in the root of your project

```

    src/

```

Run PHP CodeSniffer
-------------------

[](#run-php-codesniffer)

Run the check and display report

```
vendor/bin/phpcs --standard=ruleset.xml
```

Run and automatically fix issues

```
vendor/bin/phpcbf --standard=ruleset.xml
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/642a97b53344f9434f72e9a77ba9f1f07a913782773124104fa211f115a10f37?d=identicon)[dixydo](/maintainers/dixydo)

---

Top Contributors

[![dixydo](https://avatars.githubusercontent.com/u/2973398?v=4)](https://github.com/dixydo "dixydo (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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