php-parse.php
convert PHP code into abstract syntax tree
Install
- All systems
-
curl cmd.cat/php-parse.php.sh
- Debian
-
apt-get install php-parser
- Ubuntu
-
apt-get install php-parser
- Kali Linux
-
apt-get install php-parser
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install php-parser
- Raspbian
-
apt-get install php-parser
- Dockerfile
- dockerfile.run/php-parse.php
php-parser
convert PHP code into abstract syntax tree
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.