Registry / async / voryx-event-loop

voryx-event-loop

JSON →
library3.0.2phppackagistunverified

Global static wrapper for react event-loop

composer require voryx/event-loop
INSTALL
IMPORT
SIG · VORYX-EVENT-LOOP
V
voryx-event-loop
asyncphpv3.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

EventLoop
use Voryx\EventLoop\EventLoop;

Add a timer and run the event loop

use Voryx\EventLoop\EventLoop; EventLoop::addTimer(1, function() { echo 'Timer fired'; }); EventLoop::run();
Debug
Known issues
gotchaDepends on react/event-loop; static wrapper may cause issues with multiple loops
fix
Use React\EventLoop\Loop directly for complex scenarios
affects: *
Upgrade
Version history
3.0.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
28
OpenAI (training)
1
Resources
voryx-event-loop — pip install voryx-event-loop · libregistry