Obfuscate PHP code (prevent source code viewing) -
I am working on a PHP project using a PHP framework that I have to sell. Anyone wants to test the first code on their server.
Is it possible to obscure the code if I do not want to give it to the source? Or can it be compiled?
My primary purpose is, they should not be able to take codes, except once they are on their servers and cheat me, I do not want the code to be handed over to another developer. And it can be reverse engineered or replaced.
I'm probably looking for a free solution.
It's a very good question you asked @ Major to do the same way you use the Zend Guard. So that it encrypts your entire code and compile it so that no one should use your source code. It works as we do in Java because it creates a byte code in class files.
Go through this link
Zend Guard, the most accepted PHP encoding and objection product on the market
This will do the following for you:
Reverse Engineering & amp; Protect your code from unauthorized use of unauthorized modifications
Comments
Post a Comment