Libraries tagged by code analyse
kha333n/laravel-code-graph
232 Downloads
A persistent code graph for Laravel projects. Indexes your codebase into a local SQLite graph and exposes it to AI assistants over MCP, so they get token-efficient, structurally accurate context instead of re-reading files.
degraciamathieu/php-smelly-code-detector
778 Downloads
PHP code smell detector
contributte/code-rules
11676 Downloads
Codesniffer & phpstan prepared configs for easy-to-use. Rewritten by contributte's authors.
yousha/php-security-linter
332 Downloads
A PHP tool to lint PHP files for security issues based on CIS and OWASP best practices.
taptima/phalyfusion
13178 Downloads
Utility for combining a bunch of php static code analyzers output.
sikessem/devtools
5960 Downloads
🧪 Tools needed for PHP and Laravel project development and automation.
qualimetrix/qualimetrix
125 Downloads
CLI tool for static analysis of PHP code - detects architectural mess and complexity issues
plutonium/stubs-generator
1904 Downloads
Generate stubs from any PHP code for IDE completion and static analysis.
pdxapps/preflight
69 Downloads
A framework-agnostic, AI/CI-native runner for PHP code-quality tools (format, lint, static analysis, tests) in check or fix mode.
mperusso/php-stubs-generator
3258 Downloads
Generate stubs from any PHP code for IDE completion and static analysis.
vartroth/php-security-lint
600 Downloads
A PHP security linter to detect insecure functions like var_dump, print_r, and other dangerous functions in your codebase
smnandre/twigmetrics
725 Downloads
Twig template analyzer for PHP: structure, style, complexity, and maintainability metrics at a glance
smartbooster/standard-bundle
2192 Downloads
Bundle grouping all dev vendor that we use for testing and coding with the SMART BOOSTER standards
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.