How-to articles, tricks, and solutions about OBFUSCATION
Best solution to protect PHP code without encryption
One solution to protect PHP code without encryption is to use code obfuscation.
Convert a PHP script into a stand-alone windows executable
It is possible to convert a PHP script into a standalone Windows executable using tools such as PHPCompiler by Bambalam or PHPC.exe.