php-parser

convert PHP code into abstract syntax tree
  https://github.com/nikic/PHP-Parser
  0
  no reviews



PHP Parser’s purpose is to simplify static code analysis and manipulation. It turns some PHP code into an abstract syntax tree, and vice versa.