How to create Desktop App in php

3
php desktop app

 Every php Developer has a question in mind which is How they can  create Desktop Application in php
Because php is a server side technology and they think php cannot be run without a web Browser
But Today I am gonna show you how we can do this.
So lets start

Php Desktop

actually php Desktop is by-self  an application which is Developed just for Converting php Application into 
Desktop app., 
(php Desktop) is open source project founded by  "Czarek Tomczak" in 2012
  which provides  a very  simple  way to develop native GUI

How to use (php Desktop)  

  1. 1st of all you need to Download the project here
  2. after that you just need to find the folder name (www)
  3. Delete All files from this folder 
  4. then if you have an app or website written in php
  5. make sure your xampp or any other localhost is active
  6. Copy your php script and past into the folder "www"
  7. Go Back and run (phpdesktop-chrome.exe) file 
  8. your Desktp application is ready to run without browser  


3 comments: