Is it possible to create PHP executable files , to protect the php source code.If yes , Please direct me how to create that...else please suggest some other alternatives...
Thanks in advance..
That is used for making Desktop applications. But securing your source code in web apps is not possible, especially when you are distributing it under GPL. I mean its open source. The only way is, host it on ur server and sell the stuff or have some license etc etc
Comment