Libraries tagged by stat
symfony/workflow
49541231 Downloads
Provides tools for managing a workflow or finite state machine
statamic/cms
4089066 Downloads
The Statamic CMS Core Package
staabm/side-effects-detector
135930300 Downloads
A static analysis tool to detect side effects in PHP code
spaze/phpstan-disallowed-calls
25048007 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
5754695 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.
shipmonk/composer-dependency-analyser
11008273 Downloads
Fast detection of composer dependency issues (dead dependencies, shadow dependencies, misplaced dependencies)
phpstan/phpstan-symfony
83098349 Downloads
Symfony Framework extensions and rules for PHPStan
phpstan/phpstan-strict-rules
79711568 Downloads
Extra strict and opinionated rules for PHPStan
phpstan/phpstan-phpunit
126162431 Downloads
PHPUnit extensions and rules for PHPStan
phpstan/phpstan-doctrine
79256452 Downloads
Doctrine extensions for PHPStan
phpstan/phpstan-deprecation-rules
100753008 Downloads
PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.
phpstan/extension-installer
122433193 Downloads
Composer plugin for automatic installation of PHPStan extensions
phpcompatibility/phpcompatibility-wp
38598185 Downloads
A ruleset for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by WordPress.
php-parallel-lint/php-parallel-lint
68464387 Downloads
This tool checks the syntax of PHP files about 20x faster than serial check.
phan/phan
12541304 Downloads
A static analyzer for PHP