Maybe to add support PHPFranken?
It would be nice to add support for PHPFranken, what do you think?
there is https://github.com/symfony/demo/pull/931 discussing about docker, so unsure about frankenphp (where mostly all be using with docker not bare bone install) I would suggest adding a note somewhere (perhaps readme) pointing to the official repo instead ? https://github.com/dunglas/symfony-docker
Symfony 7.4 will have built-in support for Frankenphp in symfony/runtime, so this demo shouldn't require any change to be compatible with the worker mode of frankenphp (assuming it does not have stateful services, or those services are properly implementing ResetInterface to reset their state, which is the case AFAIK).
Now that Symfony 7.4 / 8.0 have been released, should we revisit this topic?
If I'm reading @stof comment correctly, Symfony 7.4 should support FrankenPHP out of the box. So I suspect nothing to be done on this topic.
But give it a try and let us know if there are things that need to be fixed :)