PHP Classes

Create PHP desktop application: I would like to create PHP project for desktop computers

Recommend this page to a friend!
  All requests RSS feed  >  Create PHP desktop application  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

Create PHP desktop application

Edit

Picture of Jignesh Vara by Jignesh Vara - 9 years ago (2014-10-29)

I would like to create PHP project for desktop computers

This request is clear and relevant.
This request is not clear or is not relevant.

+2

I want to create an ERP project using PHP and run as a desktop application like I do with .exe files.

Ask clarification

1 Recommendation

PHP Multi-Server: HTTP Server written in pure PHP

This recommendation solves the problem.
This recommendation does not solve the problem.

+2

Picture of Manuel Lemos by Manuel Lemos Reputation 23325 - 9 years ago (2014-10-30) Comment

There is PHP-GTK for creating GUI based applications for desktop systems, but most people prefer Web based systems that you can run from the browser.

Alternatively, you can run a local Web server listen to a HTTP socket using a class like the one recommended here or run the Web server built-in PHP since version 5.4.

That way you can Web applications written in PHP in the local computer.

If you need to ship a single file for all your application scripts, you can create .phar archive and call it using the PHP cli version like:

php myapplication.phar


Recommend package
: 
: