how to secure the source code of a web application like php so that other people can't copy or imitate it? maybe it's like a license only for 1 person. So when we sell the app to client, that client cannot edit or sell it
Asked
Active
Viewed 33 times
0
-
Try code obfuscator – Ken Lee Jul 07 '21 at 06:01
-
You could build your app in some compiled language instead of PHP. That would make it easier to set up some licensing system. – M. Eriksson Jul 07 '21 at 06:05
-
These may help https://stackoverflow.com/questions/764927/obfuscate-php-code and then https://stackoverflow.com/questions/232736/is-there-a-code-obfuscator-for-php – endeavour Jul 07 '21 at 06:16