grephq / php-desktop

Create desktop applications for linux using php

Home Page:https://github.com/grephq/php-desktop/wiki

Repository from Github https://github.comgrephq/php-desktopRepository from Github https://github.comgrephq/php-desktop

PHP Desktop

Create GUI applications for Linux systems using php. Ambitious but rubbish? ¯\_(ツ)_/¯

Demo

Installation

  • Download repository using git or composer
    git clone https://github.com/grephq/php-desktop.git
    composer require grephq/php-desktop
  • Enable extension loading in php.ini
    enable_dl = On
  • Run setup.sh

Usage

https://github.com/grephq/php-desktop/wiki

N.B.

TODO

  • Fix #1
  • Implement messagedialog, radio and menu bar widgets
  • Support for multiple windows
  • Callback for application events

About

Create desktop applications for linux using php

https://github.com/grephq/php-desktop/wiki

License:MIT License


Languages

Language:PHP 96.4%Language:Shell 3.6%