PHP Parser 2.0.1

The PHP Parser library was written for the purpose of code analysis. It simply reads the code and shows it as an array of the syntax tree. By manipulating the array we can also manipulate the code. For beginners, documentation is provided with the...