"TrueBug PHP Obfuscator" is a software utility for PHP application developers use to protect PHP scripts from modification, the obfuscator scrambles class, function, constant, and variable names with a set of meaningless names, making source code difficult to understand or reverse-engineering, the software also include PHP encoder for converting PHP scripts from text to binary format.

Code Obfuscation Code Obfuscation
Converts class, function, constant, and variable names into non-meaning names, making source code difficult to understand or reverse-engineering while fully retaining the original functionality.
 
Script Encoding Script Encoding
Converts source code from text to binary format which will be reduced opportunities for reverse-engineering.
 
Supported PHP versions Supported PHP versions
Fully Support for PHP 5.2, 5.3 and 5.4 for code obfuscation and script encoding.