skoro/tkui
Composer 安装命令:
composer require skoro/tkui
包简介
Create desktop applications using Tk gui toolkit
README 文档
README
php-tkui
php-tkui allows you to build desktop ui applications with PHP only. It leverages FFI extension and Tcl/Tk for that, thus you don't need to compile or install any external extensions.
Requirements
- PHP >= 8.2
ffiextension must be enabled- Tcl/Tk >= 8.6
Getting started
Make sure that Tcl/Tk is installed in your OS. For Debian/Ubuntu based distros you may install it with apt:
sudo apt install tcl tk
Next, check FFI extension is enabled:
php --ri ffi
Clone this repository and try out the demos:
git clone https://github.com/skoro/php-tkui.git php-tkui
cd php-tkui
composer install
php demos/buttons.php
Configuration
You may enable some application features like:
- debug mode
- appearance
Copy the provided .env.example into .env and customize the options.
Debug mode allows you to find out which commands are executed by Tcl engine. To enable the debug mode set:
DEBUG=true DEBUG_LOG=php://stdout
All the debug messages will go to the console. You may specify a file name instead of console.
To change the application appearance comment out THEME option and set one of:
clam, alt, default, classic. Additional themes for Windows: winnative, xpnative, vista.
By default, auto is used, setting a theme depending on OS:
THEME=auto
Windows
You need to install one of Tcl/Tk binary distributions and set path to dlls
in .env file like this:
WINDOWS_LIB_TCL=c:\\tcltk\\bin\\tcl86t.dll
WINDOWS_LIB_TK=c:\\tcltk\\bin\\tk86t.dll
Also, you can build your own Tcl/Tk distribution, take a look at BUILD-WIN.md doc how to do that.
macOS
You need to install one of Tcl/Tk binary distributions same as for Windows. The easiest way is to install it using brew:
brew install tcl-tk
Then you need to set paths to dylibs in .env file:
DARWIN_LIB_TCL=/usr/local/Cellar/tcl-tk/[installed_version]/lib/libtcl8.6.dylib
DARWIN_LIB_TK=/usr/local/Cellar/tcl-tk/[installed_version]/lib/libtk8.6.dylib
skoro/tkui 适用场景与选型建议
skoro/tkui 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 115 次下载、GitHub Stars 达 508, 最近一次更新时间为 2022 年 01 月 16 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「ui」 「toolkit」 「gui」 「widget」 「desktop」 「Tk」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 skoro/tkui 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 skoro/tkui 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 skoro/tkui 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
GUI for PHP's OpCache
Yii2 LightBox image galary widget uses Lightbox v2.10.0 by Lokesh Dhakar
GUI to analyze the profiling data collected using XHProf - A Hierarchical Profiler for PHP.
Composer personal web interface. Manage Laravel dependencies without switching to command line!
Symfony2 Bundle that adds basic user account entity and city/state/country setup as well
Add a weather widget to Flarum
统计信息
- 总下载量: 115
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 509
- 点击次数: 4
- 依赖项目数: 1
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2022-01-16

