Libraries tagged by phpstan-rule
mteu/zealous-stan
23037 Downloads
A modest and highly opinionated collection of commonly used phpstan rules
svnldwg/phpstan-rules
992 Downloads
Provides additional rules for phpstan/phpstan
suhock/phpstan-rules
4 Downloads
A set of custom PHPStan rules
sourceability/phpstan-rules
344489 Downloads
PHPStan additional rules
skukunin/phpstan-rules
49 Downloads
Custom PHPStan rules for static analysis
narration/phpstan-rules
1094 Downloads
The Narration opinionated set of rules for PHPStan
dimionx/phpstan-rules
369 Downloads
Rule for PHPStan that detects when production code depends on classes from Composer dev-dependencies, with flexible configuration to selectively allow certain classes or namespaces where needed.
crissi/laravel-env-phpstan-rules
226 Downloads
Prevent env use outside config directory
brumann/phpstan-rules
2 Downloads
Custom rules for phpstan
aryeohq/phpstan-rules
5775 Downloads
Aryeo's Custom PHPStan Rules
ikvasnica/phpstan-clean-test
20135 Downloads
PHPStan extension with opinionated strict rules for better code in tests.
fromholdio/phpstan-non-nullable-sink-rules
17 Downloads
PHPStan rules for values that are not proven safe at non-nullable PHP-owned sinks.
boring-o11y/wirestan
6 Downloads
PHPStan rule for Livewire components: public properties that are never reassigned outside lifecycle methods must be marked #[Locked], so the client cannot tamper with them via $wire.set.
struggle-for-php/angry-regex
10 Downloads
PHPStan Rule to detect Unfavorable Regex
nadyita/phpstan-amp-file-rule
1754 Downloads
A PHPStan rule to detect the use of sync filesystem calls for which there are async counterparts. Must be used in conjunction with amphp/file