Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.
/ frankenphp Public archive
forked from dunglas/frankenphp

Fork of FrankenPHP with extended build configurations

License

Notifications You must be signed in to change notification settings

s6n-labs/frankenphp

 
 

Repository files navigation

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

Slides

Getting Started

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

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

Go to https://localhost, and enjoy!

Note: do not attempt to use https://127.0.0.1. Use localhost and accept the self-signed certificate. Caddy has an automatic TLS handling that auto-trusts some local-based hostnames like localhost, but it does not apply to IP addresses. More details on Caddy's "automatic https" docs.

Docs

Examples and Skeletons

About

Fork of FrankenPHP with extended build configurations

Resources

License

Stars

Watchers

Forks

Languages

  • Go 62.2%
  • C 33.4%
  • Dockerfile 3.7%
  • Other 0.7%