Slim 4 + FrankenPHP + worker mode

Hey,

Just curious if anyone tried to use a Slim4 powered app with FrankenPHP Docker images and their worker mode (FrankenPHP | Using FrankenPHP Workers) specifically?

I believe some code modification would be required for this, any ideas?

Hi !
Since your last message, have you tried frankenPhp ? Seem a good project.

Thanks

Hello,
I think using a Slim4 powered app with FrankenPHP Docker images and their worker mode is possible but may require some code modifications. Make sure that your Slim4 app can handle worker processes correctly. This involves adjusting your app’s routing and middleware to be compatible with the worker environment.

1 Like