Download the PHP package tasque/event-loop without Composer
On this page you can find all versions of the php package tasque/event-loop. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package event-loop
Tasque EventLoop
Run a ReactPHP event loop within a conventional PHP application using Tasque.
Why?
To allow periodic background tasks, such as sending keep-alive or heartbeat messages, to be performed in a traditional PHP environment where there would otherwise be no event loop.
Usage
Install this package with Composer:
Configure Nytris platform:
nytris.config.php
Setting a timer
Just use a standard ReactPHP timer, as long as the package is configured in nytris.config.php
as above.
index.php
Awaiting a ReactPHP promise from a thread
See also
All versions of event-loop with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
react/event-loop Version ^1.5
react/promise Version ^3.2 || ^2.11
tasque/tasque Version ^0.1
react/event-loop Version ^1.5
react/promise Version ^3.2 || ^2.11
tasque/tasque Version ^0.1
The package tasque/event-loop contains the following files
Loading the files please wait ....