PHP Desktop is an open source project providing a way for developing native desktop GUI applications using web technologies such as PHP, HTML5, JavaScript and SQLite. It is written in C++.
Phpdesktop acts as a PHP to EXE compiler. Embedded into a single application it delivers the following components:
- a web browser (Google Chrome or Internet Explorer)
- a multithreaded web server (Mongoose)
- a PHP interpreter
The final single application comes with no external dependencies. Everything is included in the produced binary and ready to work out of the box.
Resources