fibers
Open Swoole
https://openswoole.com/
PHP Server with Async IO, Coroutines and Fibers (previously Swoole).
Added 11 months ago
ReactPHP
https://reactphp.org/
Event-driven, non-blocking I/O with PHP.
ReactPHP is a low-level library for event-driven programming in PHP. At its core is an event loop, on top of which it provides low-level utilities, such as: Streams abstraction, async DNS resolver, network client/server, HTTP client/server and interaction with processes. Third-party libraries can use these components to create async network clients/servers and more.
Added 2 years ago