I am using PHP Desktop Chrome 57 with PHP 7.1 for Windows and I am looking for a way to protect my PHP source code from changes.
I have already read the options shown in the corresponding article from PHP Desktop and have tested the free options without having done. One of the commercial products I did not want to test because of the rather small project and I do not want to spend so much money for it.
Not all PHP files need to be encrypted, it would be enough to encrypt only certain sensitive files.
Obfucation I have already tried but it seems to me to insecure.
Do you know more possibilities that I can test?
Thanks!