Libraries tagged by code analysis
serenata/serenata
12645 Downloads
Free and open source server providing code assistance for PHP
savinmikhail/comments-density
623 Downloads
CommentDensityAnalyzer is a tool designed to analyze the comment density and quality in source code files in php. It helps maintain and improve the quality of code documentation by evaluating different types of comments and providing insights into their effectiveness and appropriateness.
runtothefather/doctrine-psalm-plugin
6319 Downloads
Repository resolver to show psalm how to resolve getRepository method
qb-technologies/laravel-config
1488 Downloads
🎯 Standardized PHP code quality configurations for PHP-CS-Fixer, PHPStan, and Rector. Share consistent coding standards across all your projects.
pierresh/phpstan-pdo-mysql
295 Downloads
PHPStan rules for validating PDO/MySQL code: SQL syntax, parameter bindings, and SELECT columns matching PHPDoc types
opencoreemr/openemr-phpstan-rules
2498 Downloads
PHPStan rules for OpenEMR core and module development
odinns/coding-style
224 Downloads
Shared Rector and PHPStan defaults for Laravel projects.
nick-nds/nexus-extractor
106 Downloads
Laravel runtime + AST extractor that emits a complete reflection.json for the Nexus code intelligence tool.
ncac/phpcs-standard
918 Downloads
NCAC PHPCS Standard - TypeScript-like approach to PHP code quality with strict rules for modern, type-safe development
ncac/php-cognitive-complexity
148 Downloads
CLI tool for measuring PHP cognitive complexity (ISO SonarQube) — integrates with CI/CD pipelines and Husky pre-commit hooks
lukaszzychal/phpstan-fixer
804 Downloads
Framework-agnostic PHP library for automatically fixing PHPStan errors using static analysis
ikabalzam/laravel-xray
230 Downloads
Static analysis for Eloquent column references — finds invalid database column names in your Laravel code before they hit production.
exakat/exakat
7754 Downloads
The smart static analyzer for PHP
eolica/coding-standard
348 Downloads
PHP Coding Standard rules we use at Eolica Digital
dimionx/phpstan-rules
336 Downloads
Rule for PHPStan that detects when production code depends on classes from Composer dev-dependencies, with flexible configuration to selectively allow certain classes or namespaces where needed.