qlimix / process-unix
Running sync long running processes
1.0.1
2021-02-22 21:21 UTC
Requires
- php: >7.4
- ext-pcntl: *
- ext-posix: *
- qlimix/process: ^2.0
Requires (Dev)
- qlimix/code-standard: ^3.0
This package is auto-updated.
Last update: 2024-10-23 05:57:23 UTC
README
Unix implementation of the process control interfaces.
Install
Using Composer:
$ composer require qlimix/process-unix
Testing
To run all unit tests locally with PHPUnit:
$ vendor/bin/phpunit
Quality
To ensure code quality run grumphp which will run all tools:
$ vendor/bin/grumphp run
Contributing
Please see CONTRIBUTING for details.