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 7mo 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 today

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

36

—

LowBetter than 79% of packages

Maintenance53

Moderate activity, may be stable

Popularity11

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

518d 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

[phpcompatibility/php-compatibility

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

2.3k81.1M1.6k](/packages/phpcompatibility-php-compatibility)[dealerdirect/phpcodesniffer-composer-installer

PHP\_CodeSniffer Standards Composer Installer Plugin

601175.5M2.4k](/packages/dealerdirect-phpcodesniffer-composer-installer)[suin/phpcs-psr4-sniff

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

271.9M19](/packages/suin-phpcs-psr4-sniff)[inpsyde/php-coding-standards

PHP 7.4+ coding standards for Syde WordPress projects.

101172.1k47](/packages/inpsyde-php-coding-standards)[redaxo/php-cs-fixer-config

php-cs-fixer config for REDAXO

10105.6k17](/packages/redaxo-php-cs-fixer-config)[yoast/yoastcs

PHP\_CodeSniffer rules for Yoast projects

221.2M34](/packages/yoast-yoastcs)

PHPackages © 2026

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