PHPackages                             steevanb/php-code-sniffs - 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. steevanb/php-code-sniffs

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

steevanb/php-code-sniffs
========================

Steevan BARBOYON coding standards.

5.0.0(1y ago)28.8k↓75%2[5 issues](https://github.com/steevanb/php-code-sniffs/issues)MITPHPPHP ^7.1||^8.0CI passing

Since Jan 14Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/steevanb/php-code-sniffs)[ Packagist](https://packagist.org/packages/steevanb/php-code-sniffs)[ RSS](/packages/steevanb-php-code-sniffs/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (10)Dependencies (2)Versions (34)Used By (0)

[![version](https://camo.githubusercontent.com/d7c793c416b347ad10204f37691f6b117cd113abf86567eedaf6210b9168199d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d362e302e302d677265656e2e737667)](https://github.com/steevanb/php-code-sniffs/tree/6.0.0)[![php](https://camo.githubusercontent.com/02463ad42fbbb8e930dc93f83e8b2ecd9ad3f718d33bb429f5f8f792f9cfd2e5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253545382e342d626c75652e737667)](https://php.net)[![Lines](https://camo.githubusercontent.com/c92f4a3cbd3e6e78c64f09f0c6fc2a7dfe3e906693450e04b9c297622bd50937/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f64652532306c696e65732d383830322d677265656e2e737667)](https://camo.githubusercontent.com/c92f4a3cbd3e6e78c64f09f0c6fc2a7dfe3e906693450e04b9c297622bd50937/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f64652532306c696e65732d383830322d677265656e2e737667)[![Total Downloads](https://camo.githubusercontent.com/2f2ede30f6f2230a100dfaa240583f0c0c360f7442c36ff0dae2f62451751f70/68747470733a2f2f706f7365722e707567782e6f72672f7374656576616e622f7068702d636f64652d736e696666732f646f776e6c6f616473)](https://camo.githubusercontent.com/2f2ede30f6f2230a100dfaa240583f0c0c360f7442c36ff0dae2f62451751f70/68747470733a2f2f706f7365722e707567782e6f72672f7374656576616e622f7068702d636f64652d736e696666732f646f776e6c6f616473)

php-code-sniffs
===============

[](#php-code-sniffs)

Use [squizlabs/php\_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) to check your code style.

Remove some coding standards, and add a few more.

[Changelog](documentation/changelog.md).

Installation
============

[](#installation)

You can install phpcs with this 2 methods:

- [As Composer dependency](documentation/dependency.md)
- [Use the Docker image](documentation/docker.md)

Code sniffs
===========

[](#code-sniffs)

List of enabled code sniffs is [available here](documentation/sniffs.md).

You can [configure some sniffs](documentation/configuration.md).

Run phpcs with CircleCI
=======================

[](#run-phpcs-with-circleci)

An example of how to use Docker image with CircleCI is [available here](documentation/circleci.md).

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance44

Moderate activity, may be stable

Popularity27

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 97% 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 ~66 days

Recently: every ~232 days

Total

32

Last Release

629d ago

Major Versions

0.0.1 → 1.0.02019-01-16

1.0.2 → 2.0.02019-04-16

2.0.10 → 3.0.02019-10-14

3.0.1 → 4.0.02020-03-19

4.5.1 → 5.0.02024-08-27

PHP version history (2 changes)0.0.1PHP ^7.1

4.2.0PHP ^7.1||^8.0

### Community

Maintainers

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

---

Top Contributors

[![steevanb](https://avatars.githubusercontent.com/u/5063383?v=4)](https://github.com/steevanb "steevanb (65 commits)")[![babeuloula](https://avatars.githubusercontent.com/u/4849233?v=4)](https://github.com/babeuloula "babeuloula (1 commits)")[![rodrigoprimo](https://avatars.githubusercontent.com/u/77215?v=4)](https://github.com/rodrigoprimo "rodrigoprimo (1 commits)")

---

Tags

phpphp-codesnifferphpcs

### Embed Badge

![Health badge](/badges/steevanb-php-code-sniffs/health.svg)

```
[![Health](https://phpackages.com/badges/steevanb-php-code-sniffs/health.svg)](https://phpackages.com/packages/steevanb-php-code-sniffs)
```

###  Alternatives

[shopsys/coding-standards

Coding standards definition compatible with PSR-2

20269.1k13](/packages/shopsys-coding-standards)[flyeralarm/php-code-validator

A custom coding standard for FLYERALARM

2226.9k6](/packages/flyeralarm-php-code-validator)

PHPackages © 2026

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