phpparse

PHP parser written in Python 3 using PLY

Install

All systems
curl cmd.cat/phpparse.sh
Debian Debian
apt-get install python3-phply
Ubuntu
apt-get install python3-phply
image/svg+xml Kali Linux
apt-get install python3-phply
Windows (WSL2)
sudo apt-get update sudo apt-get install python3-phply
Raspbian
apt-get install python3-phply

python3-phply

PHP parser written in Python 3 using PLY

phply is a parser for the PHP programming language written using PLY, a Lex/YACC-style parser generator toolkit for Python. With this parser you can: - Convert PHP code to Python - Run PHP templates in a Python environment - Learn more about parsing "industrial" languages, warts and all This is the Python 3 version of the package and the executables.

python-phply

PHP parser written in Python using PLY

phply is a parser for the PHP programming language written using PLY, a Lex/YACC-style parser generator toolkit for Python. With this parser you can: - Convert PHP code to Python - Run PHP templates in a Python environment - Learn more about parsing "industrial" languages, warts and all This is the Python 2 version of the package.