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

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

kronostechnologies/php-coding-standard
======================================

Equisoft PHP coding standard

v2.1.0(7mo ago)0243.7k↑107.5%[1 issues](https://github.com/kronostechnologies/php-coding-standard/issues)6MITPHP

Since Oct 10Pushed 7mo ago12 watchersCompare

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

READMEChangelog (1)Dependencies (1)Versions (6)Used By (6)

PHP Coding Standard
===================

[](#php-coding-standard)

Linting with PHP Code Sniffer
-----------------------------

[](#linting-with-php-code-sniffer)

1. Install Code Sniffer: `composer require --dev squizlabs/php_codesniffer`
2. Install the Equisoft ruleset: `composer require --dev kronostechnologies/php-code-standard`
3. Add a `phpcs.xml` file at the root of your project: ```

    ```
4. Add an entry in your Makefile: ```
    check: phpcs

    phpcs:
    	./vendor/bin/phpcs --standard="./phpcs.xml" -p -s .
    ```
5. Configure CircleCI with the phpcs Orb [Orb](https://github.com/kronostechnologies/circleci-orbs/blob/master/src/jobs/phpcs.yml)

Building &amp; Publishing
-------------------------

[](#building--publishing)

Apply your changes, merge in `master` branch, then execute the following commands from the root:

```
# Mirrors php-coding-standard repository in kronostechnologies/php-coding-standard
./bin/split.sh

# Push tag to kronostechnologies/php-coding-standard
./bin/release.sh v(MAJOR.MINOR.PATCH)
```

To get the latest tag without opening the php-coding-standard repository, checkout the file [.tag](./.tag).

Follow [Semantic Versioning](https://semver.org/).

Afterwards, it is automatically published through packagist.

###  Health Score

48

—

FairBetter than 95% of packages

Maintenance62

Regular maintenance activity

Popularity33

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~635 days

Total

5

Last Release

238d ago

Major Versions

v1.0.2 → v2.0.02021-03-10

### Community

Maintainers

![](https://www.gravatar.com/avatar/24f93af7d1b960ef7712399ef02cc1450dc4a13073fdba180789e58edbeccee1?d=identicon)[ma-boily](/maintainers/ma-boily)

---

Top Contributors

[![kbeaulieu](https://avatars.githubusercontent.com/u/3943905?v=4)](https://github.com/kbeaulieu "kbeaulieu (3 commits)")[![etremblay](https://avatars.githubusercontent.com/u/617714?v=4)](https://github.com/etremblay "etremblay (1 commits)")[![meriouma](https://avatars.githubusercontent.com/u/1082552?v=4)](https://github.com/meriouma "meriouma (1 commits)")[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (1 commits)")

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/kronostechnologies-php-coding-standard/health.svg)](https://phpackages.com/packages/kronostechnologies-php-coding-standard)
```

###  Alternatives

[yoast/yoastcs

PHP\_CodeSniffer rules for Yoast projects

221.1M29](/packages/yoast-yoastcs)[mayflower/mo4-coding-standard

PHP CodeSniffer ruleset implementing the MO4 coding standards extending the Symfony coding standards.

17508.3k5](/packages/mayflower-mo4-coding-standard)[orisai/coding-standard

Strict PHP coding standard

19193.5k62](/packages/orisai-coding-standard)

PHPackages © 2026

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