This package can reformat PHP code according to standard options.
It can parse PHP code files and replace spaces, tabs and line breaks so they match formatting rules defined by format standard configuration options defined in style files.
It can also replace Cyrillic letter characters to equivalent transliterated that uses only the ASCII alphabet.
The package can either just report formatting issues in the original PHP source file or automatically fix the code to match the formatting styles.
The package also comes with an alternative implementation as a PHP extension written in C, so it can process a large number of PHP source files if the extension is installed in your PHP environment. |