Libraries tagged by phpstan-rule
samlitowitz/phpstan-opinionated-nomenclature
56 Downloads
Opinionated PHPStan rules for naming things
samlitowitz/no-ternary
3 Downloads
PHPStan rule to disallow the use of ternary operators
samlitowitz/no-globals
3 Downloads
PHPStan rules to disallow use of global keyword and $GLOBALS variable
sal/phpstan-readonly-enforcing
228 Downloads
PHPStan rule to enforce readonly usage on properties and classes when safe to do so
rimantasrickus/plentymarkets-rules
509 Downloads
Custom PHPStan rules for plentymarkets plugins
pizgariu/immutable-test-builder
0 Downloads
Immutable test data builders for PHP - perfect defaults, clone-based tailoring per test, loud refusal on impossible state and a bundled PHPStan rule set that enforces how a builder must be written. Zero runtime dependencies.
phoneburner/pinch-phpstan
1030 Downloads
Custom PHPStan Rules for the Pinch Framework
o0h/phpstan-spaghetti
236 Downloads
PHPStan rules to enforce SPAGHETTI code style
ntzm/strict-casts-phpstan
11 Downloads
PHPStan rule to ensure you're using strict casts wherever possible
mintware-de/phpstan-namespace-constraints
14248 Downloads
A PHPStan rule for restricting namespace usings to control dependency inheritance.
marek-d-lis/phpstan-symfony-rules
116 Downloads
My PHPStan rules for Symfony i like to include in my projects
laravelsecurityaudit/laravel-ai-lint
6 Downloads
Static analysis for insecure AI wiring in Laravel apps: a scan command that finds AI provider keys leaked into tracked or client-reachable files, plus PHPStan rules that flag model output flowing into unsafe sinks and prompts built by concatenation. SARIF for CI.
juampi92/phpstan-eloquent-bounded-context
8 Downloads
PHPStan rules that make sure your models are only being mutated from within its Domain.
heyframe/phpstan-heyframe
28 Downloads
PhpStan Rules for HeyFrame
erikgaal/phpstan-psl-rule
1 Downloads
PHPStan rules to suggest azziez/psl replacements for native functions