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

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

charonlab/coding-standard
=========================

Charon Lab Coding Standard

1.2.0(2y ago)03982MITPHP ^8.1

Since Jan 10Pushed 2y ago1 watchersCompare

[ Source](https://github.com/charonlab/coding-standard)[ Packagist](https://packagist.org/packages/charonlab/coding-standard)[ RSS](/packages/charonlab-coding-standard/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (3)Versions (5)Used By (2)

CharonLab Coding Standard
=========================

[](#charonlab-coding-standard)

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

[](#installation)

1. Install via composer ```
    composer require --dev charonlab/coding-standard
    ```
2. Create the `phpcs.xml.dist` file in root path of you repository ```

        src
        test

    ```
3. Add composer scripts into your `composer.json````
    {
      "scripts": {
        "cs": "phpcs",
        "cs-fix": "phpcbf -vpw"
      }
    }
    ```

Usage
-----

[](#usage)

- To run checks only:

    ```
    composer run cs
    ```
- To automatically fix violations coding standards:

    ```
    composer run cs-fix
    ```

License
-------

[](#license)

The MIT License (MIT). Please see [License](LICENSE) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity53

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

Total

4

Last Release

784d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/94bd2c04e4ee4d67a65c0ec26c3c67e7f56c3e00ddbfef9e2f697acbcc812cd4?d=identicon)[grmvoid](/maintainers/grmvoid)

---

Top Contributors

[![grmvoid](https://avatars.githubusercontent.com/u/10816981?v=4)](https://github.com/grmvoid "grmvoid (17 commits)")

---

Tags

standardsphpcsstatic analysis

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/charonlab-coding-standard/health.svg)](https://phpackages.com/packages/charonlab-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)[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)[yoast/yoastcs

PHP\_CodeSniffer rules for Yoast projects

221.1M29](/packages/yoast-yoastcs)[phpcsstandards/phpcsutils

A suite of utility functions for use with PHP\_CodeSniffer

6233.4M58](/packages/phpcsstandards-phpcsutils)[drupal/coder

Coder is a library to review Drupal code.

3043.6M461](/packages/drupal-coder)

PHPackages © 2026

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