Is there a "bridge" that incorporates well the Swoole (https://www.swoole.co.uk/) in Api-platform (https://api-platform.com/)?
That main point that to me looks interesting is avoiding the startup of the symfony/api-platform framework on each new request... to get better performance when serving REST API web requests.
Would I get a significant performance improvement with Swoole incorporated in a good manner inside the web request engine in Api-platform?