Recommend this page to a friend! | ![]() |
![]() |
All requests ![]() |
> | What is the best PHP protect my code class? | > | Request new recommendation | > | ![]() |
> | ![]() |
||
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 |
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 | |
|