FrankenPHP is application server not a framework. Even laravel can run with FrankenPHP, CI4 + FrankenPHP. Any PHP framework as far your server hosting support it (at least VPS).The 64% thing aside, nobody's really touched on FrankenPHP yet which kinda surprises me reading this. If you're already in the laravel + octane camp like @SMM Junction, running it through frankenphp gives you the worker mode plus a static binary you can just drop on a box. Cuts down a chunk of the deploy headache @Campaigns By Mike was complaining about since you're not fighting the host's php version every time they bump it.
That said i still land on the same place as everyone else here for throwaway stuff. Raw php + nginx for landers, laravel only when theres queues and billing involved. CI for me is more legacy maintenance these days than something i'd start fresh with, but it does just sit there and work which counts for a lot.
Symfony i honestly only touch when im paid to, same as the others. solo it's too much ceremony for the kind of turnaround we need.
Last edited: