16

My concern is to know, That can we create desktop application in PHP Like:- other applications on our desktop. If yes then give some references or ideas, How to create desktop applications

Rahul Raghav
  • 193
  • 1
  • 1
  • 9
  • [Yes & No](https://en.wikipedia.org/wiki/PHP-GTK). – Script47 Jun 29 '16 at 12:02
  • 1
    wxPHP is one such solution to this, but the binaries are not usually available for PHP distributions, so you'd need to compile it yourself if you wish to distribute your software. Also, I found that although the lead maintainer is doing a valiant job, he no longer has time to maintain the project, and there are still some stability issues to fix before I would consider using it seriously. – halfer Jun 29 '16 at 12:19
  • For sure you can. Follow this tutorial for the easiest way - https://www.youtube.com/watch?v=jesZur7Ym6w – Pradyumn Shrivastava Apr 22 '17 at 00:34

2 Answers2

17

Yes some how you can.

PHP Desktop is an open source project founded by Czarek Tomczak in 2012 to provide a way for developing native desktop GUI applications using web technologies such as PHP, HTML5, JavaScript and SQLite. Follow here

Some of the tutorials are here.
Here is youtube tutorial
Here is another useful tutorial

Mahammad Adil Azeem
  • 9,112
  • 13
  • 57
  • 84
1

You can make desktop apps with php using tools such as Nightrain, WXPHP or TideSDK https://www.sitepoint.com/3-ways-develop-cross-platform-desktop-apps-php/