Libraries tagged by code analysis
qb-technologies/laravel-config
2285 Downloads
🎯 Standardized PHP code quality configurations for PHP-CS-Fixer, PHPStan, Rector, and PHPCPD. Share consistent coding standards across all your projects.
phptramp/phptramp
2082 Downloads
Static analyzer that detects tramp data: parameters passed through chains of PHP methods that never use them.
phpsyntax/phpsyntax
315 Downloads
🌳 PhpSyntax: a lossless concrete syntax tree (CST) for PHP. Every token, space and comment is in the tree and printing it gives the file back byte for byte, so a tool changes only what it touches. Comes with a mutation API for refactoring, formatters and code generation.
pekral/rector-rules
19021 Downloads
Curated Rector rule set for PHP 8.4+ — 228 hand-picked rules in one import.
pekral/phpcs-rules
15354 Downloads
Custom ruleset for PHP_CodeSniffer (PHPCS) with additional rules and configuration, based on Slevomat Coding Standard. Helps to enforce consistent code style and best practices in PHP projects.
mjgapp/larascan
556 Downloads
Dependency-free Laravel static analysis scanner with auto-fix, baseline, and SARIF output. Composer + Claude Code skill.
lukaszzychal/phpstan-fixer
1648 Downloads
Framework-agnostic PHP library for automatically fixing PHPStan errors using static analysis
laruence/taint
0 Downloads
Taint is a PHP extension for detecting XSS codes (tainted strings).
docuccino/inference-phpstan
1085 Downloads
PHPStan and Larastan type inference for Docuccino: infers response and exception shapes from the real types in your code.
cline/analyzer
23964 Downloads
Configurable parallel PHP code analyzer for checking class references
built-fast/phpstan-sensitive-parameter
5356 Downloads
PHPStan extension for detecting parameters that should use SensitiveParameter
bnomei/scip-laravel
1865 Downloads
Laravel-aware SCIP index generation for Laravel applications.
arafa/laravel-deadcode-detector
617 Downloads
Detect and report dead / unused code in Laravel applications.
amashukov/rector-php-rules
1627 Downloads
Opinionated Rector rules for PHP — strict-assertion enforcement, no @phpstan-ignore, no env-checks in src, no superglobals, PSR Clock requirement, no direct DB / event-dispatch / assert() inside functional tests, and a comment-stripper that keeps only PHPStan tag blocks.
sajjadhossainshohag/laravel-doctor
334 Downloads
Code Health Checker for Laravel — catch broken routes, missing views, schema mismatches, and runtime errors before deployment.