Does anyone know of a good tool for cleaning up/formatting PHP files? I'd need something that can handle HTML with < ?php ?> tags, as well as pure PHP files. Ideally, I'd like a Maven mojo, since the rest of my code is being generated by Maven already.
+2
A:
Haven't worked with php for a while now, but I remembered using PHP Beautifier
Mene
2010-07-11 23:28:54
Thanks, I'll give that a try.
Curtis
2010-07-12 13:01:42
A:
I haven't really found any completely satisfactory solution yet, but I'm comparing several options, now. I'll be documenting my progress on my blog, if anyone's interested in the future.
Curtis
2010-07-19 11:30:56