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

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

chadicus/coding-standard
========================

Chadicus Coding standard

v2.0.1(2y ago)235.6k—0%2[1 PRs](https://github.com/chadicus/coding-standard/pulls)20MITPHP

Since Jul 6Pushed 2y agoCompare

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

READMEChangelog (10)Dependencies (1)Versions (18)Used By (20)

Chadicus Coding Standard
========================

[](#chadicus-coding-standard)

[![Latest Stable Version](https://camo.githubusercontent.com/6d9c35ef47e3d910724b3c0d5f2ba51c8d903133c85724f3c3df37081f075403/68747470733a2f2f706f7365722e707567782e6f72672f63686164696375732f636f64696e672d7374616e646172642f762f737461626c65)](https://packagist.org/packages/chadicus/coding-standard)[![Latest Unstable Version](https://camo.githubusercontent.com/d8625aef008ae3cc3f2cdde5fb92aaa11b16c58862227b4c4a2a3092de144067/68747470733a2f2f706f7365722e707567782e6f72672f63686164696375732f636f64696e672d7374616e646172642f762f756e737461626c65)](https://packagist.org/packages/chadicus/coding-standard)[![License](https://camo.githubusercontent.com/8b16247414ea66c63d27dc4e61f9c9b58e37581ad6f64836b8ea73d90426e540/68747470733a2f2f706f7365722e707567782e6f72672f63686164696375732f636f64696e672d7374616e646172642f6c6963656e7365)](https://packagist.org/packages/chadicus/coding-standard)

[![Total Downloads](https://camo.githubusercontent.com/1fc759d96990ffa61d010d2c84c4c29661b041fae3b74d17308bfe1715b65a29/68747470733a2f2f706f7365722e707567782e6f72672f63686164696375732f636f64696e672d7374616e646172642f646f776e6c6f616473)](https://packagist.org/packages/chadicus/coding-standard)[![Daily Downloads](https://camo.githubusercontent.com/e693e324e5aa9aedb727d760b151e9f7273a0687be208b52c4c163d53c805da3/68747470733a2f2f706f7365722e707567782e6f72672f63686164696375732f636f64696e672d7374616e646172642f642f6461696c79)](https://packagist.org/packages/chadicus/coding-standard)[![Monthly Downloads](https://camo.githubusercontent.com/720ff3a5d57f76dc941d18927791121dcca996510366680d55fa65c675ae652b/68747470733a2f2f706f7365722e707567782e6f72672f63686164696375732f636f64696e672d7374616e646172642f642f6d6f6e74686c79)](https://packagist.org/packages/chadicus/coding-standard)

A [PHP\_CodeSniffer](http://www.squizlabs.com/php-codesniffer) coding standard.

See what "sniffs" are enforced [here](http://chadicus.github.io/coding-standard).

Composer
--------

[](#composer)

This standard is meant to be used in a project using [Composer](http://getcomposer.org). It can be added to your project's composer.json as follows:

```
composer require --dev chadicus/coding-standard
```

Then to use it, you can run the following (or add to your build process):

```
./vendor/bin/phpcs --standard=$(pwd)/vendor/chadicus/coding-standard/Chadicus YOUR_FILES_AND_DIRECTORIES
```

Contact
-------

[](#contact)

Developers may be contacted at:

- [Pull Requests](https://github.com/chadicus/coding-standard/pulls)
- [Issues](https://github.com/chadicus/coding-standard/issues)

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor1

Top contributor holds 96.8% 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 ~192 days

Recently: every ~464 days

Total

17

Last Release

888d ago

Major Versions

v1.8.0 → v2.0.02022-09-15

### Community

Maintainers

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

---

Top Contributors

[![chadicus](https://avatars.githubusercontent.com/u/1182337?v=4)](https://github.com/chadicus "chadicus (60 commits)")[![chrisryan](https://avatars.githubusercontent.com/u/704326?v=4)](https://github.com/chrisryan "chrisryan (2 commits)")

---

Tags

phpcsstandardcoding

### Embed Badge

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

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

###  Alternatives

[phpcsstandards/phpcsutils

A suite of utility functions for use with PHP\_CodeSniffer

6333.4M58](/packages/phpcsstandards-phpcsutils)[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)[mnapoli/pretty

Run all code formatting tools with one command: pretty

1085.1k9](/packages/mnapoli-pretty)[syde/phpcs

Syde PHP coding standards for WordPress projects.

1019.7k7](/packages/syde-phpcs)

PHPackages © 2026

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