Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
All requests | > | What is the best PHP protect my code class? | > | Request new recommendation | > | Featured requests | > | No recommendations | ||
by Amdane Samb - 5 months ago (2015-08-19) protect my code
+1 | I want to know if exist code to secure my PHP application. I have PHP application, I need to protect source code from unknown users. |
2. by Gerry Danen - 5 months ago (2015-08-20) Reply
What risk are you trying to protect your code from?
1. by Manuel Lemos - 5 months ago (2015-08-20) Reply
What do you mean by protecting your code?
If you mean making the code hard to read and understand, there are some code obfuscating classes here.
+1 | by Manuel Lemos 11100 - 5 months ago (2015-08-20) Comment This class can make it hard to read your source code by removing white spaces and replacing variable names and even class names. It will not prevent others from copying your code but if you just want to make it difficult for people without much knowledge to read and change your code, this class solution can be good enough. |
Recommend package | |
|