I am working on ZealPHP, a coroutine native PHP runtime built on OpenSwoole, an OSS project, MIT, to swap the PHP execution model to make it asynchronous, have a legacy app CGI bridge that works like PHP-FPM with Apache Parity. The framework took shape with PHPStan Level 10, and you can see it here: https://php.zeal.ninja, a full stack framework that runs the HTTP server, WS server, does SSE, SSR, all the PHP you love and know. Still under development, but useable. Github: https://github.com/sibidharan/zealphp If you have the question Why ZealPHP? - https://php.zeal.ninja/why-zealphp And if want to know the tradeoffs and design tax of ZealPHP - https://php.zeal.ninja/design-tradeoffs So that the project makes sense in first place!!! It is a pure experiment, and if it works, it may help so many projects become async with minimal rewrite, thats the idea! When I was at a point to move one of the big apps we use internally, I realised MongoDB PHP driver is the biggest blocker and it cant do Async!…