Where can I find a free, lightweight YUI-like compressor for PHP?
I am sure it will decrease the file size but will compressing PHP code boost its performance?
Is this the same thing as an obfuscator?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is a product called PHP Encoder by ionCube (http://www.ioncube.com/sa_encoder.php) which is enterprise grade compression and obfuscater.
PHP Encoder is a PHP extension to create and run compiled bytecodes for accelerated runtime performance and maximum security.
It will shrink the file size, and speed up runtime because the code is already partially compiled