demo icon indicating copy to clipboard operation
demo copied to clipboard

Maybe to add support PHPFranken?

Open LeikoDmitry opened this issue 3 months ago • 2 comments

It would be nice to add support for PHPFranken, what do you think?

LeikoDmitry avatar Sep 02 '25 14:09 LeikoDmitry

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

94noni avatar Sep 16 '25 15:09 94noni

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).

stof avatar Nov 04 '25 15:11 stof

Now that Symfony 7.4 / 8.0 have been released, should we revisit this topic?

ludovik-dev avatar Dec 13 '25 13:12 ludovik-dev

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 :)

wouterj avatar Dec 13 '25 14:12 wouterj