Go to file
2022-10-14 12:23:39 +02:00
C-Thread-Pool@d42cc5a2f7 feat: use threads instead of GoRoutines (#6) 2022-10-04 14:41:19 +02:00
caddy feat: improve Dockerfile and add some docs (#15) 2022-10-13 18:05:22 +02:00
docs docs: add more docs (#16) 2022-10-14 12:20:57 +02:00
internal/testserver feat: use Zap for logging 2022-10-04 17:42:45 +02:00
testdata feat: improve Dockerfile and add some docs (#15) 2022-10-13 18:05:22 +02:00
.dockerignore feat: improve Dockerfile and add some docs (#15) 2022-10-13 18:05:22 +02:00
.gitignore fix: preserve autoloading in worker mode 2022-10-06 15:25:58 +02:00
.gitmodules feat: use threads instead of GoRoutines (#6) 2022-10-04 14:41:19 +02:00
cgi.go feat: add a woker mode (#1) 2022-05-18 11:52:24 +02:00
CONTRIBUTING.md feat: improve Dockerfile and add some docs (#15) 2022-10-13 18:05:22 +02:00
Dockerfile feat: improve Dockerfile and add some docs (#15) 2022-10-13 18:05:22 +02:00
Dockerfile.dev feat: improve Dockerfile and add some docs (#15) 2022-10-13 18:05:22 +02:00
frankenphp_arginfo.h feat: add support for 103 Early Hints (#12) 2022-10-11 17:40:12 +02:00
frankenphp_test.go feat: add support for 103 Early Hints (#12) 2022-10-11 17:40:12 +02:00
frankenphp.c feat: improve Dockerfile and add some docs (#15) 2022-10-13 18:05:22 +02:00
frankenphp.go feat: improve Dockerfile and add some docs (#15) 2022-10-13 18:05:22 +02:00
frankenphp.h feat: use threads instead of GoRoutines (#6) 2022-10-04 14:41:19 +02:00
frankenphp.png docs: update logo 2022-10-14 12:23:39 +02:00
frankenphp.stub.php feat: add support for 103 Early Hints (#12) 2022-10-11 17:40:12 +02:00
go.mod feat: add support for 103 Early Hints (#12) 2022-10-11 17:40:12 +02:00
go.sum feat: add support for 103 Early Hints (#12) 2022-10-11 17:40:12 +02:00
options.go feat: improve default config (#14) 2022-10-12 09:38:45 +02:00
README.md docs: add more docs (#16) 2022-10-14 12:20:57 +02:00
recorder_test.go chore: improve tests and add missing file (#13) 2022-10-11 20:41:50 +02:00
worker_test.go feat: use Zap for logging 2022-10-04 17:42:45 +02:00
worker.go feat: handle errors in worker mode (#9) 2022-10-11 08:10:46 +02:00

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 Symfony projects faster than ever thanks to provided integration with the worker mode (Laravel Octane support coming).

FrankenPHP can also be used as a standalone Go library to embed PHP in any app using net/http.

Learn more on frankenphp.dev

Getting Started

☢️ FrankenPHP is very experimental, don't use it in production yet, fill bugs and write patches! ☢️

docker run -v $PWD:/app/public \
    -p 80:80 -p 443:443 \
    dunglas/frankenphp

Go to https://localhost, and enjoy!

Docs