Php Beautifier
Why?
When you’re faced with an ugly PHP file(or files) with little to do but trawl through it, there is a solution.
Php beautifier is a pear package that will process PHP files and reformat them in a (hopefully) nicer format.
Installation
You can install it using pear with a very simple
pear install PHP_Beautifier
Usage
Usage is pretty dependent on your [...]