PHPackages                             code-atlantic/coding-standards - 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. code-atlantic/coding-standards

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

code-atlantic/coding-standards
==============================

Code Atlantic Coding Standards

1.1.0(2y ago)18.5k1MITJavaScript

Since Oct 6Pushed 1y agoCompare

[ Source](https://github.com/code-atlantic/coding-standards)[ Packagist](https://packagist.org/packages/code-atlantic/coding-standards)[ RSS](/packages/code-atlantic-coding-standards/feed)WikiDiscussions master Synced today

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

Code Atlantic Coding Standards
==============================

[](#code-atlantic-coding-standards)

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

[](#installation)

Standards can be installed with [Composer](https://getcomposer.org/) dependency manager:

```
composer require code-atlantic/coding-standards --dev
```

Usage
-----

[](#usage)

### Basic usage

[](#basic-usage)

When the package is installed via Composer you can check your files with the coding standards via:

```
vendor/bin/phpcs --standard="CodeAtlantic"
```

Where `` is at least one file or directory to check, ex `.`.

### Configuration File

[](#configuration-file)

To not have to pass all the arguments to the command line, and also make your own project customizations create a `phpcs.xml.dist` file that contains something like this:

```

    My Project coding standard.

    .

```

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance29

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~165 days

Total

3

Last Release

1034d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/749586fb2ffa57fab58380cd691c0d9a8878497e47e278e21602252bd8dfe8ba?d=identicon)[danieliser](/maintainers/danieliser)

---

Top Contributors

[![danieliser](https://avatars.githubusercontent.com/u/847818?v=4)](https://github.com/danieliser "danieliser (55 commits)")

### Embed Badge

![Health badge](/badges/code-atlantic-coding-standards/health.svg)

```
[![Health](https://phpackages.com/badges/code-atlantic-coding-standards/health.svg)](https://phpackages.com/packages/code-atlantic-coding-standards)
```

###  Alternatives

[humanmade/coding-standards

Human Made Coding Standards

160443.1k59](/packages/humanmade-coding-standards)[wp-cli/wp-cli-tests

WP-CLI testing framework

423.1M142](/packages/wp-cli-wp-cli-tests)[infinum/eightshift-coding-standards

Eightshift WordPress Coding Standards

1790.9k6](/packages/infinum-eightshift-coding-standards)[yoast/yoastcs

PHP\_CodeSniffer rules for Yoast projects

221.2M34](/packages/yoast-yoastcs)

PHPackages © 2026

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