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

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

geekmusclay/coding-standard
===========================

GeekMusclay Coding Standard

0.0.3(2y ago)03

Since Jul 8Pushed 2y ago1 watchersCompare

[ Source](https://github.com/geekmusclay/coding-standard)[ Packagist](https://packagist.org/packages/geekmusclay/coding-standard)[ RSS](/packages/geekmusclay-coding-standard/feed)WikiDiscussions master Synced 1mo ago

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

GeekMusclay Coding Standards
============================

[](#geekmusclay-coding-standards)

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

[](#installation)

1. Install the module via composer by running:

    ```
    composer require --dev geekmusclay/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 this 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](https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-Ruleset)

Usage
-----

[](#usage)

- To run checks only:

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

    ```
    composer cs-fix
    ```

Ignoring parts of a File
------------------------

[](#ignoring-parts-of-a-file)

> Note: Before PHP\_CodeSniffer version 3.2.0, `// @codingStandardsIgnoreStart` and `// @codingStandardsIgnoreEnd` were used. These are deprecated and will be removed in PHP\_CodeSniffer version 4.0.

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

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

Unknown

Total

1

Last Release

1041d ago

### Community

Maintainers

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

### Embed Badge

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

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

###  Alternatives

[abeautifulsite/jquery-minicolors

jQuery MiniColors Plugin

95678.0k1](/packages/abeautifulsite-jquery-minicolors)[campo/random-user-agent

Generate real random user-agents.

1451.2M25](/packages/campo-random-user-agent)[firefly-iii/data-importer

Firefly III Data Import Tool.

7545.8k](/packages/firefly-iii-data-importer)[parfaitementweb/filament-country-field

Country dropdown with ISO 3166 options values

19155.0k1](/packages/parfaitementweb-filament-country-field)[silverstripers/seo

SEO for SilverStripe websites

1144.3k](/packages/silverstripers-seo)[blumilksoftware/codestyle

Blumilk codestyle configurator

1328.9k9](/packages/blumilksoftware-codestyle)

PHPackages © 2026

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