Libraries tagged by statik
phpstan/phpstan
401782822 Downloads
PHPStan - PHP Static Analysis Tool
phpdocumentor/reflection-common
769567570 Downloads
Common reflection classes used by phpdocumentor to reflect the code structure
larastan/larastan
71881707 Downloads
Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel
friendsofphp/php-cs-fixer
268539108 Downloads
A tool to automatically fix PHP code style
wp-coding-standards/wpcs
53960394 Downloads
PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions
vimeo/psalm
87003593 Downloads
A static analysis tool for finding errors in PHP applications
squizlabs/php_codesniffer
405972015 Downloads
PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.
phpcompatibility/php-compatibility
88389759 Downloads
A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.
deptrac/deptrac
11619545 Downloads
Deptrac is a static code analysis tool that helps to enforce rules for dependencies between software layers.
laminas/laminas-code
207058091 Downloads
Extensions to the PHP Reflection API, static code scanning, and code generation
szepeviktor/phpstan-wordpress
13079013 Downloads
WordPress extensions for PHPStan
symplify/easy-coding-standard
39945764 Downloads
Use Coding Standard with 0-knowledge of PHP-CS-Fixer and PHP_CodeSniffer
staabm/side-effects-detector
134188760 Downloads
A static analysis tool to detect side effects in PHP code
spaze/phpstan-disallowed-calls
24923328 Downloads
PHPStan rules to detect disallowed method & function calls, constant, namespace, attribute, property & superglobal usages, with powerful rules to re-allow a call or a usage in places where it should be allowed.
shipmonk/dead-code-detector
5557437 Downloads
Dead code detector to find unused PHP code via PHPStan extension. Can automatically remove dead PHP code. Supports libraries like Symfony, Doctrine, PHPUnit etc. Detects dead cycles. Can detect dead code that is tested.