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

ActivePhpcodesniffer-standard

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 2mo ago

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 68% 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

2020d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1ae44d2dbf7b5a92b893517813ce41363d817d41ceb052e3875861e4c91798a1?d=identicon)[razbakov](/maintainers/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

[escapestudios/symfony2-coding-standard

CodeSniffer ruleset for the Symfony 2+ coding standard

40611.1M273](/packages/escapestudios-symfony2-coding-standard)[consistence/coding-standard

Consistence - Coding Standard - PHP Code Sniffer rules

75833.3k93](/packages/consistence-coding-standard)[webimpress/coding-standard

Webimpress Coding Standard

142.1M37](/packages/webimpress-coding-standard)[orisai/coding-standard

Strict PHP coding standard

19193.5k62](/packages/orisai-coding-standard)[mreduar/laravel-phpcs

PHP Codesniffer ruleset to follow Laravel's coding style

3817.3k1](/packages/mreduar-laravel-phpcs)[endouble/symfony3-custom-coding-standard

Customized CodeSniffer ruleset for the Symfony3 projects

11108.3k](/packages/endouble-symfony3-custom-coding-standard)

PHPackages © 2026

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