# php-libui **Repository Path**: kllxs_admin/php-libui ## Basic Information - **Project Name**: php-libui - **Description**: ⭐ PHP-FFI 绑定 libui,实现跨平台 GUI 编程。 `libui` 库是一个跨平台的 GUI 库,功能强大。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-08-13 - **Last Updated**: 2025-12-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: PHP, GUI, desktop, php-ffi ## README # php-libui ⭐ PHP-FFI bindings for libui, enabling cross-platform GUI development. `libui` is a powerful, lightweight, and portable GUI library. Documentation will be updated continuously. Contributions (stars, issues, PRs) are welcome! ## [中文](./README.md) ## Dependencies - PHP 8.2+ - PHP-FFI extension enabled ## Supported Platforms - Windows Vista SP2 or later (x86_64) - macOS OS X 10.8 or later (x86_64) - Linux GTK+ 3.10 or later (x86_64) ## Installation ```bash composer require kingbes/libui ``` ## Example ```php