Does anybody know of a reliable, well-made tool for creating standalone desktop applications complete with GUI, using just PHP, or primarily PHP? I enjoy the R.A.D. and many other aspects of PHP and would like to use it for some non server/client projects.
Does anybody know of a reliable, well-made tool for creating standalone desktop applications complete
Share
UPDATE:
The Roadsend PHP project, which I plugged in my original answer back in 2010, appears to be a dead project. For what it’s worth, you can find the source and a couple of spin-off projects at:
https://github.com/weyrick/roadsend-php
For anyone looking for an answer to this question, my first suggestion would be to look into a modern cross-platform GUI development platform — personally I like Java + Apache Pivot.
But whether you take my suggestion, or are committed to PHP-GTK, my IDE recommendation’s the same: You’ll want to try out NetBeans and possibly Eclipse. Both are powerful IDE’s well-suited for development on either of the aforementioned platforms.
Original Answer: