summaryrefslogtreecommitdiffstats
path: root/python/phply/README
blob: c966d94bc92f172f24b7e0674aefcf54e7ca0d85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
phply is a lexer and parser for the PHP programming language written in
Python.

Included tools installed to /usr/bin:

phpshell.py - PHP interactive interpreter written in Python

php2json.py - Converts PHP to a JSON-based abstract syntax tree
Usage: php2json.py < input.php > output.json

php2python.py - Converts PHP to Python using unparse.py
Usage: php2python.py < input.php > output.py

php2jinja.py - Converts PHP to Jinja2 templates (experimental)
Usage: php2jinja.py < input.php > output.html