Hi, i have the requirement of converting a php-mysql app into a standalone app. The main purpose is to hide the source code from the client, and to run the app in his system without a web browser.
I wonder if there is any tool for this, so that i can convert the existing php-mysql app into a desktop app.
I know there is PHP GTK, but using it, i have to build my app from scratch. I also heard about the tools Roadsend and Bambalam, and also PHPDock. But iam not sure about them.
FYI, iam using php5, mysql, javascript, css in my project.
Please can anyone suggest me about converting a php app into a standalone app. Any suggestion is appreciated. :)