dunglas/frankenphp
Fork: 233 Star: 6821 (更新于 2024-10-24 23:24:38)
license: MIT
Language: Go .
🧟 The modern PHP app server
最后发布版本: v1.2.5 ( 2024-08-28 00:08:03)
FrankenPHP: Modern App Server for PHP
FrankenPHP is a modern application server for PHP built on top of the Caddy web server.
FrankenPHP gives superpowers to your PHP apps thanks to its stunning features: Early Hints, worker mode, real-time capabilities, automatic HTTPS, HTTP/2, and HTTP/3 support...
FrankenPHP works with any PHP app and makes your Laravel and Symfony projects faster than ever thanks to their official integrations with the worker mode.
FrankenPHP can also be used as a standalone Go library to embed PHP in any app using net/http
.
Learn more on frankenphp.dev and in this slide deck:
Getting Started
Docker
docker run -v $PWD:/app/public \
-p 80:80 -p 443:443 -p 443:443/udp \
dunglas/frankenphp
Go to https://localhost
, and enjoy!
[!TIP]
Do not attempt to use
https://127.0.0.1
. Usehttps://localhost
and accept the self-signed certificate. Use theSERVER_NAME
environment variable to change the domain to use.
Standalone Binary
If you prefer not to use Docker, we provide standalone FrankenPHP binaries for Linux and macOS containing PHP 8.3 and most popular PHP extensions.
On Windows, use WSL to run FrankenPHP.
Download FrankenPHP or copy this line into your terminal to automatically install the version appropriate for your platform:
curl https://frankenphp.dev/install.sh | sh
mv frankenphp /usr/local/bin/
To serve the content of the current directory, run:
frankenphp php-server
You can also run command-line scripts with:
frankenphp php-cli /path/to/your/script.php
Docs
- The worker mode
- Early Hints support (103 HTTP status code)
- Real-time
- Configuration
- Docker images
- Deploy in production
- Performance optimization
- Create standalone, self-executable PHP apps
- Create static binaries
- Compile from sources
- Laravel integration
- Known issues
- Demo app (Symfony) and benchmarks
- Go library documentation
- Contributing and debugging
Examples and Skeletons
最近版本更新:(数据更新于 2024-09-29 07:29:16)
2024-08-28 00:08:03 v1.2.5
2024-08-12 22:36:27 v1.2.4
2024-08-06 22:16:33 v1.2.3
2024-07-12 17:32:03 v1.2.2
2024-06-25 16:40:26 v1.2.1
2024-06-06 17:17:40 v1.2.0
2024-05-14 15:33:31 v1.1.5
2024-04-25 22:55:48 v1.1.4
2024-04-25 22:55:04 v1.1.3
2024-03-25 17:11:14 v1.1.2
主题(topics):
caddy, frankenphp, go, php, sapi, worker
dunglas/frankenphp同语言 Go最近更新仓库
2024-11-05 08:55:31 XTLS/Xray-core
2024-11-05 00:03:47 SagerNet/sing-box
2024-11-04 20:34:19 Permify/permify
2024-11-04 15:07:27 containerd/containerd
2024-11-03 20:10:56 flipped-aurora/gin-vue-admin
2024-11-03 00:46:25 dolthub/dolt