PHP obfuscator

Employer
[no-member:pro]Maksim[/no-member:pro]Maksim
Project parameters
Type of cooperationOne-time project
SectionWeb development
Prepaymentwithout prepayment
Payment methodsElectronic money
Acceptance of requestsclosed
Project description
You need to write a program in PHP to obfuscate PHP or HTML code. The obfuscatter should implement lexical obfuscation of the code:
1. Delete all comments in the program code, or change them to misinform
2. removing various spaces, indentations that are usually used to better visualize the program code
3. Replacement of identifiers (variable, array, structure, hash, function, procedure, etc.) with arbitrary long character sets that are difficult for a person to perceive
4. Adding various extra (junk) operations
5. Change the arrangement of blocks (functions, procedures) of the program, so that it does not affect its performance in any way.
and, if possible, partially obfuscate the data.
1. Delete all comments in the program code, or change them to misinform
2. removing various spaces, indentations that are usually used to better visualize the program code
3. Replacement of identifiers (variable, array, structure, hash, function, procedure, etc.) with arbitrary long character sets that are difficult for a person to perceive
4. Adding various extra (junk) operations
5. Change the arrangement of blocks (functions, procedures) of the program, so that it does not affect its performance in any way.
and, if possible, partially obfuscate the data.