php-static-analysis-tools
PHP Code Inspector
A curated collection of tools to identify and address issues in PHP code
A reviewed list of useful PHP static analysis tools
3k stars
148 watching
245 forks
last commit: 8 months ago
Linked from 1 awesome list
phpphp-analysisphp-applicationsphp-formatterphplintstatic-analysis
Related projects:
Repository | Description | Stars |
---|---|---|
exakat/exakat | An automated code review tool for PHP codebases, identifying issues and potential problems to improve maintainability and quality. | 379 |
phpstan/phpstan | An analysis tool for PHP code to detect errors and bugs without running the code | 13,079 |
phan/phan | Analyzes PHP code to detect issues such as type compatibility errors and unused code | 5,539 |
carlosas/phpat | A tool that analyzes and enforces coding standards and architectural rules in PHP applications. | 1,098 |
wala/wala | A toolset for static analysis of Java and JavaScript code. | 766 |
swisskyrepo/vulny-code-static-analysis | A script to detect vulnerabilities in PHP source code using static analysis and regular expressions. | 397 |
scrutinizer-ci/php-analyzer | Analyzes and evaluates PHP code to identify potential issues and improvements | 444 |
sonarsource/sonar-php | Analyzes PHP code for quality and security issues | 394 |
larastan/larastan | An extension of PHPStan to improve code analysis and static typing in Laravel applications. | 5,624 |
semgrep/semgrep | A tool for detecting bugs and enforcing coding standards in source code across multiple programming languages. | 10,803 |
bitexpert/phpstan-magento | A PHPStan extension that enhances the static analysis tool for Magento 2 projects by providing additional features and configurations. | 134 |
php-cs-fixer/php-cs-fixer | Automates fixing PHP coding standards issues to follow community-driven standards | 12,922 |
jshint/jshint | A tool that scans JavaScript code to detect common errors and potential problems | 8,986 |
edgedesigncz/phpqa | Analyze PHP code and detect various issues with one command | 565 |
sonarsource/sonar-java | Analyzes Java code quality and security issues to help developers write cleaner code | 1,144 |