PHP Coding standard tools and configuration
PHP Mess Detector (PHPMD) makes sure that your code follows the SOLID principles, adheres to the naming conventions, and checks for unused code. PSALM Psalm is also a static analysis tool like PHPSTAN but PASLM attempts to dig into your program and find many more issues.