PHPackages                             profitroom/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. profitroom/coding-standards

AbandonedComposer-plugin[Utility &amp; Helpers](/categories/utility)

profitroom/coding-standards
===========================

Plugin that helps maintaining coding standards among multiple projects

v0.8.0(6y ago)410.6k1MITPHPPHP ^7.1CI failing

Since Apr 18Pushed 6y ago1 watchersCompare

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

READMEChangelogDependencies (5)Versions (13)Used By (0)

Coding Standards Plugin
=======================

[](#coding-standards-plugin)

Maintaining miscellaneous coding standards among company's products is very difficult and time-consuming.
The purpose of this plugin is to ensure compliance with the adopted standards and manage them.

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

[](#installation)

This package can be installed via Composer:

```
composer require --dev profitroom/coding-standards:^1.0
```

Since package is still in development stage, you have to set minimum stability requirements in your `composer.json`:

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

If there is no fixer config (`.php_cs.dist`) in your project, then installing or updating plugin will handle creating it for you.
Otherwise it is possible to overwrite existing config using [composer cs:configuration --force](#commands).

Commands
--------

[](#commands)

Plugin provides some useful commands:

- `cs:configuration [options]` - creates coding standards config file
- `cs:fix [options]` - fixes code in accordance to coding standards

Specific rules and paths
------------------------

[](#specific-rules-and-paths)

There are situations in which default configuration is not enough. It is possible to define rules and paths specific for a concrete project by pointing different configuration provided by the plugin.
For this purpose use arbitrary extra data in `composer.json`, e.g.:

```
{
    …
    "extra": {
        "coding-standards": "Profitroom\\CodingStandards\\Configuration\\Common"
    }
}
```

and update config file using [cs:configuration](#commands) command.

Contribute
----------

[](#contribute)

Everyone is more than welcome to [contribute](CONTRIBUTING.md).

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

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 ~30 days

Recently: every ~67 days

Total

11

Last Release

2325d ago

PHP version history (2 changes)v0.7.0PHP ^7.0

v0.8.0PHP ^7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/28ff3e1c0c98bc1309d674447346f18f7da7ceb799c79cc524d68d23c5d6b27b?d=identicon)[andrzejkupczyk](/maintainers/andrzejkupczyk)

---

Tags

composerphpcsfixerplugin

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[symfony/runtime

Enables decoupling PHP applications from global state

74798.8M1.0k](/packages/symfony-runtime)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5344.1M564](/packages/drupal-core-composer-scaffold)[drupal/core-project-message

Adds a message after Composer installation.

2124.7M203](/packages/drupal-core-project-message)[vaimo/composer-patches

Applies a patch from a local or remote file to any package that is part of a given composer project. Patches can be defined both on project and on package level. Optional support for patch versioning, sequencing, custom patch applier configuration and patch command for testing/troubleshooting added patches.

3014.6M26](/packages/vaimo-composer-patches)[sandersander/composer-link

Adds ability to link local packages for development with composer

98457.9k](/packages/sandersander-composer-link)[phpro/grumphp-shim

GrumPHP Phar distribution

294.7M340](/packages/phpro-grumphp-shim)

PHPackages © 2026

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