Symfony with Openswoole / swoole bundle via docker
This repository demonstrates how to set up a Symfony project with OpenSwoole, enabling high-performance asynchronous operations using coroutines. Coroutines in this setup are manual, and the full coroutine integration is under development and open to contributions.
- Asynchronous server: Symfony with OpenSwoole to handle HTTP requests asynchronously.
- Manual coroutines: Coroutines need to be manually enabled and integrated.
- High-performance: Optimized for speed with multiple workers and task workers.
- Docker: For running the application in a containerized environment.
make setup