PHPackages                             noomaa/codingstandards - 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. noomaa/codingstandards

AbandonedArchivedPhpcodesniffer-standard

noomaa/codingstandards
======================

PHP\_CodeSniffer rules (sniffs) to enforce Noomaa's Coding Standards.

05PHP

Since Jul 10Pushed 4y agoCompare

[ Source](https://github.com/Noomaa/CodingStandards)[ Packagist](https://packagist.org/packages/noomaa/codingstandards)[ RSS](/packages/noomaa-codingstandards/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Noomaa Coding Standards
=======================

[](#noomaa-coding-standards)

PHP\_CodeSniffer rules (sniffs) to enforce Noomaa's Coding Standards.

Requirements
------------

[](#requirements)

The Noomaa Coding Standards require PHP 7.0.0 or higher and [PHP\_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) version 3.5.0 or higher.

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

[](#installation)

1. Install PHP\_CodeSniffer by following its [installation instructions](https://github.com/squizlabs/PHP_CodeSniffer#installation) (via Composer, Phar file, PEAR, or Git checkout).

    Do ensure that PHP\_CodeSniffer's version matches our [requirements](#requirements).
2. Install Noomaa standards globally:

    ```
     composer global require noomaa/codingstandards

    ```

    OR DEV version

    ```
     composer global require noomaa/codingstandards:dev-main

    ```
3. Setting the default standard to be the Noomaa coding standard

    ```
     phpcs --config-set default_standard Noomaa

    ```

How to use
----------

[](#how-to-use)

### Command line

[](#command-line)

Run the `phpcs` command line tool on a given file or directory, for example:

```
phpcs --standard=Noomaa test-file.php

```

### Using PHPCS and Noomaa Coding Standards from within your IDE

[](#using-phpcs-and-noomaa-coding-standards-from-within-your-ide)

- **Visual Studio**: Please see "[Setting up PHP CodeSniffer in Visual Studio Code](https://tommcfarlin.com/php-codesniffer-in-visual-studio-code/)", a tutorial by Tom McFarlin.

Libraries
---------

[](#libraries)

- **Dealerdirect**: [PHP\_CodeSniffer Standards Composer Installer Plugin](https://github.com/Dealerdirect/phpcodesniffer-composer-installer)

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17584831?v=4)[I am Programmer](/maintainers/iamprogrammerlk)[@iamprogrammerlk](https://github.com/iamprogrammerlk)

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/noomaa-codingstandards/health.svg)

```
[![Health](https://phpackages.com/badges/noomaa-codingstandards/health.svg)](https://phpackages.com/packages/noomaa-codingstandards)
```

PHPackages © 2026

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