Can we create Desktop application in php [closed]
Asked Answered
M

2

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

Maduro answered 29/6, 2016 at 11:58 Comment(3)
Yes & No.Declare
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.Deepsea
For sure you can. Follow this tutorial for the easiest way - youtube.com/watch?v=jesZur7Ym6wBestraddle
G
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

Gimcrackery answered 29/6, 2016 at 12:6 Comment(3)
Its create exe file that allow users to install it in their desktops?Maduro
@RahulRaghav welcome. Please accept this answer as correct. Click on the tick mark, if you think this helps you. Also upvote it to make it more useful for other peopleGimcrackery
Hello, I have checked these tutorial. It's only provide Windows. Can I get Mac software also? Actually I need mac software.Replication
W
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/

Wally answered 29/6, 2016 at 12:3 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.