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

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

hyperflex/coding-standard
=========================

Hyperflex coding standard

1.0.1(7y ago)242Apache-2.0

Since Oct 18Pushed 7y ago1 watchersCompare

[ Source](https://github.com/hyperf/coding-standard)[ Packagist](https://packagist.org/packages/hyperflex/coding-standard)[ RSS](/packages/hyperflex-coding-standard/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

Hyperflex Coding Standard
=========================

[](#hyperflex-coding-standard)

Repository with all coding standard ruleset for Hyperflex repositories.

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

[](#installation)

1. Install the module via composer by running:

    ```
    $ composer require --dev hyperflex/coding-standard
    ```
2. Add composer scripts into your `composer.json`:

    ```
    "scripts": {
      "cs-check": "phpcs",
      "cs-fix": "phpcbf"
    }
    ```
3. Create file `phpcs.xml` on base path of your repository with content:

    ```

        config
        src
        test

    ```

You can add or exclude some locations in that file. For a reference please see: [https://github.com/squizlabs/PHP\_CodeSniffer/wiki/Annotated-ruleset.xml](https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-ruleset.xml)

Usage
=====

[](#usage)

- To run checks only:

    ```
    $ composer cs-check
    ```
- To automatically fix many CS issues:

    ```
    $ composer cs-fix
    ```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

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 ~5 days

Total

2

Last Release

2761d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/072abb073f87080e34b576a2cac992929fb3a4b3c92797ecbc8ffe8bd7d5413a?d=identicon)[Sampson](/maintainers/Sampson)

---

Top Contributors

[![huangzhhui](https://avatars.githubusercontent.com/u/12077148?v=4)](https://github.com/huangzhhui "huangzhhui (9 commits)")

---

Tags

Coding Standardhyperflex

### Embed Badge

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

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

###  Alternatives

[laminas/laminas-coding-standard

Laminas Coding Standard

331.7M534](/packages/laminas-laminas-coding-standard)[facile-it/facile-coding-standard

Facile.it coding standard

10269.5k28](/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)[flyeralarm/php-code-validator

A custom coding standard for FLYERALARM

2226.9k6](/packages/flyeralarm-php-code-validator)[drupol/drupal-conventions

Drupal conventions for coding.

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

PHPackages © 2026

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