| Recommend this page to a friend! | 
| All requests  | > | Create PHP desktop application | > | Request new recommendation | > |  Featured requests | > |  No recommendations | 
 by Jignesh Vara - 10 years ago (2014-10-29)
 by Jignesh Vara - 10 years ago (2014-10-29)
| +2 | I want to create an ERP project using PHP and run as a desktop application like I do with .exe files. | 
| +2 | 
 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 | |
|  |