Description
Describe you feature request
Is your feature request related to a problem? Please describe.
I've started working on a worker configuration example for CakePHP ^4 based on previous work done for RoadRunner here https://github.com/CakeDC/cakephp-roadrunner but I'm struggling a bit understanding how to integrate it with the \frankenphp_handle_request as it seems to "work with the defaults" even if I define an application previously.
Describe the solution you'd like
Do you have already a working configuration I could use as a default, apart from the one located here https://frankenphp.dev/docs/worker/ in Custom Apps?
Describe alternatives you've considered
I went through other workers to check the implementation, given the fact that CakePHP is PSR 7 and 15 compatible, the solution should be close to others implemented...
If you know of a working repo or configuration I could use as a starting point, I would be grateful, thank you!