Convert a PHP script into a stand-alone windows executable
PHP Desktop is the most simple and best solution. It 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.
You can download the PHP Desktop from https://github.com/cztomczak/phpdesktop
People who have used local server like xampp, wampp etc, it won't be a problem to understand the concept. Just download PHP Desktop and copy your whole project in the www folder located in PHP Desktop directory (phpdesktop/www/).
Its done, now click the executable file (phpdesktop-chrome.exe). You will see an exact replica of your website.
Please check these bellow link for further instruction :
Comments
Post a Comment