1
0
mirror of https://github.com/danog/process.git synced 2024-12-02 09:37:55 +01:00
Go to file
2017-09-19 15:35:43 +02:00
bin/windows Update process wrapper binary to 2017.09.19.1 2017-09-19 14:37:05 +02:00
examples Pass command via STDIN on Windows 2017-09-19 13:14:43 +02:00
lib Make process runner loop bound 2017-09-19 15:35:43 +02:00
test Revert "Use addToAssertionCount to prevent early loop stops" 2017-09-19 13:54:24 +02:00
.gitignore Refactor for full Windows compatibility 2017-09-17 17:57:32 +02:00
.php_cs Update fixer config / fix styles 2017-06-15 12:11:38 -05:00
.travis.yml Add PHP_CS_FIXER_IGNORE_ENV=1 2017-06-15 19:33:08 +02:00
composer.json More refactoring for Windows compatibility with improved BC 2017-09-17 17:58:05 +02:00
LICENSE Merge branch 'master' into amp_v2 2017-06-15 12:16:54 -05:00
phpunit.xml.dist Make process runner loop bound 2017-09-19 15:35:43 +02:00
README.md Fix branch names 2017-06-15 12:21:23 -05:00

Process

An async process dispatcher built on the amp concurrency framework

Build Status Coverage Status Stable License

Installation

This package can be installed as a Composer dependency.

composer require amphp/process

Requirements

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.