Does sonarqube support identification / listing of the classes in "php" code?

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension) SonarQube 10.0
  • how is SonarQube deployed: zip, Docker, Helm Docker
  • what are you trying to achieve To find list of classes in php code if sonarqube supports it
  • what have you tried so far to achieve this
    Looking into sonarqube features but not getting any idea about this
    Do not share screenshots of logs – share the text itself (bonus points for being well-formatted)!

Hey there.

This isn’t something that SonarQube supports doing – SonarQube is focused on finding issues in code to help developers write Clean Code.

It seems like there’s something already built into PHP to do what you’re asking (but I’m not an expert in PHP code).

Thank you, I will check it out