static-php-cli icon indicating copy to clipboard operation
static-php-cli copied to clipboard

【feature】 support UI extension

Open dbx192 opened this issue 2 years ago • 4 comments

I really like the PHP language. Can I support this extension? I really enjoy developing UI tools in a PHP environment. If we can support this extension, we can package PHP programs directly into single file UI programs. It's really exciting to think about it.

UI extension url: https://www.php.net/manual/en/refs.ui.php https://github.com/krakjoe/ui

dbx192 avatar Jan 15 '24 03:01 dbx192

This library libui has not been updated for a long time, I guess it may not be easy to add. Mostly it lacks PHP8 support and I don't know if it makes sense to add it.

crazywhalecc avatar Jan 15 '24 09:01 crazywhalecc

This library libui has not been updated for a long time, I guess it may not be easy to add. Mostly it lacks PHP8 support and I don't know if it makes sense to add it.

thank you for your reply. How about this : https://github.com/libui-ng/libui-ng https://github.com/ardillo-php/ext

dbx192 avatar Jan 15 '24 09:01 dbx192

I've only managed to get ardillo support done on macOS, albeit statically compiled, but I'm not sure what the minimum compatible system version is for it. #318

crazywhalecc avatar Jan 15 '24 15:01 crazywhalecc

https://github.com/0hr/php-webview

KingBes avatar Apr 10 '24 06:04 KingBes