diff --git a/src/includes/examples/frankenphp.md b/src/includes/examples/frankenphp.md new file mode 100644 index 0000000..177d518 --- /dev/null +++ b/src/includes/examples/frankenphp.md @@ -0,0 +1,20 @@ +
+ With FrankenPHP, Caddy acts as a PHP application server that delivers PHP pages about 4x faster than Swoole or RoadRunner: no need for php-fpm (FastCGI). +
++ Deploy your PHP application as a single static binary without needing to install PHP and php-fpm separately. Caddy with FrankenPHP is all you need for high-performing PHP apps! +
++ Benchmarks compare total response times using worker mode with Octane. FrankenPHP runs in-process with the server, so it's generally faster than FPM/mod_php in most cases. PHP execution is not accelerated. +
++ Serving your PHP app is as simple as this Caddyfile. The PHP interpreter is completely embedded within the Caddy binary and your application files will be served from the current working directory. No need for php-fpm or separate PHP installs! +
++ Learn more +
+