PHPackages                             isotopsweden/isotopcs - 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. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. isotopsweden/isotopcs

ActivePhpcodesniffer-standard[PSR &amp; Standards](/categories/psr-standards)

isotopsweden/isotopcs
=====================

Isotop WordPress Coding Standard

v0.14.0(6y ago)38.4k3[2 PRs](https://github.com/alsterverse/wp-isotopcs/pulls)3MITPHP

Since May 20Pushed 2y ago1 watchersCompare

[ Source](https://github.com/alsterverse/wp-isotopcs)[ Packagist](https://packagist.org/packages/isotopsweden/isotopcs)[ RSS](/packages/isotopsweden-isotopcs/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (4)Used By (3)

Isotop WordPress Coding Standard
================================

[](#isotop-wordpress-coding-standard)

The coding standard used for WordPress sites.

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

[](#installation)

### Standalone

[](#standalone)

Standards are provided as a [Composer](http://getcomposer.org) package and can be installed with:

```
composer create-project isotopsweden/isotopcs:dev-master
```

Composer will automatically install dependencies, register standards paths, and set default PHP Code Sniffer standard to `Isotop`.

### As dependency

[](#as-dependency)

You should update `minimum-stability` to `dev` and set `prefer-stable` to `true`.

```
{
  "minimum-stability": "dev",
  "prefer-stable": true
}
```

Then you can install `isotopcs` as a dependency.

```
composer require isotopsweden/isotopcs:dev-master --dev
```

### Command line

[](#command-line)

```
vendor/bin/phpcs --extensions=php /path/to/folder/
```

### Editors

[](#editors)

#### Atom

[](#atom)

Use [linter-phpcs](https://tommcfarlin.com/using-php-codesniffer/).

#### Sublime

[](#sublime)

```
{
  "phpcs_executable_path": "/path/to/isotopcs/vendor/bin/phpcs",
  "phpcs_additional_args": {
    "--standard": "Isotop"
  }
}
```

#### PhpStorm

[](#phpstorm)

Refer to [Using PHP Code Sniffer Tool](https://www.jetbrains.com/phpstorm/help/using-php-code-sniffer-tool.html) in PhpStorm documentation.

After installation `Isotop` standard will be available as a choice in PHP Code Sniffer Validation inspection.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 80.9% 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

Unknown

Total

1

Last Release

2233d ago

### Community

Maintainers

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

---

Top Contributors

[![frozzare](https://avatars.githubusercontent.com/u/14610?v=4)](https://github.com/frozzare "frozzare (76 commits)")[![rasmusbe](https://avatars.githubusercontent.com/u/2124386?v=4)](https://github.com/rasmusbe "rasmusbe (7 commits)")[![chrillep](https://avatars.githubusercontent.com/u/1267931?v=4)](https://github.com/chrillep "chrillep (5 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (3 commits)")[![isotopjohn](https://avatars.githubusercontent.com/u/36227716?v=4)](https://github.com/isotopjohn "isotopjohn (3 commits)")

---

Tags

coding-standardswordpressstandardsphpcswordpress

### Embed Badge

![Health badge](/badges/isotopsweden-isotopcs/health.svg)

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

###  Alternatives

[automattic/vipwpcs

PHP\_CodeSniffer rules (sniffs) to enforce WordPress VIP minimum coding conventions

25810.9M181](/packages/automattic-vipwpcs)[wptrt/wpthemereview

PHP\_CodeSniffer rules (sniffs) to verify theme compliance with the rules for theme hosting on wordpress.org

213777.0k30](/packages/wptrt-wpthemereview)[infinum/eightshift-coding-standards

Eightshift WordPress Coding Standards

1789.1k5](/packages/infinum-eightshift-coding-standards)[yoast/yoastcs

PHP\_CodeSniffer rules for Yoast projects

221.2M33](/packages/yoast-yoastcs)[inpsyde/php-coding-standards

PHP 7.4+ coding standards for Syde WordPress projects.

101169.9k46](/packages/inpsyde-php-coding-standards)[phpcompatibility/phpcompatibility-all

A set of rulesets for PHP\_CodeSniffer to check for PHP cross-version compatibility issues and opportunities to modernize code in PHP projects.

1365.8k](/packages/phpcompatibility-phpcompatibility-all)

PHPackages © 2026

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