PHPackages                             vancodx/php-coding-style - 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. vancodx/php-coding-style

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

vancodx/php-coding-style
========================

VanCodX PHP Coding Style

1.3.0(1y ago)05313MITPHPPHP ^8.3

Since Dec 8Pushed 8mo ago1 watchersCompare

[ Source](https://github.com/vancodx/php-coding-style)[ Packagist](https://packagist.org/packages/vancodx/php-coding-style)[ RSS](/packages/vancodx-php-coding-style/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (3)Versions (6)Used By (3)

VanCodX PHP Coding Style
========================

[](#vancodx-php-coding-style)

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

[](#installation)

Install this package with the following command:

```
composer require --dev vancodx/php-coding-style

```

Create ".php-cs-fixer.dist.php" file in the root directory of your project with the following contents:

```

    .
    */vendor/*

```

Add the following lines into "composer.json" file of your project:

```
{
  "scripts": {
    "test": [
      "php-cs-fixer fix",
      "phpcs -p"
    ]
  }
}
```

Add the following lines into your ".gitignore" file:

```
.php-cs-fixer.cache
.php-cs-fixer.php
.phpcs.xml

```

Usage
-----

[](#usage)

Use the following command:

```
composer test

```

###  Health Score

34

—

LowBetter than 74% of packages

Maintenance49

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity58

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

Total

4

Last Release

563d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/191000018?v=4)[Ivan Chistyakov](/maintainers/vancodx)[@vancodx](https://github.com/vancodx)

---

Top Contributors

[![vancodx](https://avatars.githubusercontent.com/u/191000018?v=4)](https://github.com/vancodx "vancodx (29 commits)")

---

Tags

standardsphpcsfixerPHP\_CodeSnifferphp-cs-fixercoding-stylevancodx

### Embed Badge

![Health badge](/badges/vancodx-php-coding-style/health.svg)

```
[![Health](https://phpackages.com/badges/vancodx-php-coding-style/health.svg)](https://phpackages.com/packages/vancodx-php-coding-style)
```

###  Alternatives

[automattic/vipwpcs

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

25911.8M223](/packages/automattic-vipwpcs)[suin/phpcs-psr4-sniff

PHP\_CodeSniffer sniff that checks class name matches PSR-4 project structure.

271.9M19](/packages/suin-phpcs-psr4-sniff)[redaxo/php-cs-fixer-config

php-cs-fixer config for REDAXO

10107.2k22](/packages/redaxo-php-cs-fixer-config)[yoast/yoastcs

PHP\_CodeSniffer rules for Yoast projects

221.2M36](/packages/yoast-yoastcs)[inpsyde/php-coding-standards

PHP 7.4+ coding standards for Syde WordPress projects.

101173.9k50](/packages/inpsyde-php-coding-standards)[mayflower/mo4-coding-standard

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

17542.0k7](/packages/mayflower-mo4-coding-standard)

PHPackages © 2026

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