Hi all,
I was looking for a program to reformat and "beautify" php source code files from other coders, but couldn't find an appropriate tool. So I wrote my own, maybe it helps someone ;-)
The program is Open Source and distributed under the terms of GNU GPL. It is written in PHP and has a web frontend. It can be found at:
http://www.bierkandt.org/beautify/
Basic features:
automatic indentation of PHP source code according to given number of spaces
automatic newlines, if required
includes settings for braces according to C or PEARL style
can make use of PHPs integrated code highlight option
* can limit number of chars per line
Jens