magicbyt3 / frankenphp

The modern PHP app server

Home Page:https://frankenphp.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 and in this slide deck:

Slides

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

About

The modern PHP app server

https://frankenphp.dev


Languages

Language:Go 77.8%Language:C 19.9%Language:Dockerfile 2.1%Language:PHP 0.2%