Create GUI applications for Linux systems using php. Ambitious but rubbish? ¯\_(ツ)_/¯
- 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
https://github.com/grephq/php-desktop/wiki
- Library source code: https://github.com/grephq/php-desktop-library
- Adding widgets crashes the application. Why? I don't know. #1
- Windows support: https://github.com/grephq/php-desktop-library#windows-support
- Fix #1
- Implement messagedialog, radio and menu bar widgets
- Support for multiple windows
- Callback for application events