Libraries tagged by static-analyser
jose-bittacora/phpmetrics-mod
1 Downloads
Static analyzer tool for PHP : Coupling, Cyclomatic complexity, Maintainability Index, Halstead's metrics... and more !
chorry/phpstan-extra-rules
0 Downloads
set of extra rules for php static analyzer
phpstan/phpstan
256870620 Downloads
PHPStan - PHP Static Analysis Tool
phpdocumentor/reflection-common
614682908 Downloads
Common reflection classes used by phpdocumentor to reflect the code structure
friendsofphp/php-cs-fixer
184758283 Downloads
A tool to automatically fix PHP code style
vimeo/psalm
59622694 Downloads
A static analysis tool for finding errors in PHP applications
squizlabs/php_codesniffer
302293472 Downloads
PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.
wp-coding-standards/wpcs
30536762 Downloads
PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions
symplify/easy-coding-standard
26122133 Downloads
Use Coding Standard with 0-knowledge of PHP-CS-Fixer and PHP_CodeSniffer.
staabm/side-effects-detector
14941527 Downloads
A static analysis tool to detect side effects in PHP code
phpstan/extension-installer
65803261 Downloads
Composer plugin for automatic installation of PHPStan extensions
phpcompatibility/php-compatibility
55476551 Downloads
A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.
deptrac/deptrac
437148 Downloads
Deptrac is a static code analysis tool that helps to enforce rules for dependencies between software layers.
tomasvotruba/type-coverage
4012961 Downloads
Measure type coverage of your project
spaze/phpstan-disallowed-calls
12315945 Downloads
PHPStan rules to detect disallowed method & function calls, constant, namespace, attribute & superglobal usages, with powerful rules to re-allow a call or a usage in places where it should be allowed.