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

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

qubus/qubus-coding-standard
===========================

Qubus Coding Standard

v2.1.2(4mo ago)327320MITPHP &gt;=8.4

Since Sep 26Pushed 4mo agoCompare

[ Source](https://github.com/QubusPHP/qubus-coding-standard)[ Packagist](https://packagist.org/packages/qubus/qubus-coding-standard)[ RSS](/packages/qubus-qubus-coding-standard/feed)WikiDiscussions 2.x Synced 3w ago

READMEChangelogDependencies (9)Versions (17)Used By (20)

QubusPHP Coding Standards
=========================

[](#qubusphp-coding-standards)

Coding standard rulesets for QubusPHP.

QubusPHP coding standards loosely follows the [Laminas Coding Style Guide](https://docs.laminas.dev/laminas-coding-standard/) with a few exceptions:

1. Abstract classes MUST NOT be prefixed/suffixed with `Abstract`.
2. Traits MUST NOT be prefixed/suffixed with `Trait`.
3. Interfaces MUST NOT be prefixed/suffixed with `Interface` or `Contract`.
4. Exceptions MUST be suffixed with `Exception`.
5. File name of classes must be in PascalCase.
6. File names of functions must be in lowercase and can be delimited with `_`.
7. Custom functions must be namespaced and imported when used.
8. Classes must be coded to interfaces and follow SOLID.

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

[](#installation)

1. Install the coding standard as a dependency of your project:

```
$ composer require --dev qubus/qubus-coding-standard

```

2. Add coding standard to the PHP\_CodeSniffer install path:

```
 vendor/bin/phpcs --config-set installed_paths vendor/qubus/qubus-coding-standard

```

3. Run the standards:

```
 vendor/bin/phpcs /path/to/code

```

###  Health Score

49

—

FairBetter than 94% of packages

Maintenance76

Regular maintenance activity

Popularity17

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~88 days

Recently: every ~27 days

Total

15

Last Release

132d ago

Major Versions

v1.1.1 → v2.0.02025-08-30

PHP version history (2 changes)v1.1.0PHP &gt;=8.1

v2.0.0PHP &gt;=8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/86d25d805eb5b710fab925600008b72f9f5f11a5206154fcd1ded01794a4d1b8?d=identicon)[nomadicjosh](/maintainers/nomadicjosh)

---

Top Contributors

[![nomadicjosh](https://avatars.githubusercontent.com/u/2042176?v=4)](https://github.com/nomadicjosh "nomadicjosh (21 commits)")

---

Tags

coding-standardsCoding Standardqubus

### Embed Badge

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

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

###  Alternatives

[wp-cli/wp-cli-tests

WP-CLI testing framework

423.0M129](/packages/wp-cli-wp-cli-tests)[humanmade/coding-standards

Human Made Coding Standards

160437.4k57](/packages/humanmade-coding-standards)[laminas/laminas-coding-standard

Laminas Coding Standard

341.8M590](/packages/laminas-laminas-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)

PHPackages © 2026

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