Libraries tagged by code analysis
scheb/tombstone-logger
579919 Downloads
Tracking of tombstones to find dead code in your codebase
redaxo/php-cs-fixer-config
110587 Downloads
php-cs-fixer config for REDAXO
mspirkov/yii2-phpstan-rules
696 Downloads
A set of PHPStan rules for projects using the Yii2 framework
blundergoat/gruff-php
29550 Downloads
Opinionated PHP code-quality analyzer with SARIF output, baselines, and a local dashboard.
sensiolabs-de/deptrac
4208 Downloads
Deptrac is a static code analysis tool that helps to enforce rules for dependencies between software layers.
shipmonk/copy-paste-detector
4729 Downloads
Finds duplicated PHP code structures using AST-based analysis, inspired by CloneDR to detect Type-2 (parameterized) code clones.
heyosseus/sloppy
425 Downloads
Static analysis that detects AI-slop code patterns -- god methods, abstraction inflation, N+1 risks and other technical debt. Runs on any PHP project, with extra rules for Laravel.
wayofdev/cs-fixer-config
69886 Downloads
๐งน Adds custom rule-sets to PHP CS Fixer for consistent coding standards.
sanmai/phpstan-rules
21957 Downloads
Custom PHPStan rules for enforcing code quality standards
sajjadhossainshohag/laravel-artican
466 Downloads
Code Health Checker for Laravel โ catch broken routes, missing views, schema mismatches, and runtime errors before deployment.
phpcompatibility/phpcompatibility-all
72687 Downloads
A set of rulesets for PHP_CodeSniffer to check for PHP cross-version compatibility issues and opportunities to modernize code in PHP projects.
nowo-tech/phpstan-frankenphp
46077 Downloads
PHPStan rules that help you migrate from PHP-FPM to FrankenPHP classic, then to worker mode. Rules are split by level with demos for every case.
moderntribe/coding-standards
42636 Downloads
The Modern Tribe Coding Standard for PHPCS
lychee-org/phpstan-sensitive-parameter-values
19535 Downloads
PHPStan extension for better support of SensitiveParameter and SensitiveParameterValue attributes.
jaydeep/laravel-guarddog
2762 Downloads
Laravel GuardDog โ Scan your Laravel project for common security vulnerabilities and generate beautiful HTML reports.