FrankenPHP: the modern PHP app server
Toggle navigationToggle navigation# Docker
docker run -v $PWD:/app/public -p 443:443 \
dunglas/frankenphp
# Static binary
./frankenphp php-server
# Command-line script
./frankenphp php-cli /path/to/your/script.php
One command to run them allGet started!Get a production-grade PHP server up and running in just one command!Native support forMake your PHP apps faster than ever!Worker modeWorker scriptBoot your app once, it stays in memory!StraightforwardNatively supported by Symfony, API Platform, L...
Read more at frankenphp.dev