mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-10 02:15:36 +08:00
Update index
This commit is contained in:
@@ -3,23 +3,26 @@
|
|||||||
layout: home
|
layout: home
|
||||||
|
|
||||||
hero:
|
hero:
|
||||||
name: "Static PHP"
|
name: "StaticPHP"
|
||||||
tagline: "Build standalone PHP binary on Linux, macOS, FreeBSD, Windows, with PHP project together, with popular extensions included."
|
tagline: "StaticPHP is a powerful tool designed for building portable executables including PHP, extensions, and more."
|
||||||
image:
|
image:
|
||||||
src: /images/static-php_nobg.png
|
src: /images/static-php_nobg.png
|
||||||
alt: Static PHP CLI Logo
|
alt: StaticPHP Logo
|
||||||
actions:
|
actions:
|
||||||
- theme: brand
|
- theme: brand
|
||||||
text: Get Started
|
text: Get Started
|
||||||
link: ./guide/
|
link: /en/guide/
|
||||||
|
- theme: alt
|
||||||
|
text: 中文文档
|
||||||
|
link: /zh/
|
||||||
|
|
||||||
features:
|
features:
|
||||||
- title: Static CLI Binary
|
- title: Static PHP Binary
|
||||||
details: You can easily compile a standalone php binary for general use. Including CLI, FPM sapi.
|
details: You can easily compile a standalone php binary for general use. Including cli, fpm, cgi, frankenphp SAPI.
|
||||||
- title: Micro Self-Extracted Executable
|
- title: Micro Self-Extracted Executable
|
||||||
details: You can compile a self-extracted executable and build with your php source code.
|
details: You can compile a self-extracted executable and build with your php source code using micro SAPI.
|
||||||
- title: Dependency Management
|
- title: Dependency Management
|
||||||
details: static-php-cli comes with dependency management and supports installation of different types of PHP extensions.
|
details: StaticPHP comes with dependency management and supports installation of different types of PHP extensions, packages and libraries.
|
||||||
---
|
---
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
|
|||||||
@@ -3,11 +3,11 @@
|
|||||||
layout: home
|
layout: home
|
||||||
|
|
||||||
hero:
|
hero:
|
||||||
name: "Static PHP"
|
name: "StaticPHP"
|
||||||
tagline: "Build standalone PHP binary on Linux, macOS, FreeBSD, Windows, with PHP project together, with popular extensions included."
|
tagline: "StaticPHP is a powerful tool designed for building portable executables including PHP, extensions, and more."
|
||||||
image:
|
image:
|
||||||
src: /images/static-php_nobg.png
|
src: /images/static-php_nobg.png
|
||||||
alt: Static PHP CLI Logo
|
alt: StaticPHP Logo
|
||||||
actions:
|
actions:
|
||||||
- theme: brand
|
- theme: brand
|
||||||
text: Get Started
|
text: Get Started
|
||||||
@@ -17,12 +17,12 @@ hero:
|
|||||||
link: /zh/
|
link: /zh/
|
||||||
|
|
||||||
features:
|
features:
|
||||||
- title: Static CLI Binary
|
- title: Static PHP Binary
|
||||||
details: You can easily compile a standalone php binary for general use. Including CLI, FPM sapi.
|
details: You can easily compile a standalone php binary for general use. Including cli, fpm, cgi, frankenphp SAPI.
|
||||||
- title: Micro Self-Extracted Executable
|
- title: Micro Self-Extracted Executable
|
||||||
details: You can compile a self-extracted executable and build with your php source code.
|
details: You can compile a self-extracted executable and build with your php source code using micro SAPI.
|
||||||
- title: Dependency Management
|
- title: Dependency Management
|
||||||
details: static-php-cli comes with dependency management and supports installation of different types of PHP extensions.
|
details: StaticPHP comes with dependency management and supports installation of different types of PHP extensions, packages and libraries.
|
||||||
---
|
---
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
|
|||||||
@@ -3,23 +3,26 @@
|
|||||||
layout: home
|
layout: home
|
||||||
|
|
||||||
hero:
|
hero:
|
||||||
name: "Static PHP"
|
name: "StaticPHP"
|
||||||
tagline: "在 Linux、macOS、FreeBSD、Windows 上与 PHP 项目一起构建独立的 PHP 二进制文件,并包含流行的扩展。"
|
tagline: "StaticPHP 是一款强大的工具,旨在构建包含 PHP、扩展等在内的可移植可执行文件。"
|
||||||
image:
|
image:
|
||||||
src: /images/static-php_nobg.png
|
src: /images/static-php_nobg.png
|
||||||
alt: Static PHP CLI Logo
|
alt: StaticPHP Logo
|
||||||
actions:
|
actions:
|
||||||
- theme: brand
|
- theme: brand
|
||||||
text: 开始使用
|
text: 开始使用
|
||||||
link: ./guide/
|
link: /zh/guide/
|
||||||
|
- theme: alt
|
||||||
|
text: English Docs
|
||||||
|
link: /en/
|
||||||
|
|
||||||
features:
|
features:
|
||||||
- title: 静态 CLI 二进制
|
- title: 静态 CLI 二进制
|
||||||
details: 您可以轻松地编译一个独立的 PHP 二进制文件以供通用使用,包括 CLI、FPM SAPI。
|
details: 您可以轻松编译一个可独立运行的 PHP 二进制文件用于通用场景,支持 CLI、FPM、CGI、FrankenPHP SAPI。
|
||||||
- title: Micro 自解压可执行文件
|
- title: Micro 自解压可执行文件
|
||||||
details: 您可以编译一个自解压的可执行文件,并将 PHP 源代码与二进制文件打包在一起。
|
details: 您可以编译一个自解压可执行文件,并通过 Micro SAPI 将其与 PHP 源代码一起构建。
|
||||||
- title: 依赖管理
|
- title: 依赖管理
|
||||||
details: static-php-cli 附带依赖项管理,支持安装不同类型的 PHP 扩展。
|
details: StaticPHP 内置依赖管理,支持安装不同类型的 PHP 扩展、包和库。
|
||||||
---
|
---
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
|
|||||||
Reference in New Issue
Block a user