Libraries tagged by static7
spaze/phpstan-disallowed-calls
22917184 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.
sirbrillig/phpcs-variable-analysis
52884375 Downloads
A PHPCS sniff to detect problems with variables.
shipmonk/phpstan-rules
2318041 Downloads
Various extra strict PHPStan rules we found useful in ShipMonk.
shipmonk/dead-code-detector
3766565 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.
phpstan/phpstan-webmozart-assert
27449174 Downloads
PHPStan webmozart/assert extension
phpstan/phpstan-mockery
27418833 Downloads
PHPStan Mockery extension
phpdocumentor/reflection
26361784 Downloads
Reflection library to do Static Analysis for PHP Projects
phpcsstandards/phpcsutils
41158703 Downloads
A suite of utility functions for use with PHP_CodeSniffer
phpcsstandards/phpcsextra
30585409 Downloads
A collection of sniffs and standards for use with PHP_CodeSniffer.
phpcompatibility/phpcompatibility-wp
34887728 Downloads
A ruleset for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by WordPress.
php-stubs/wordpress-stubs
16498356 Downloads
WordPress function and class declaration stubs for static analysis.
overtrue/phplint
14247156 Downloads
`phplint` is a tool that can speed up linting of php files by running several lint processes at once.
nette/di
41660904 Downloads
💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP features.
escapestudios/symfony2-coding-standard
11583343 Downloads
CodeSniffer ruleset for the Symfony 2+ coding standard
ekino/phpstan-banned-code
6315546 Downloads
Detected banned code using PHPStan