pandorafms/pandora_console/vendor/amphp/process
daniel ad8401413b update composer 2023-04-10 12:33:06 +02:00
..
.github/workflows refactor events meta pandora_enterprise#9086 2022-06-01 17:39:12 +02:00
bin/windows Move .exe files to Fit LFS. 2022-10-20 12:16:26 +02:00
lib update composer 2023-04-10 12:33:06 +02:00
.php_cs refactor events meta pandora_enterprise#9086 2022-06-01 17:39:12 +02:00
LICENSE refactor events meta pandora_enterprise#9086 2022-06-01 17:39:12 +02:00
README.md refactor events meta pandora_enterprise#9086 2022-06-01 17:39:12 +02:00
composer.json refactor events meta pandora_enterprise#9086 2022-06-01 17:39:12 +02:00

README.md

process

Code Coverage Release License

This package provides an asynchronous process dispatcher that works on all major platforms (including Windows).

As Windows pipes are file handles and do not allow non-blocking access, this package makes use of a process wrapper, that provides access to these pipes via sockets. On Unix-like systems it uses the standard pipes, as these can be accessed without blocking there. Concurrency is managed by the Amp event loop.

Installation

This package can be installed as a Composer dependency.

composer require amphp/process

Requirements

  • PHP 7.0+

Versioning

amphp/process follows the semver semantic versioning specification like all other amphp packages.

Security

If you discover any security related issues, please email me@kelunik.com instead of using the issue tracker.

License

The MIT License (MIT). Please see LICENSE for more information.