1 个仓库
Methods and tools for packaging PHP applications into standalone executable files.
Distinct from PHP Single-File Distributions: Shortlist focuses on single-file source scripts or specific archive managers rather than the overall distribution of binaries.
Explore 1 awesome GitHub repository matching devops & infrastructure · PHP Binary Distribution. Refine with filters or upvote what's useful.
Laravel Zero 是一个微框架和样板,旨在用于使用 PHP 构建独立的命令行应用程序。它为开发终端工具提供了结构基础,包括控制台框架和命令行界面工具包。 该项目通过其分发和自动化功能脱颖而出,具有将项目编译为自包含可执行二进制文件或归档文件的二进制打包器。它还包括一个内置的自动更新机制,用于从远程仓库下载应用程序的最新版本。 该框架涵盖了广泛的操作功能,包括通过对象关系映射器 (ORM) 进行的关系数据管理、用于循环后台作业的基于 Cron 的任务调度器,以及用于服务管理的服务容器。其他工具提供文件系统抽象、应用程序日志记录和原生桌面通知。
Packages PHP applications into self-contained executable files for distribution without requiring a local runtime.