The (sort of) PHP Compiler
By : Warren Smith
This class can be used to obfuscate PHP code.
It can parse one or more PHP source code files using the PHP tokenizer functions to remove comments and white space.
The resulting code can be compressed using gzip before it generates a self-extracting PHP script that decompresses the original obfuscated [...]
