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. profitroom/coding-standards

AbandonedComposer-plugin

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

Plugin that helps maintaining coding standards among multiple projects

v0.8.0(6y ago)410.5k1MITPHPPHP ^7.1

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 1mo ago

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 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity51

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

2276d 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

[humbug/box

Fast, zero config application bundler with PHARs.

1.3k801.5k69](/packages/humbug-box)[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.

2994.3M16](/packages/vaimo-composer-patches)[mglaman/composer-drupal-lenient

1317.4M15](/packages/mglaman-composer-drupal-lenient)[drupal/core-composer-scaffold

A flexible Composer project scaffold builder.

5341.9M446](/packages/drupal-core-composer-scaffold)[roots/wordpress-core-installer

A Composer custom installer to handle installing WordPress as a dependency

4115.6M19](/packages/roots-wordpress-core-installer)[drupal/core-project-message

Adds a message after Composer installation.

2122.6M172](/packages/drupal-core-project-message)

PHPackages © 2026

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