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

ActivePhpcodesniffer-standard[Utility &amp; Helpers](/categories/utility)

banovo/coding-standard
======================

CodeSniffer ruleset for the Banovo PHP coding standard

0.8.1(5y ago)05.9kMITPHP

Since Aug 2Pushed 5y ago3 watchersCompare

[ Source](https://github.com/banovo/coding-standards)[ Packagist](https://packagist.org/packages/banovo/coding-standard)[ Docs](https://github.com/banovo/coding-standard)[ RSS](/packages/banovo-coding-standard/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (3)Versions (30)Used By (0)

Banovo Coding Standards
=======================

[](#banovo-coding-standards)

[![Build Status](https://camo.githubusercontent.com/2dca077b114da845b08b2af8f1cabec7f009f3017a6b693e940a2384fddc7a7a/68747470733a2f2f7472617669732d63692e6f72672f62616e6f766f2f636f64696e672d7374616e64617264732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/banovo/coding-standards)

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

[](#installation)

Add to `composer.json`:

```
"require-dev": {
    "banovo/coding-standard": "0.3.*"
},
"scripts": {
    "post-install-cmd": [
        "echo 'bin/checker' > .git/hooks/pre-commit"
    ],
    "post-update-cmd": [
        "echo 'bin/checker' > .git/hooks/pre-commit"
    ]
},
```

Add pre-commit hook

```
echo './vendor/bin/php-cs-fixer fix --config=./vendor/banovo/coding-standard/rulesets/.php_cs.dist src && git add .' > .git/hooks/pre-commit

```

Usage
-----

[](#usage)

Pre-commit hook will execute checker automatically, when you run `git commit`.

Execute `bin/checker -h` to see additional configuration.

Update
------

[](#update)

Ensure it is up-to-date:

- `rulesets/Symfony` folder is a copy from [Symfony Coding Standard](https://github.com/djoos/Symfony-coding-standard)
- `rulesets/SlevomatCodingStandard` folder is a copy from [Slevomat Coding Standard](https://github.com/slevomat/coding-standard)

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 79.2% 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 ~47 days

Recently: every ~138 days

Total

26

Last Release

2071d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/298778?v=4)[Aleksey Razbakov](/maintainers/razbakov)[@razbakov](https://github.com/razbakov)

![](https://www.gravatar.com/avatar/1a5ba6589d8fdfda06a2860436026fbc00aa45e539ae53a5c733921e8cecaa34?d=identicon)[bleed2002](/maintainers/bleed2002)

---

Top Contributors

[![razbakov](https://avatars.githubusercontent.com/u/298778?v=4)](https://github.com/razbakov "razbakov (19 commits)")[![sbani](https://avatars.githubusercontent.com/u/3541652?v=4)](https://github.com/sbani "sbani (3 commits)")[![eFzvai](https://avatars.githubusercontent.com/u/8760209?v=4)](https://github.com/eFzvai "eFzvai (2 commits)")

---

Tags

phpcsCoding StandardBanovo

### Embed Badge

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

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

###  Alternatives

[nette/coding-standard

41933.9k19](/packages/nette-coding-standard)[ec-europa/toolkit

Toolkit packaged for Drupal projects based on Robo.

39250.0k28](/packages/ec-europa-toolkit)[shopsys/coding-standards

Coding standards definition compatible with PSR-2

20276.8k20](/packages/shopsys-coding-standards)[facile-it/facile-coding-standard

Facile.it coding standard

10312.3k30](/packages/facile-it-facile-coding-standard)[secl-group/phpcs-secl-standard

A PHP\_CodeSniffer maintainability standard for Secl Group applications

149.7k](/packages/secl-group-phpcs-secl-standard)[drupol/drupal-conventions

Drupal conventions for coding.

2422.7k1](/packages/drupol-drupal-conventions)

PHPackages © 2026

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