PHP code obfuscation

Hoping Each and everyone of you, doing great.

Can anyone help me on how to implement code obfuscation on yii2?

Thank you.

Just like you do for any PHP code.
But why do you want to do that?

Hello

for obfuscation of your Yii2 project you can use IonCube
but its not an implementation) its like making a crypted version of your project for installing to customer’s server

just be careful about unset variables in GET params) obfuscated code does not understand default params in case if its not set

Thank You @DesRodman

Preventing Easy Modification of the code, are there any other ways Mr. @evstevemd ?

Proper way of doing it is by making sure the customer signs a contract with financial consequences in case of breach. IF it get breached, you get paid compensation. So no loss at all!