Download the PHP package greendrake/php-asyncprocess without Composer
On this page you can find all versions of the php package greendrake/php-asyncprocess. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download greendrake/php-asyncprocess
More information about greendrake/php-asyncprocess
Files in greendrake/php-asyncprocess
Download greendrake/php-asyncprocess
More information about greendrake/php-asyncprocess
Files in greendrake/php-asyncprocess
Vendor greendrake
Package php-asyncprocess
Short Description ReactPHP Promise implementation for truly asynchronous background processes
License BSD-3-Clause
Package php-asyncprocess
Short Description ReactPHP Promise implementation for truly asynchronous background processes
License BSD-3-Clause
Please rate this library. Is it a good library?
Informations about the package php-asyncprocess
php-asyncprocess
ReactPHP Promise implementation for truly asynchronous background processes.
This library allows to run commands in background shaped as ReactPHP Promises. Non-blocking. Tested on Linux only.
Under the hood, it works this way:
-
A child process is forked using pcntl_fork. This runs the specified command and reports the result back to the parent process via a local HTTP call (using a one-off reactphp/http server/client).
- Once the parent process gets the result, it fulfils (or rejects, depending on the exit code) the Promise. Profit.
Example:
All versions of php-asyncprocess with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.2.0
react/promise Version 3.x-dev
react/http Version 1.x-dev
react/async Version 4.x-dev
react/promise Version 3.x-dev
react/http Version 1.x-dev
react/async Version 4.x-dev
The package greendrake/php-asyncprocess contains the following files
Loading the files please wait ....