PHPackages                             stefanvangastel/cakedesktop - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. stefanvangastel/cakedesktop

ActiveCakephp-plugin[Utility &amp; Helpers](/categories/utility)

stefanvangastel/cakedesktop
===========================

Export your entire CakePHP webapplication to a standalone Windows desktop application (.exe)

7174[1 issues](https://github.com/stefanvangastel/CakePHP-Cakedesktop/issues)PHP

Since Feb 24Pushed 12y ago2 watchersCompare

[ Source](https://github.com/stefanvangastel/CakePHP-Cakedesktop)[ Packagist](https://packagist.org/packages/stefanvangastel/cakedesktop)[ RSS](/packages/stefanvangastel-cakedesktop/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

CakePHP-Cakedesktop
===================

[](#cakephp-cakedesktop)

##### Table of Contents

[](#table-of-contents)

- [Intro](#intro)
- [Requirements](#requirements)
- [Installation and setup](#installation)
- [Usage](#usage)

\## Intro 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.

Some key features:

- Generated applications settings are customizable via webinterface
- MySQL database is converted to local Sqlite database
- Loaded Php extensions on webserver are also loaded in generated applications php.ini (if available) for maximized compatibility
- Plugin assets (js and css) are also used correctly. You application will look, feel and work extactly like you webapplication.
- Webserver REMOTE\_USER spoof option. If you run the dekstop application on a Windows system with a domain user logged in, the application can set that user as the REMOTE\_USER. This is very nice if your applications authentication is based on this server variable. (e.g. Kerberos or LDAP auth)

This plugin is in development. Some things like the MySQL to Sqlite database conversion may need work.

The awesome [phpdesktop](https://code.google.com/p/phpdesktop/) project is used to provide the standalone Windows enviroment. The Chrome-driven variant is used for this plugin.

\## Requirements - CakePHP &gt;= 2.3
- php-sqlite3 extension
- MySQL datasource for current webapplication (More datasource support comming)
- Plugin assets are included

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.

\## Installation and Setup 1. Check out a copy of the Cakedesktop CakePHP plugin from the repository using Git :

    `git clone http://github.com/stefanvangastel/CakePHP-Cakedesktop.git`

    or download the archive from Github:

    `https://github.com/stefanvangastel/CakePHP-Cakedesktop/archive/master.zip`

    You must place the Cakedesktop CakePHP plugin within your CakePHP 2.x app/Plugin directory.

    or load it with composer:

    `"stefanvangastel/cakedesktop": "dev-master"`
2. Make sure app/Plugin/Cakedesktop/tmp is writable by the webserver user.
3. Load the plugin in app/Config/bootstrap.php:

    `CakePlugin::load('Cakedesktop');`

\## Usage Open http(s)://yourapp.com/cakedesktop/ and create your application!

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.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2473490?v=4)[Stefan van Gastel](/maintainers/stefanvangastel)[@stefanvangastel](https://github.com/stefanvangastel)

---

Top Contributors

[![stefanvangastel](https://avatars.githubusercontent.com/u/2473490?v=4)](https://github.com/stefanvangastel "stefanvangastel (38 commits)")

### Embed Badge

![Health badge](/badges/stefanvangastel-cakedesktop/health.svg)

```
[![Health](https://phpackages.com/badges/stefanvangastel-cakedesktop/health.svg)](https://phpackages.com/packages/stefanvangastel-cakedesktop)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
