The modern PHP app server https://frankenphp.dev/

Alliballibaba a1f89e3c4d Resets opcache_reset logic. 10 часов назад
.github 5342d34126 ci: bump docker/bake-action from 5 to 6 6 дней назад
caddy 57a1343994 Merge branch 'main' into feat/auto-scale-clock-time 3 дней назад
docs 9a83ab1cb0 Merge branch 'main' into feat/auto-scale-clock-time 1 неделя назад
internal b3fd756838 Merge branch 'main' into feat/auto-scale-clock-time 6 дней назад
testdata b3fd756838 Merge branch 'main' into feat/auto-scale-clock-time 6 дней назад
.dockerignore 6f108a4203 fix: do not extract embedded app on every execution (#488) 1 год назад
.gitignore 2e72b50d10 ci: add Apple Silicon build script (#313) 1 год назад
.hadolint.yaml c9bf9940d1 ci: add Super-Linter (#323) 1 год назад
.markdown-lint.yaml c9bf9940d1 ci: add Super-Linter (#323) 1 год назад
CONTRIBUTING.md a3e5af523c docs: update CONTRIBUTING.md (#1270) 1 месяц назад
Dockerfile 69c43ee43d chore: use upstream e-dant/watcher headers and build system (#1119) 3 месяцев назад
LICENSE f8bdd640cf docs: add license (#24) 2 лет назад
README.md 1e56edceb8 docs: add link to skeleton Magento 2 (#1246) (#1322) 2 недель назад
SECURITY.md 17e57287eb docs: fix link in SECURITY.md (#1111) 3 месяцев назад
alpine.Dockerfile 16bb790d52 fix: rollback to stock Go version 2 недель назад
app.tar 537f899939 feat: use tar to embed apps (#333) 1 год назад
app_checksum.txt 6f108a4203 fix: do not extract embedded app on every execution (#488) 1 год назад
backoff.go 1e279bc348 refactor: simplify exponential backoff and refactor env (#1185) 2 месяцев назад
backoff_test.go 1e279bc348 refactor: simplify exponential backoff and refactor env (#1185) 2 месяцев назад
build-static.sh 5b86f2c554 ci: fix build-static.sh CS 3 недель назад
cgi.go dd250e3bda perf: optimized request headers (#1335) 6 дней назад
dev-alpine.Dockerfile 8a199bb4d7 chore: remove useless EDANT_WATCHER_VERSION Docker ARG 2 месяцев назад
dev.Dockerfile 6fa90d655d Adds perf tests. 1 месяц назад
docker-bake.hcl 8a199bb4d7 chore: remove useless EDANT_WATCHER_VERSION Docker ARG 2 месяцев назад
embed.go d53f909d20 chore: various cleanups 3 месяцев назад
env.go 1e279bc348 refactor: simplify exponential backoff and refactor env (#1185) 2 месяцев назад
frankenphp.c b3fd756838 Merge branch 'main' into feat/auto-scale-clock-time 6 дней назад
frankenphp.go b3fd756838 Merge branch 'main' into feat/auto-scale-clock-time 6 дней назад
frankenphp.h b3fd756838 Merge branch 'main' into feat/auto-scale-clock-time 6 дней назад
frankenphp.png 625ab8906f docs: update logo 2 лет назад
frankenphp.stub.php ea5e19ff4b fix: getallheaders() must return request headers (#772) 9 месяцев назад
frankenphp_arginfo.h c080608661 Applies suggestions by @dunglas 1 месяц назад
frankenphp_test.go dd250e3bda perf: optimized request headers (#1335) 6 дней назад
go.mod 7bd6ca89b0 chore: bump deps 5 дней назад
go.sum 7bd6ca89b0 chore: bump deps 5 дней назад
install.sh cda74730ae fix: term capability code may not be available 3 месяцев назад
metrics.go 5282e3202b Resets strategy and fixes tests. 1 месяц назад
metrics_test.go 5282e3202b Resets strategy and fixes tests. 1 месяц назад
options.go 7de097241a phpIniOverrides -> phpIni 2 недель назад
phpmainthread.go 4a5cfd1e54 Fix. 12 часов назад
phpmainthread_test.go b3fd756838 Merge branch 'main' into feat/auto-scale-clock-time 6 дней назад
phpthread.go e3d38b5e41 go fmt 6 дней назад
recorder_test.go 75dab8f33d chore: bump deps and misc improvements (#1135) 3 месяцев назад
release.sh 0fc6ccc5ce ci: automatically create the Brew formula PR on release 1 месяц назад
reload_test.sh 6c708be99d ci: upgrade to super-linter 6 (#952) 6 месяцев назад
request_options.go 2b7b3d1e4b perf: put all $_SERVER vars into one function call. (#1303) 3 недель назад
scaling.go 60b437f382 Properly removes autoscaled threads. 15 часов назад
scaling_test.go 83e0c0806c Adjusts scaling logic and comments. 3 недель назад
state.go a1f89e3c4d Resets opcache_reset logic. 10 часов назад
state_test.go 3672c60fa0 Also adds compareAndSwap to the test. 1 месяц назад
static-builder.Dockerfile 16bb790d52 fix: rollback to stock Go version 2 недель назад
thread-inactive.go e9f62b930c Refactors wait-time. 1 месяц назад
thread-regular.go 1d899dbaca Locks the thread handler on debug status. 2 недель назад
thread-worker.go a1f89e3c4d Resets opcache_reset logic. 10 часов назад
watcher_test.go b3fd756838 Merge branch 'main' into feat/auto-scale-clock-time 6 дней назад
worker.go a1f89e3c4d Resets opcache_reset logic. 10 часов назад
worker_test.go ece420c569 chore: fix typos (#1328) 1 неделя назад

README.md

FrankenPHP: Modern App Server for PHP

FrankenPHP

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:

Slides

Getting Started

Docker

docker run -v .:/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. Use https://localhost and accept the self-signed certificate. Use the SERVER_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.4 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

Examples and Skeletons