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

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

ionbytes/coding-standard
========================

IonBytes Coding Standard

1.0.0(2y ago)0137MITPHP &gt;=8.1

Since Apr 4Pushed 2y ago1 watchersCompare

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

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

IonBytes Coding Standard
========================

[](#ionbytes-coding-standard)

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

[](#installation)

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

        src
        tests

    ```
3. Add composer scripts into your `composer.json`: ```
    {
      "scripts": {
        "cs-check": "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

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Unknown

Total

1

Last Release

773d 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 (2 commits)")

---

Tags

coding-standardphpphp-codesnifferstandardsphpcsstatic analysis

### Embed Badge

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

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