Overview of sonar-php
mastersonar-php is a static code analyzer for the PHP language designed as an extension for the SonarQube platform. It helps developers identify and correct bugs, vulnerabilities, and code smells.
Key Features:
- 200+ built-in rules.
- Support for PHP up to version 8.4.
- Calculation of metrics such as complexity and lines of code.
- Import of unit test and coverage results.
- Support for custom rules.