If you’re like me and you’re able to develop using languages such as PHP, but you couldn’t put together a desktop application to save your life then here’s some news that might open up a world of opportunities for you.
NuSphere, the creators of the PHP editor, PhpEd, have released PhpDock; a deployment platform for PHP scripts. What this means is that PHP scripts distributed with PhpDock will run on a Windows computer without the need for a separate webserver or even an Internet connection.
With an Internet connection, your PHP desktop applications can do all of the usual things that server-based PHP applications can do e.g. interact with other websites and make use of web services.
One of the big benefits of distributing a PHP script as a desktop application instead of running it from your server is that no matter how many users there are, they won’t use your bandwidth or overload your server. It also makes it easier for the less technically minded to use your script because they won’t need to install it onto their own hosting accounts.
So instead of running a subscription service from your website, you could package up your application and just include a licensing check on start-up. If your service interacts with other websites e.g. for directory submission, then you don’t run the risk of having your server’s IP address blocked due to over use. Instead, the submissions will be from individual user IP addresses.
There are so many possibilities, my mind is boggled!
Technorati Tags: Desktop PHP Applications, PHP Scripts
8 Responses to “Create PHP Desktop Applications”
Trackbacks
- Create Protected PHP Desktop Applications at Internet Marketing Fool
- New Keyword Tool Launched at Internet Marketing Fool

Wow, this sounds cool to me….
It will be great tool for making desktop applications for the lazy developers like me who are only limited to PHP… lol
Thanks, going to download the demo right now…
Arun
Some more info on PhpDock:
One area where it can be improved upon is making the deployed package more of a black box. It seems that currently, the end user installation will spill your applications source code out into the open.
Without any form of source code protection, this is surely a big disadvantage.
One possible workaround is to use an encryption/obfuscation tool such as Code Lock.
Like PhpDock… PortableWebAp Application Server can run PHP5 as a desktop application. It doesn’t require an install and will run from a hard drive, USB, DVD or CDROM. And most important is that you can customize the icons and file names as desired and distribute it to your customers.
Thanks for the info, Mark. I never realised just how many portable environments were available!
Nice Aricle. Short but sweet. I was relly encouraged by this article.
Thanks to the author.
Amol Bhavsar, you’re welcome!