Sublime plugin for php.tools
PHPTools is available via Sublime Text package manager.
"debug":"True|False",
"php_path":"/your/path/to/bin/php",
"formatter_path":"/your/path/to/php/formatter"
Note In case php is not in $PATH you MUST declare it's path in the plugin's settings!
At the moment it supports only post_save_async to re format the code directly after save.