Libraries tagged by phpstan-rules
crissi/laravel-env-phpstan-rules
55 Downloads
Prevent env use outside config directory
apie/apie-phpstan-rules
196 Downloads
Composer package of the apie library: apie phpstan rules
reveal/symfony-phpstan-rules
5125 Downloads
Advanced PHPStan rules for Symfony projects
oneserv/phpstan-ruleset
1422 Downloads
An opinionated ruleset for PHPStan to enforce Oneserv Coding Standards.
vojtech-dobes/phpstan-php-graphql-server-nette-integration
3 Downloads
lastdragon-ru/lara-asp-dev
3 Downloads
The Awesome Set of Packages for Laravel - Dev tools.
cooldevguys/phpstan-dhexpendency-rules
189 Downloads
A set of rules for PHPStan based on the Hexagonal architecture layers dependency
zonuexe/phpstan-safe-rule-simple
7 Downloads
A PHPStan rule to detect safety issues. Must be used in conjunction with thecodingmachine/safe
temirkhan/phpstan-internal-rules
1 Downloads
PHPStan rules to prevent prohibited usage of classes marked as @internal
senki/phpstan-prevent-ignore-line
7 Downloads
PHPStan rule to detect and prohibit the use of `@phpstan-ignore-error-line` and `@phpstan-ignore-error-next-line` annotations within your PHP codebase.
samlitowitz/phpstan-opinionated-nomenclature
9 Downloads
Opinionated PHPStan rules for naming things
samlitowitz/no-ternary
2 Downloads
PHPStan rule to disallow the use of ternary operators
samlitowitz/no-globals
2 Downloads
PHPStan rules to disallow use of global keyword and $GLOBALS variable
rimantasrickus/plentymarkets-rules
472 Downloads
Custom PHPStan rules for plentymarkets plugins
ntzm/strict-casts-phpstan
10 Downloads
PHPStan rule to ensure you're using strict casts wherever possible