dev-master
9999999-devExport your entire CakePHP webapplication to a standalone Windows desktop application (.exe)
MIT
The Requires
by Stefan van Gastel
Export your entire CakePHP webapplication to a standalone Windows desktop application (.exe)
Download a complete CakePHP webapplication as a full standalone Windows (XP, 7 or 8) desktop application. Configure the packaged application to your needs before creating it using the simple webinterface. The aim is to supply a pure PHP application packager, therefore no shellscripts or exec() functions are used., (*2)
Some key features:, (*3)
This plugin is in development. Some things like the MySQL to Sqlite database conversion may need work., (*4)
The awesome phpdesktop project is used to provide the standalone Windows enviroment. The Chrome-driven variant is used for this plugin., (*5)
The packaged application is running a Mongoose webserver, PHP 5.4 and uses Chromium (Chromium Emebeded Framework) to view the app. Read more about this on the phpdesktop website. Currently using the 5.4 version to keep Windows XP compatible., (*7)
Check out a copy of the Cakedesktop CakePHP plugin from the repository using Git :, (*9)
git clone http://github.com/stefanvangastel/CakePHP-Cakedesktop.git
, (*10)
or download the archive from Github:, (*11)
https://github.com/stefanvangastel/CakePHP-Cakedesktop/archive/master.zip
, (*12)
You must place the Cakedesktop CakePHP plugin within your CakePHP 2.x app/Plugin directory., (*13)
or load it with composer:, (*14)
"stefanvangastel/cakedesktop": "dev-master"
, (*15)
Make sure app/Plugin/Cakedesktop/tmp is writable by the webserver user., (*16)
Load the plugin in app/Config/bootstrap.php:, (*17)
CakePlugin::load('Cakedesktop');
, (*18)
Open http(s)://yourapp.com/cakedesktop/ and create your application!, (*20)
The application is served as a zip file containing all the stuff you need to run your application. Extract the contents and run the .exe file provided., (*21)
Export your entire CakePHP webapplication to a standalone Windows desktop application (.exe)
MIT