From 742752fd666ac4ee6655a6f24020beea5d27bcf8 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Thu, 7 May 2026 15:32:09 +0800 Subject: [PATCH] Add discord server --- README-zh.md | 1 + README.md | 1 + docs/en/guide/index.md | 4 ++++ docs/zh/guide/index.md | 4 ++++ 4 files changed, 10 insertions(+) diff --git a/README-zh.md b/README-zh.md index fe3dc280..4d9fadd7 100755 --- a/README-zh.md +++ b/README-zh.md @@ -5,6 +5,7 @@ [![Releases](https://img.shields.io/packagist/v/crazywhalecc/static-php-cli?include_prereleases&label=Release&style=flat-square)](https://github.com/crazywhalecc/static-php-cli/releases) [![CI](https://img.shields.io/github/actions/workflow/status/crazywhalecc/static-php-cli/tests.yml?branch=main&label=Build%20Test&style=flat-square)](https://github.com/crazywhalecc/static-php-cli/actions/workflows/tests.yml) [![License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](https://github.com/crazywhalecc/static-php-cli/blob/main/LICENSE) +[![Discord](https://img.shields.io/discord/nrSRbpMJ?label=Discord&logo=discord&style=flat-square)](https://discord.gg/nrSRbpMJ) **StaticPHP** 是一个强大的工具,用于构建可移植的可执行文件,包括 PHP、扩展等。 diff --git a/README.md b/README.md index 2ac3e349..334cc5ef 100755 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ [![Releases](https://img.shields.io/packagist/v/crazywhalecc/static-php-cli?include_prereleases&label=Release&style=flat-square)](https://github.com/crazywhalecc/static-php-cli/releases) [![CI](https://img.shields.io/github/actions/workflow/status/crazywhalecc/static-php-cli/tests.yml?branch=main&label=Build%20Test&style=flat-square)](https://github.com/crazywhalecc/static-php-cli/actions/workflows/tests.yml) [![License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](https://github.com/crazywhalecc/static-php-cli/blob/main/LICENSE) +[![Discord](https://img.shields.io/discord/nrSRbpMJ?label=Discord&logo=discord&style=flat-square)](https://discord.gg/nrSRbpMJ) **StaticPHP** is a powerful tool designed for building portable executables including PHP, extensions, and more. diff --git a/docs/en/guide/index.md b/docs/en/guide/index.md index 1facd732..25be9fc7 100644 --- a/docs/en/guide/index.md +++ b/docs/en/guide/index.md @@ -45,6 +45,10 @@ Build your CLI with [symfony/console](https://symfony.com/doc/current/components [FrankenPHP](https://frankenphp.dev) is a modern PHP app server with built-in HTTP/2, HTTP/3, and automatic HTTPS. StaticPHP can compile FrankenPHP together with your chosen extensions into one binary. The result is a complete web server in a single file — no Nginx, no PHP-FPM, just deploy and run. +## Community + +Join our [Discord server](https://discord.gg/nrSRbpMJ) to ask questions, share your builds, and connect with other StaticPHP users. + ## Next steps - [Installation](./installation) — Get the StaticPHP build tool diff --git a/docs/zh/guide/index.md b/docs/zh/guide/index.md index 5bc0292f..b6a25faa 100644 --- a/docs/zh/guide/index.md +++ b/docs/zh/guide/index.md @@ -53,6 +53,10 @@ micro.sfx + your-app.phar = your-app (可直接运行,无任何依赖) StaticPHP 支持将 FrankenPHP 连同所需扩展一起静态编译, 最终产物是一个包含完整 Web 服务器的单一可执行文件,无需 Nginx、PHP-FPM,直接部署即可运行。 +## 社区 + +加入我们的 [Discord 服务器](https://discord.gg/nrSRbpMJ),提问、分享构建成果,与其他 StaticPHP 用户交流。 + ## 接下来 - [安装 StaticPHP](./installation) — 安装 StaticPHP 构建工具