PHPackages                             chrometoaster/backend-coding-standards - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. chrometoaster/backend-coding-standards

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

chrometoaster/backend-coding-standards
======================================

Back-end coding standards configuration used at Chrometoaster.

1.4.0(3y ago)11.7k[1 issues](https://github.com/chrometoasters/backend-coding-standards/issues)2BSD-3-ClausePHPPHP 7.x || 8.x

Since Jul 11Pushed 3y ago4 watchersCompare

[ Source](https://github.com/chrometoasters/backend-coding-standards)[ Packagist](https://packagist.org/packages/chrometoaster/backend-coding-standards)[ RSS](/packages/chrometoaster-backend-coding-standards/feed)WikiDiscussions main Synced 6d ago

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

Back-end Coding Standard
========================

[](#back-end-coding-standard)

Back-end coding standards used at [Chrometoaster](https://www.chrometoaster.com) are based on [PSR-2](http://www.php-fig.org/psr/psr-2/).

This project bundles tools along with predefined rulesets for automated checks. Provided tools:

- [PHP-Parallel-Lint](https://github.com/JakubOnderka/PHP-Parallel-Lint)
- [EasyCodingStandard](https://github.com/Symplify/EasyCodingStandard) that combines [PHP-CS-Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) and [PHP\_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer)

Installation &amp; usage
------------------------

[](#installation--usage)

1. Install this package:

    ```
    $ composer require --dev chrometoaster/backend-coding-standards:~1.0
    ```
2. Include a configuration file in your `easy-coding-standard.yml`:

    ```
    imports:
        - { resource: '%vendor_dir%/chrometoaster/backend-coding-standards/config/chrometoaster.yml' }
    ```
3. Check your files

    ```
    $ vendor/bin/parallel-lint /path/to/source/code
    $ vendor/bin/ecs check path/to/source/code
    ```
4. Auto-fix non-compliant files where possible

    ```
    $ vendor/bin/ecs check path/to/source/code --fix
    ```

See the official documentation of the tools used for further information, e.g. how to provide a custom config.

Licence
-------

[](#licence)

BSD-3-Clause

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 83.3% 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 ~254 days

Recently: every ~369 days

Total

7

Last Release

1342d ago

PHP version history (3 changes)1.0.0PHP ^7.1

1.3.0PHP ^7.3

1.4.0PHP 7.x || 8.x

### Community

Maintainers

![](https://www.gravatar.com/avatar/ecb4eb65c3e34dc3384b0fcd0c2efb743ba7716df6b944802c96a50d4e10f550?d=identicon)[michalkleiner](/maintainers/michalkleiner)

---

Top Contributors

[![michalkleiner](https://avatars.githubusercontent.com/u/233342?v=4)](https://github.com/michalkleiner "michalkleiner (5 commits)")[![zarocknz](https://avatars.githubusercontent.com/u/7462446?v=4)](https://github.com/zarocknz "zarocknz (1 commits)")

### Embed Badge

![Health badge](/badges/chrometoaster-backend-coding-standards/health.svg)

```
[![Health](https://phpackages.com/badges/chrometoaster-backend-coding-standards/health.svg)](https://phpackages.com/packages/chrometoaster-backend-coding-standards)
```

###  Alternatives

[wp-cli/wp-cli-tests

WP-CLI testing framework

422.7M87](/packages/wp-cli-wp-cli-tests)[worksome/coding-style

Worksomes coding style

49771.7k57](/packages/worksome-coding-style)[ramsey/devtools

A Composer plugin to aid PHP library and application development.

7134.7k26](/packages/ramsey-devtools)[acquia/orca

A tool for testing a company's software packages together in the context of a realistic, functioning, best practices Drupal build

32902.4k](/packages/acquia-orca)[shopsys/coding-standards

Coding standards definition compatible with PSR-2

20269.1k13](/packages/shopsys-coding-standards)[yoast/yoastcs

PHP\_CodeSniffer rules for Yoast projects

221.1M29](/packages/yoast-yoastcs)

PHPackages © 2026

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