PHPackages                             mrm-commerce/magento-coding-standard-phpcs - 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. mrm-commerce/magento-coding-standard-phpcs

ActivePhpcodesniffer-standard[Utility &amp; Helpers](/categories/utility)

mrm-commerce/magento-coding-standard-phpcs
==========================================

MRM Commerce PHP Code Sniffer Coding Standard designed for Magento 2 applications

3.0.2(2y ago)4751.2k↓36.2%6[1 PRs](https://github.com/mrm-commerce/magento-coding-standard-phpcs/pulls)OSL-3.0

Since Mar 4Pushed 1y ago4 watchersCompare

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

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

MRM Commerce Magento 2 Coding Standard
======================================

[](#mrm-commerce-magento-2-coding-standard)

MrmCommerceMagento2CodingStandard Ruleset Description
-----------------------------------------------------

[](#mrmcommercemagento2codingstandard-ruleset-description)

MrmCommerceMagento2CodingStandard is the core ruleset of this coding standard. It consists of rules from several other coding standards like:

- The Magento 2 Coding Standard - the official one, all rules from it are automatically included here
- PSR-12 - set of rules from the PHP Standards Recommendation #12 which expanded and replaced the PSR-2 coding style guide
- PHP Compatibility Coding Standard - for checking the code for incompatibilities with the selected PHP version
- Security Audit Coding Standard - for issues related with security like possible SQL injections or insecure functions usage
- Slevomat Coding Standard - advanced and configurable coding standard providing a lot of functional, cleaning and formatting sniffs that aim to make the code more consistent, safer and easier to read and maintain The ruleset is designed to prevent phpcbf (PHP Code Beautifier and Fixer) from automatic fixes to reported errors and warnings that may make your code to stop working. This means that you can use phpcbf to perform bulk fixes of the code in your custom modules instead of fixing every single issue manually. Just remember to always check the result before committing or merging it.

Installation instructions
-------------------------

[](#installation-instructions)

1. Ensure that other dependencies of your project don't conflict with dependencies - e.g. if your project requires `"dealerdirect/phpcodesniffer-composer-installer": "^0.5"`, you can remove it (`composer remove dealerdirect/phpcodesniffer-composer-installer` or a direct removal from `composer.json`) as this package will install a newer version
2. Run the following command: `composer require mrm-commerce/magento-coding-standard-phpcs --dev --with-dependencies`
3. You should see the package and its dependencies being installed with the following information at the end of the output: `PHP CodeSniffer Config installed_paths set to ../../magento/magento-coding-standard,../../mrm-commerce/magento-coding-standard-phpcs,../../mrm-commerce/phpcs-security-audit,../../magento/php-compatibility-fork,../../slevomat/coding-standard`
4. If you see the `Failed to set PHP CodeSniffer installed_paths Config` error instead of the output above or you do not see any output related to phpcs at all, you can run the following commands manually from your Magento root directory: ```
    cd vendor/squizlabs/php_codesniffer/
    php ./bin/phpcs --config-set installed_paths ../../magento/magento-coding-standard,../../mrm-commerce/magento-coding-standard-phpcs,../../mrm-commerce/phpcs-security-audit,../../magento/php-compatibility-fork,../../slevomat/coding-standard

    ```

Usage
-----

[](#usage)

Once the package is installed, you can use it to check your code using the following command:

```
php vendor/bin/phpcs --standard=vendor/mrm-commerce/magento-coding-standard-phpcs/MrmCommerceMagento2CodingStandard/ruleset.xml vendor/your-vendor/

```

As an optional parameter you can include `--runtime-set testVersion X.Y` (e.g. `--runtime-set testVersion 7.4`) to specify the PHP version the check should be run against in order to get the most of the PHP Compatibility Coding Standard:

```
php vendor/bin/phpcs --runtime-set testVersion 7.4 --standard=vendor/mrm-commerce/magento-coding-standard-phpcs/MrmCommerceMagento2CodingStandard/ruleset.xml vendor/your-vendor/

```

FAQ
---

[](#faq)

### PHPCS suggests changes that are not compatible with the PHP version I'm using on my project

[](#phpcs-suggests-changes-that-are-not-compatible-with-the-php-version-im-using-on-my-project)

Ensure that you are running PHPCS using the same PHP version that's used in your project. For example, if a remote server hosting your Magento website runs PHP 7.3, you should not use 7.4 locally. Some sniffs will detect your PHP version and will react accordingly. Be aware that the PHP version that you defined in project settings will be ignored and the actual PHP version you run your project on will be used.

### PHPCBF automatically adds syntax that's not compatible with my PHP version

[](#phpcbf-automatically-adds-syntax-thats-not-compatible-with-my-php-version)

Ensure that you are running PHPCBF/PHPCS using the same PHP version that's used in your project. Some sniffs will detect your PHP version and will react accordingly.

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity41

Moderate usage in the ecosystem

Community15

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 93.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 ~141 days

Recently: every ~219 days

Total

11

Last Release

490d ago

Major Versions

2.2.2 → 3.0.0-RC12022-07-14

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1357298?v=4)[Bartosz Górski](/maintainers/bgorski)[@bgorski](https://github.com/bgorski)

![](https://www.gravatar.com/avatar/53896b4e685e985d37ac5852fd9554be2e0930248a6b738c3d507addc8c1f539?d=identicon)[opepin](/maintainers/opepin)

---

Top Contributors

[![bgorski](https://avatars.githubusercontent.com/u/1357298?v=4)](https://github.com/bgorski "bgorski (30 commits)")[![kogaion](https://avatars.githubusercontent.com/u/1477823?v=4)](https://github.com/kogaion "kogaion (2 commits)")

---

Tags

adobe-commercemagento2phpphpcs-standard

### Embed Badge

![Health badge](/badges/mrm-commerce-magento-coding-standard-phpcs/health.svg)

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

###  Alternatives

[wp-cli/wp-cli-tests

WP-CLI testing framework

422.7M87](/packages/wp-cli-wp-cli-tests)[laminas/laminas-coding-standard

Laminas Coding Standard

331.7M534](/packages/laminas-laminas-coding-standard)[syde/phpcs

Syde PHP coding standards for WordPress projects.

1019.7k7](/packages/syde-phpcs)[pressbooks/pressbooks-aldine

Aldine is the default theme for the home page of Pressbooks networks. It is named for the Aldine Press, founded by Aldus Manutius in 1494, who is regarded by many as the world’s first publisher.

114.3k](/packages/pressbooks-pressbooks-aldine)

PHPackages © 2026

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