+**static-php-cli**也支持将 PHP 代码和 PHP 运行时打包为一个文件并运行。
-同时可以使用 micro 二进制文件,将 PHP 源码和 PHP 二进制构建为一个文件分发!(micro SAPI)
+## 特性
-
+static-php-cli(简称 `spc`)有许多特性:
-> 该 SAPI 源自 [dixyes/phpmicro](https://github.com/dixyes/phpmicro) 的 [Fork 仓库](https://github.com/static-php/phpmicro)。
+- :handbag: 构建独立的单文件 PHP 解释器,无需任何依赖
+- :hamburger: 构建 **[phpmicro](https://github.com/dixyes/phpmicro)** 自执行二进制(将 PHP 代码和 PHP 解释器打包为一个文件)
+- :pill: 提供一键检查和修复编译环境的 Doctor 模块
+- :zap: 支持多个系统:`Linux`、`macOS`、`FreeBSD`、`Windows`
+- :wrench: 高度自定义的代码 patch 功能
+- :books: 自带编译依赖管理
+- 📦 提供由自身编译的独立 `spc` 二进制(使用 spc 和 [box](https://github.com/box-project/box) 构建)
+- :fire: 支持大量 [扩展](https://static-php.dev/zh/guide/extensions.html)
+- :floppy_disk: 整合 UPX 工具(减小二进制文件体积)
-[]()
-[]()
-[](https://github.com/static-php/static-php-cli-hosted/actions/workflows/build-php-common.yml)
-[]()
-[]()
+**静态 php-cli:**
-> 项目名称是 static-php-cli,但其实支持 cli、fpm、micro 和 embed SAPI 😎
+
+## Features
-You can also use the micro binary file to combine php binary and php source code into one for distribution! (micro SAPI)
+static-php-cli (you can call it `spc`) has a lot of features:
-
+- :handbag: Build single-file php executable, without any dependencies
+- :hamburger: Build **[phpmicro](https://github.com/dixyes/phpmicro)** self-extracted executable (glue php binary and php source code into one file)
+- :pill: Automatic build environment checker (Doctor module)
+- :zap: `Linux`, `macOS`, `FreeBSD`, `Windows` support
+- :wrench: Configurable source code patches
+- :books: Build dependency management
+- 📦 Provide `spc` own standalone executable (built by spc and [box](https://github.com/box-project/box))
+- :fire: Support many popular [extensions](https://static-php.dev/en/guide/extensions.html)
+- :floppy_disk: UPX integration (significantly reduces binary size)
-> This SAPI feature is from the [Fork](https://github.com/static-php/phpmicro) of [dixyes/phpmicro](https://github.com/dixyes/phpmicro).
+**Single-file standalone php-cli:**
-[]()
-[]()
-[](https://github.com/crazywhalecc/static-php-cli/actions/workflows/build.yml)
-[](https://github.com/crazywhalecc/static-php-cli/actions/workflows/build.yml)
+TIP
+{{ I18N[lang].depTips }}
+WARNING
+{{ I18N[lang].microUnavailable }}
+WARNING
+{{ I18N[lang].windowsSAPIUnavailable }}
+| {{ I18N[lang].buildEnvironment }} | ++ + | +
| {{ I18N[lang].downloadPhpVersion }} | ++ + | +
| {{ I18N[lang].useDebug }} | ++ + + + + | +
| {{ I18N[lang].useZTS }} | ++ + + + + | +
| {{ I18N[lang].resultShowDownload }} | ++ + + + + | +
| {{ I18N[lang].usePreBuilt }} | ++ + + + + | +
| {{ I18N[lang].useUPX }} | ++ + + + + | +
WARNING
+{{ I18N[lang].windowsDownSPCWarning }}
+