3

I have been looking for a solution that would allow me to deploy PHP applications on Macs and Windows. I've been developing online applications but would like them to be offline applications as well but that would require that Apache/PHP/MySQL be installed on their platforms as well. I've set up WAMP and it was NOT that easy. Lots of configurations were needed. I wonder if there is a way to install easily, something that a person can just click "Install" and it's all done. I don't want the packages to install mySQL manager or anything else - just php/apache/mysql... no extras.

1
  • Are you looking for something like an install-shield wizard for php Applications. One which would also install the apache/php/mysql cocktail as well? Commented Jul 18, 2009 at 7:03

6 Answers 6

2

I'm not sure if this would be simple enough, but have you looked at XAMPP?

Sign up to request clarification or add additional context in comments.

Comments

0

You my think about to build a PHP Desktop Application with PHP-GTK and sqlite

Comments

0

Try EasyPHP. Just don't bind MySQL and Apache to their default ports. (3306 and 80). Or better when it comes to standalone application deployments, use SQLite with PHP.

Comments

0

PHP-GTK supplies a distribution that is easy to package and redeploy using NSIS. You should be able to use the gtkHTML control to display the HTML output without too much trouble.

This article here shows you how to package a simple PHP-GTK app with NSIS.

Comments

0

If you are using wamp, copy your wamp folder to the client's sytem as it is on your system, then install wamp server, when it asks if you want to install to that existing folder, say yes, that way all the configurations will be intact. but you'd have to delete other projects from your www folder so that only the client's project is there.

Comments

0

In Windows case the following will be helpful:

PhpDock

PhpDock is a deployment platform for PHP applications.

PhpDock enables you to deploy any PHP web application as a Stand Alone Windows Desktop application w/o any changes in the code.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.