PHPackages                             linkorb/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. linkorb/conventions-checker

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

linkorb/conventions-checker
===========================

Pilot project to automatically check LinkORB conventions

v1.2.0(6y ago)492225MITPHPCI failing

Since Sep 1Pushed 6y ago5 watchersCompare

[ Source](https://github.com/linkorb/conventions-checker)[ Packagist](https://packagist.org/packages/linkorb/conventions-checker)[ RSS](/packages/linkorb-conventions-checker/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (6)Used By (5)

Goal
----

[](#goal)

Make automatic [conventions](CONVENTIONS.md) checking on each commit.

Installaion
-----------

[](#installaion)

### 1. Add path to grumphp configuration file to your `composer.json`'s extra:

[](#1-add-path-to-grumphp-configuration-file-to-your-composerjsons-extra)

For application project:

```
    "extra": {
        "grumphp": {
            "config-default-path": "vendor/linkorb/conventions-checker/config/app/grumphp.yml"
        }
    }

```

For library project:

```
    "extra": {
        "grumphp": {
            "config-default-path": "vendor/linkorb/conventions-checker/config/lib/grumphp.yml"
        }
    }

```

### 2. Add checker to your `composer.json`:

[](#2-add-checker-to-your-composerjson)

```
composer require --dev linkorb/conventions-checker

```

Usage
-----

[](#usage)

Just commit some changes and you see warnings if you don't follow [conventions](CONVENTIONS.md).

TODO
----

[](#todo)

- Automatic project type definition by `composer.json`'s `type` ("application" or default "library") and update `composer.json`'s extra
- Branded ASCII
- Distribute it as separate `linkorb-checker.phar` (Maybe?)

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 58.3% 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 ~392 days

Total

5

Last Release

2342d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1db66b320db18b8036ea68211b7d8a39e7c6da97e6fd29f59a50380ebb69d0bb?d=identicon)[joostfaassen](/maintainers/joostfaassen)

---

Top Contributors

[![igormukhingmailcom](https://avatars.githubusercontent.com/u/6544038?v=4)](https://github.com/igormukhingmailcom "igormukhingmailcom (7 commits)")[![akira28](https://avatars.githubusercontent.com/u/996257?v=4)](https://github.com/akira28 "akira28 (2 commits)")[![joostfaassen](https://avatars.githubusercontent.com/u/411113?v=4)](https://github.com/joostfaassen "joostfaassen (2 commits)")[![prajapati-kaushik](https://avatars.githubusercontent.com/u/10140681?v=4)](https://github.com/prajapati-kaushik "prajapati-kaushik (1 commits)")

### Embed Badge

![Health badge](/badges/linkorb-conventions-checker/health.svg)

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

###  Alternatives

[jimbojsb/workman

PHP process forking &amp; daemonizing library

608.8k](/packages/jimbojsb-workman)

PHPackages © 2026

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