PHPackages                             jalogut/magento2-grumphp-conventions-checker - 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. jalogut/magento2-grumphp-conventions-checker

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jalogut/magento2-grumphp-conventions-checker
============================================

Magento2 Grumphp Conventions Checker

2.2.2(7y ago)57591GPL-3.0

Since Mar 8Pushed 7y ago3 watchersCompare

[ Source](https://github.com/jalogut/magento2-grumphp-conventions-checker)[ Packagist](https://packagist.org/packages/jalogut/magento2-grumphp-conventions-checker)[ RSS](/packages/jalogut-magento2-grumphp-conventions-checker/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (3)Used By (0)

Magento 2 Grumphp Conventions Checker
=====================================

[](#magento-2-grumphp-conventions-checker)

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

[](#installation)

### Project

[](#project)

```
composer require --dev "jalogut/magento2-grumphp-conventions-checker:^2.2"

```

- Create `grumphp.yml` file in the root folder with the following content:

```
parameters:
    magento_dir:
    vendor_dir:
imports:
    - { resource: /jalogut/magento2-grumphp-conventions-checker/magento2-project-grumphp.yml }

```

- Add the following scripts in your `composer.json`

```
  "scripts": {
    "grumphpInitProject": "[ ! -e bin/grumphp ] || [ ! -e /jalogut/magento2-grumphp-conventions-checker ] || bin/grumphp git:init",
    "grumphpInitModules": "[ ! -e bin/grumphp ] || [ ! -e /jalogut/magento2-grumphp-conventions-checker ] || find //* -type f -name grumphp.yml -maxdepth 1 -exec dirname {} \\; | xargs -I{} bash -c \"cd '{}' && ../../../../bin/grumphp git:init\"",
    "pre-autoload-dump": [
        "mkdir -p /app/etc && cp /magento/magento2-base/app/etc/NonComposerComponentRegistration.php /app/etc/NonComposerComponentRegistration.php"
    ],
    "post-install-cmd": [
      "@grumphpInitProject",
      "@grumphpInitModules"
    ],
    "post-update-cmd": [
      "@grumphpInitProject",
      "@grumphpInitModules"
    ]
  }

```

**NOTE**: replace ``, `` and `` according to your configuration

### Magento Common Module

[](#magento-common-module)

- Create `grumphp.yml` file in the root folder with the following content:

```
parameters:
    magento_dir:
    vendor_dir:
imports:
    - { resource: ../../jalogut/magento2-grumphp-conventions-checker/magento2-module-grumphp.yml }

```

**NOTE**: replace `` and `` according to your configuration

Prerequisites
-------------

[](#prerequisites)

- MAGENTO &gt;= 2.2.2

Developers
----------

[](#developers)

- [Juan Alonso](https://github.com/jalogut)
- [Contributors](https://github.com/jalogut/magento2-deployer-plus/graphs/contributors)

Licence
-------

[](#licence)

[GNU General Public License, version 3 (GPLv3)](http://opensource.org/licenses/gpl-3.0)

Copyright
---------

[](#copyright)

(c) Juan Alonso

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 88.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

Every ~96 days

Total

2

Last Release

2890d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6410900?v=4)[Juan Alonso](/maintainers/jalogut)[@jalogut](https://github.com/jalogut)

---

Top Contributors

[![jalogut](https://avatars.githubusercontent.com/u/6410900?v=4)](https://github.com/jalogut "jalogut (8 commits)")[![extroniks](https://avatars.githubusercontent.com/u/16757761?v=4)](https://github.com/extroniks "extroniks (1 commits)")

### Embed Badge

![Health badge](/badges/jalogut-magento2-grumphp-conventions-checker/health.svg)

```
[![Health](https://phpackages.com/badges/jalogut-magento2-grumphp-conventions-checker/health.svg)](https://phpackages.com/packages/jalogut-magento2-grumphp-conventions-checker)
```

###  Alternatives

[lasselehtinen/laravel-conventions-checker

grumphp config to automatically check conventions for Laravel projects

2210.4k4](/packages/lasselehtinen-laravel-conventions-checker)[flyeralarm/php-code-validator

A custom coding standard for FLYERALARM

2226.9k6](/packages/flyeralarm-php-code-validator)[jdlabails/php-project-analyzer-bundle

Symfony Bundle for PhpProjectAnalyzer

1210.8k](/packages/jdlabails-php-project-analyzer-bundle)

PHPackages © 2026

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