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)04913MITPHPPHP ^8.3

Since Dec 8Pushed 5mo 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 1mo 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

36

—

LowBetter than 82% of packages

Maintenance58

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity57

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

471d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/486969b15db4de8ccb6a7ec2db1b8d65956d08e06cba4c998ae40ec041958190?d=identicon)[vancodx](/maintainers/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.3k74.3M1.3k](/packages/phpcompatibility-php-compatibility)[automattic/vipwpcs

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

25510.2M145](/packages/automattic-vipwpcs)[suin/phpcs-psr4-sniff

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

271.7M16](/packages/suin-phpcs-psr4-sniff)[wptrt/wpthemereview

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

217736.5k29](/packages/wptrt-wpthemereview)[yoast/yoastcs

PHP\_CodeSniffer rules for Yoast projects

221.1M29](/packages/yoast-yoastcs)[joomla/coding-standards

Joomla Coding Standards

129231.7k16](/packages/joomla-coding-standards)

PHPackages © 2026

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