PHPackages                             aik099/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. [Testing &amp; Quality](/categories/testing)
4. /
5. aik099/coding-standard

ActiveLibrary[Testing &amp; Quality](/categories/testing)

aik099/coding-standard
======================

The PHP\_CodeSniffer coding standard I'm using on all of my projects.

v1.0.0(7y ago)542.4k—3.4%3[49 issues](https://github.com/aik099/CodingStandard/issues)10BSD-3-ClausePHPCI failing

Since Jan 9Pushed 1mo ago3 watchersCompare

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

READMEChangelog (1)Dependencies (2)Versions (7)Used By (10)

CodingStandard
==============

[](#codingstandard)

[![CI](https://github.com/aik099/CodingStandard/actions/workflows/tests.yml/badge.svg)](https://github.com/aik099/CodingStandard/actions/workflows/tests.yml)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/145709b7d452f82c8d1328f68f29ceb2d9e265f5b9122ce91b41b52c60a73808/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f61696b3039392f436f64696e675374616e646172642f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/aik099/CodingStandard/?branch=master)[![codecov](https://camo.githubusercontent.com/f66a349d17d8f6ddd5c18e471f2598e276c24ae750b8bfaff86bb147cd030fb0/68747470733a2f2f636f6465636f762e696f2f67682f61696b3039392f436f64696e675374616e646172642f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/aik099/CodingStandard)

[![Latest Stable Version](https://camo.githubusercontent.com/a979229f24e8d1233599c68618dfd86a49a29e5c9bd7f64e475f27dd03ed87b9/68747470733a2f2f706f7365722e707567782e6f72672f61696b3039392f636f64696e672d7374616e646172642f762f737461626c652e706e67)](https://packagist.org/packages/aik099/coding-standard)[![Total Downloads](https://camo.githubusercontent.com/7f9837f3aaaf09daaf6ff95c389d9589119d1a0b1119cf43035e2a0cb66582d7/68747470733a2f2f706f7365722e707567782e6f72672f61696b3039392f636f64696e672d7374616e646172642f646f776e6c6f6164732e706e67)](https://packagist.org/packages/aik099/coding-standard)

The PHP\_CodeSniffer coding standard I'm using on all of my projects.

Standard itself and it's test suite complies [PHPCS standard](https://github.com/PHPCSStandards/PHP_CodeSniffer/tree/2.9/CodeSniffer/Standards/PHPCS).

Usage
=====

[](#usage)

Only PHP\_CodeSniffer 3.x and later versions are supported. For PHP\_CodeSniffer 1.x and 2.x use "1.0" branch.

1. clone this repository
2. run following command in project directory:

```
$> phpcs --standard="/path/to/CodingStandard/CodingStandard" library tests
```

or by make your IDE ([instructions for PhpStorm](http://www.jetbrains.com/phpstorm/webhelp/using-php-code-sniffer-tool.html)) to check them automatically.

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~0 days

Total

2

Last Release

2719d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/84e70d0bdeaa7cd5875b73c862ccd8359d2df057fb48a716fdd14d99a7f24fca?d=identicon)[aik099](/maintainers/aik099)

---

Top Contributors

[![aik099](https://avatars.githubusercontent.com/u/1277526?v=4)](https://github.com/aik099 "aik099 (7 commits)")[![gsherwood](https://avatars.githubusercontent.com/u/185976?v=4)](https://github.com/gsherwood "gsherwood (5 commits)")[![rodrigoprimo](https://avatars.githubusercontent.com/u/77215?v=4)](https://github.com/rodrigoprimo "rodrigoprimo (1 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (1 commits)")

---

Tags

coding-standardsphpphp-codesnifferPHP\_CodeSniffercodesniffer

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[dealerdirect/phpcodesniffer-composer-installer

PHP\_CodeSniffer Standards Composer Installer Plugin

598161.9M1.9k](/packages/dealerdirect-phpcodesniffer-composer-installer)[phpcsstandards/phpcsextra

A collection of sniffs and standards for use with PHP\_CodeSniffer.

10324.3M44](/packages/phpcsstandards-phpcsextra)[micheh/phpcs-gitlab

GitLab Report for PHP\_CodeSniffer (display the violations in the GitLab CI/CD Code Quality Report)

4411.1M17](/packages/micheh-phpcs-gitlab)[consistence/coding-standard

Consistence - Coding Standard - PHP Code Sniffer rules

75833.3k94](/packages/consistence-coding-standard)[moodlehq/moodle-cs

Moodle Coding Sniffer rules

242.8M5](/packages/moodlehq-moodle-cs)[phpmyadmin/coding-standard

phpMyAdmin PHP\_CodeSniffer Coding Standard

201.2M7](/packages/phpmyadmin-coding-standard)

PHPackages © 2026

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