0

I have PHP script that do something. My customer has his own server. I don't want him to see source code but the script must running on his server.

Is there any technique to do that? Something like encryption or something else? I'm looking for encryption technique or something else that I don't know right now.

Server is linux-based.

Heril Muratovic
  • 1,940
  • 6
  • 25
  • 46

1 Answers1

1

If you want a commercial solution, two of the most popular products are ionCube PHP encoder and zendguard . There are a few free solutions too like PHP protect but I haven't personally used any of them. Search for php obfuscator/encoder to find the kind of software you require.

R Singh
  • 765
  • 1
  • 5
  • 10