FrankenPHP: The New Superpowered PHP Server
In recent months, FrankenPHP has exploded in popularity and is on everyone's lips. The PHP Foundation has taken the project under its wing and made it the reference server for the language. How can we explain the enthusiasm for this project, which recently surpassed 10.000 stars on GitHub?
It can be explained by the many improvements on all fronts when it comes to PHP servers: no longer needing to run a web server AND a PHP server, worker mode that keeps the application in memory between requests, better performance — free of charge — right after setting it up, and so on. There are many reasons, and that's what we're going to look at together. Let's discover the modern PHP server that the language deserves for its 30th anniversary!
Vorkenntnisse
How PHP runs on a server would be nice (but not mandatory), with Nginx/Apache + FPM for example