Registry / async / react-react

react-react

JSON →
library1.4.0phppackagistunverified

ReactPHP: Event-driven, non-blocking I/O with PHP.

composer require react/react
INSTALL
IMPORT
SIG · REACT-REACT
R
react-react
asyncphpv1.4.0
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.

Loop
use React\EventLoop\Loop;

Simple timer example using ReactPHP event loop.

use React\EventLoop\Loop; Loop::addTimer(1, function () { echo "Hello after 1 second\n"; }); Loop::run();
Debug
Known issues
gotchaRequires PHP 7.4+ and ext-event or ext-libevent
fix
Install required extensions for optimal performance.
affects: >=1.0
Upgrade
Version history
1.4.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
26
Resources
react-react — pip install react-react · libregistry