grephq/php-desktop

Create GUI applications on Linux using php

Maintainers

Package info

github.com/grephq/php-desktop

Wiki

pkg:composer/grephq/php-desktop

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 1

dev-master 2022-10-01 09:37 UTC

This package is auto-updated.

Last update: 2026-03-29 01:00:26 UTC


README

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