A month ago a client asked me to develop an application, he didn't mention weather it’s a desktop or a web application.
So I chose to develop a web application using the symfony framework
Now the application is working fine, the client is satisfied, but a problem comes up
actually the client want to sell that application to his customers, so he want me to hide the source code, in other words he want me to deliver an archive or something so that his clients won't read the code. I don't know how to hide PHP code, now if I can't find any solution I have to start from scratch and develop the application using java :/
After googling
Hiphop: a PHP compiler, its main purpose is to speed up the code. The fact that it becomes unreadable as a compiled executable is a bonus.
PHAR archive: like JAR in java but I think it's easy to read the content of the archive
Any suggestions ?