PHP Fibers: How PHP is Finally Warming Up to Asynchronous Programming
PHP Fibers, introduced in PHP 8.1, enable asynchronous programming by allowing functions to pause and resume execution. Here are some good examples on how to use them.
Read more [byteblog.medium.com]