#phpstan (19 Repositories)
Ranked open-source repositories tagged with #phpstan, scored by pull request acceptance likelihood and maintainer engagement velocity.
63.4%
44.4h
19 repositories tagged #phpstan
spaze/phpstan-disallowed-calls
PHPStan rules to detect disallowed method & function calls, constant, namespace, attribute, keyword & superglobal usages, with powerful rules to re-allow a call or a usage in places where it should be allowed.
phpstan/phpstan-strict-rules
Extra strict and opinionated rules for PHPStan
phpstan/phpstan-webmozart-assert
PHPStan extension for webmozart/assert
staabm/phpstan-dba
PHPStan based SQL static analysis and type inference for the database access layer
phpstan/phpstan-deprecation-rules
PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.
php-stubs/wordpress-stubs
Up-to-date WordPress function and class declaration stubs for static analysis by PHPStan
phpstan/phpstan-phpunit
PHPUnit extensions and rules for PHPStan
phpstan/phpstan
PHP Static Analysis Tool - discover bugs in your code without running it!
phpstan/phpdoc-parser
Next-gen phpDoc parser with support for intersection types and generics
phpstan/phpstan-nette
Nette Framework class reflection extension for PHPStan & framework-specific rules
phpstan/phpstan-doctrine
Doctrine extensions for PHPStan
phpstan/extension-installer
Composer plugin for automatic installation of PHPStan extensions.
ergebnis/phpstan-rules
👓 Provides a composer package with rules for phpstan/phpstan.
phpstan/phpstan-symfony
Symfony extension for PHPStan
johnbillion/args
Array arguments made bearable
symfony/type-info
Extracts PHP types information.
mglaman/drupal-check
Check Drupal code for deprecations and discover bugs via static analysis
szepeviktor/phpstan-wordpress
WordPress extensions for PHPStan ⛏️
shipmonk-rnd/dead-code-detector
💀 PHP unused code detection via PHPStan extension. Detects dead cycles, supports libs like Laravel, Symfony, Twig, Doctrine, PHPUnit etc. Can automatically remove dead PHP code. Able to detect dead code used only in tests. Finds unused methods, constants, properties and enum cases.