Making a distribultable standalone program in PHP

前端 未结 5 873
悲哀的现实
悲哀的现实 2020-12-30 16:38

I\'ve decided to code some applications in PHP that are supposed to run offline in the user\'s machine. However, I can\'t seem to find an user-friendly install wizard to cre

5条回答
  •  生来不讨喜
    2020-12-30 17:39

    You could go to the old school route and try using PHP-GTK.
    Text Tutorial here: http://www.kksou.com/php-gtk2/References/Compiling-standalone-PHP-GTK2-applications-on-windows-using-PriadoBlender.php

    or you could go the route that I believe has much more promise: Adobe AIR + PHP
    It has the added bonus of running on any platform!
    Video tutorials here: http://www.vtc.com/products/Adobe-AIR-PHP-Development-Tutorials.htm

    There's also a new player in the game, Appcelerator. It lets you write your code in whatever language you want (PHP, Ruby, Python, etc) and compile it for the platform of choice (iPhone, Android, Windows, OSX). Parts of it are still beta, but it looks unbelievably slick & cool, and there are lots of tutorial videos. http://www.appcelerator.com

提交回复
热议问题