PHP Compressor Beta
I decided to have fun on the weekend and write here such a small
php compressor ( and obfuscator ) .
Main functions.
It can rename local variables in functions (
including arguments ), rename functions and remove extra spaces.
Possible problems:
- Incorrect work with an expression like $$ a .
- Possible incorrect work with classes ( already correcting ).
I look forward to your feedback!
')
Source: https://habr.com/ru/post/84108/
All Articles