The difference with voryx/event-loop implementation is that this one doesn't start automatically the loop.
composer install rxthunder/react-php
use React\EventLoop\Factory;
use RxThunder\ReactPHP\EventLoop;
$ev = EventLoop::getLoop();
$other_ev = Factory::create();
EventLoop::setLoop($other_ev);