vote up 0 vote down star

Is there something like the "phpCodeBeautifier" from waterproof that is open source?

flag

69% accept rate
1  
with "open source" you mean "free"? – Natrium Sep 22 at 6:21

3 Answers

vote up 2 vote down check

The best tool I know to reformat PHP code is the PHP_Beautifier PEAR package, which is both free (open source) and free (costs no money).

It's a bit complicated, has a lot of options, and is maybe a bit slow, but does really good job on messy code-source.

link|flag
vote up 0 vote down

For something quick you might want to consider

http://www.prettyprinter.de/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.