PHPackages                             pmarki/phpstan-rules - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. pmarki/phpstan-rules

ActivePhpstan-extension[Testing &amp; Quality](/categories/testing)

pmarki/phpstan-rules
====================

Set of additional PHPStan rules

02PHPCI passing

Since Apr 25Pushed 1y ago1 watchersCompare

[ Source](https://github.com/pmarki/phpstan-rules)[ Packagist](https://packagist.org/packages/pmarki/phpstan-rules)[ RSS](/packages/pmarki-phpstan-rules/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHPStan Rules
=============

[](#phpstan-rules)

Set of additional PHPStan rules

*For legacy codebase*

- check if property and constant shouldn't be set as protected (when is not inherited or class is not abstract)
- check if property name starts with underscore
- check if constant name is uppercase

*PHPMD rules*

- check for boolean argument flag
- maximum number of parameters (default 10)

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

[](#installation)

Run `composer require --dev pmarki/phpstan-rules`

Edit your phpstan configuration file and add

```
includes:
    - vendor/pmarki/phpstan-rules/extension.neon

```

Additional configuration:

```
parameters:
    pmarki:
        excessiveParameterListRule:
            maxNumberOfParameters: 10

```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance36

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity15

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/f01163059fbdb02ee96af7e6bbf3c452ef0beffddb2a394d0b560dc661a65cba?d=identicon)[pmarki](/maintainers/pmarki)

---

Top Contributors

[![pmarki](https://avatars.githubusercontent.com/u/13764826?v=4)](https://github.com/pmarki "pmarki (8 commits)")

### Embed Badge

![Health badge](/badges/pmarki-phpstan-rules/health.svg)

```
[![Health](https://phpackages.com/badges/pmarki-phpstan-rules/health.svg)](https://phpackages.com/packages/pmarki-phpstan-rules)
```

###  Alternatives

[phpspec/prophecy

Highly opinionated mocking framework for PHP 5.3+

8.5k551.7M682](/packages/phpspec-prophecy)[brianium/paratest

Parallel testing for PHP

2.5k118.8M754](/packages/brianium-paratest)[beberlei/assert

Thin assertion library for input validation in business models.

2.4k96.9M570](/packages/beberlei-assert)[mikey179/vfsstream

Virtual file system to mock the real file system in unit tests.

1.4k108.0M2.7k](/packages/mikey179-vfsstream)[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k39.1M32.1k](/packages/orchestra-testbench)[phpspec/phpspec

Specification-oriented BDD framework for PHP 7.1+

1.9k36.7M3.1k](/packages/phpspec-phpspec)

PHPackages © 2026

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