Does anyone have FrankenPHP in production?
Hello everyone, I came across the project FrankenPHP some time ago. FrankenPHP is a modern PHP server that integrates PHP into your Go applications and runs as a full web server or behind common proxies like Nginx. It combines performance with modern features like automatic HTTPS, HTTP/2 and HTTP/3 support and built-in worker support. It is based on the Caddy Server. The Caddy Server is a modern, lightweight web server with automatic HTTPS configuration, known for its simplicity and security.
I have been running it in the test environment for several months now. Everything runs very well and fast. It has also passed various stress tests.
My question now is whether anyone is using FrankenPHP as a web server in a production environment and if anyone can tell me about their experience with it. It is very stable in the development environment and very easy to configure.
Instead of maintaining a web server (nginx, lighttpd), a PHP manager like FPM and the PHP itself, the FrankenPHP server does it all in one.
What I am missing is some experience. I would be happy if someone could report on this. I am considering using it here in production because FrankenPHP is much easier to maintain, the processes seem to be better managed than FPM and we are no longer tied to the PHP version of the system. Currently FrankenPHP uses PHP version 8.4.
I am curious to see if anyone is already using it
I have been running it in the test environment for several months now. Everything runs very well and fast. It has also passed various stress tests.
My question now is whether anyone is using FrankenPHP as a web server in a production environment and if anyone can tell me about their experience with it. It is very stable in the development environment and very easy to configure.
Instead of maintaining a web server (nginx, lighttpd), a PHP manager like FPM and the PHP itself, the FrankenPHP server does it all in one.
What I am missing is some experience. I would be happy if someone could report on this. I am considering using it here in production because FrankenPHP is much easier to maintain, the processes seem to be better managed than FPM and we are no longer tied to the PHP version of the system. Currently FrankenPHP uses PHP version 8.4.
I am curious to see if anyone is already using it
Please also mark the comments that contributed to the solution of the article
Content-ID: 671390
Url: https://rootdb.com/forum/does-anyone-have-frankenphp-in-production-671390.html
Printed on: April 13, 2025 at 14:04 o'clock