954,604 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Convert php-mysql app into a desktop app

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. :)

dskanth
Newbie Poster
8 posts since Jun 2008
Reputation Points: 10
Solved Threads: 0
 

Hey, i got to know that there is a tool for developing standalone php apps.
Iam having some hopes on this: www.server2go-web.de/

dskanth
Newbie Poster
8 posts since Jun 2008
Reputation Points: 10
Solved Threads: 0
 

In case server2go doesn't work out, here are a couple of others:

I managed to use mini-PHP Studio successfully in the past but it took some experimenting. This is probably PHP 4 only.
http://www.exvision.net/miniphp/

Never used this one. It doesn't support PHP 5.
http://www.bambalam.se/bamcompile/

chrishea
Nearly a Posting Virtuoso
1,429 posts since Sep 2008
Reputation Points: 210
Solved Threads: 230
 

I had a further look at server2go and it is really just a version of Wamp that can be put anywhere. I doesn't look as if it does anything to obscure your PHP code and it does work through a browser just like Wamp.

mini PHP studio produces a standalone exe (for Windows). It doesn't use the browser. I tried to get some of the others like Roadsend to work but I wasn't successful.

chrishea
Nearly a Posting Virtuoso
1,429 posts since Sep 2008
Reputation Points: 210
Solved Threads: 230
 

This is not an answer to your project but I don't understand why you think that PHP doesn't hide the code because all it does is hide code. PHP never sends PHP code to the browser. All it does is send stateless HTML (or XML or PDF or text) to a browser. Secondly, what is wrong with GTK? If it compiles to an exe with C underneath shouldn't that satisfy your requirements?

julesmanson
Newbie Poster
2 posts since Jul 2010
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: