PHPackages                             ssch/typo3-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ssch/typo3-phpstan-rules

ActivePhpstan-extension[Utility &amp; Helpers](/categories/utility)

ssch/typo3-phpstan-rules
========================

Set of PHPStan rules for TYPO3 projects

2191[5 issues](https://github.com/sabbelasichon/typo3-phpstan-rules/issues)PHP

Since Sep 4Pushed 2y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

[![Donate](https://camo.githubusercontent.com/604e3db9c8751116b3f765aad0353ec7ded655bbe8aaacbc38d8c4a6b784b3ed/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f446f6e6174652d50617950616c2d677265656e2e737667)](https://www.paypal.me/schreiberten)

TYPO3 PHPStan Rules
===================

[](#typo3-phpstan-rules)

Set of (opinionated) rules for PHPStan in TYPO3 Projects

- See [Rules Overview](docs/typo3_rules.md)

Install
-------

[](#install)

```
composer require ssch/typo3-phpstan-rules --dev
```

If you also install [phpstan/extension-installer](https://github.com/phpstan/extension-installer) then you're all set for the version independent rules.

 Manual installationIf you don't want to use `phpstan/extension-installer`, include general\_typo3\_rules.neon in your project's PHPStan config:

```
includes:
    - vendor/ssch/typo3-phpstan-rules/config/general_typo3_rules.neon
```

In order to load the TYPO3 version dependent rules, include them manually in your PHPStan config:

```
includes:
    - vendor/ssch/typo3-phpstan-rules/config/v11/rules.neon
    - vendor/ssch/typo3-phpstan-rules/config/v10/rules.neon
    - vendor/ssch/typo3-phpstan-rules/config/v9/rules.neon
    - vendor/ssch/typo3-phpstan-rules/config/v8/rules.neon
```

They are not building on each other, so include only the one for your targeted version.

###  Health Score

11

—

LowBetter than 0% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity23

Early-stage or recently created project

 Bus Factor1

Top contributor holds 98.2% 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/bebdadb696b19cbbca63cd296ae4e4f48bcf42c20bc483d7b4d0599836dc753d?d=identicon)[schreiberten](/maintainers/schreiberten)

---

Top Contributors

[![sabbelasichon](https://avatars.githubusercontent.com/u/13050560?v=4)](https://github.com/sabbelasichon "sabbelasichon (56 commits)")[![dkd-kaehm](https://avatars.githubusercontent.com/u/25453927?v=4)](https://github.com/dkd-kaehm "dkd-kaehm (1 commits)")

### Embed Badge

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

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

###  Alternatives

[humanmade/hm-redirects

Simple plugin for handling WordPress redirects in a scalable manner.

29229.9k2](/packages/humanmade-hm-redirects)

PHPackages © 2026

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