Search code examples
phpindentationauto-indent

Command-line program to indent PHP files


I'm looking for a indent application to fix all aspects of PHP code formatting - convert spaces, perform indentation in PHP and HTML code, leave HEREDOC alone, etc.

Please recommend a decent indenter for PHP.


Solution

  • 2018 answer

    Since originally finding solution, I've moved on to use https://styleci.io/. I am not affiliated with them, but I really like the simplicity and it keeps the project nice and tidy. Doesn't cost anything for my open-source project either.