1
0
mirror of https://github.com/danog/process.git synced 2024-11-26 20:24:43 +01:00
Go to file
2017-12-05 10:15:20 +01:00
bin/windows Refactor for full Windows compatibility 2017-11-24 18:43:56 -06:00
examples Fix typo 2017-12-05 09:19:44 +01:00
lib Fix PID deferred on early terminate 2017-12-05 10:15:20 +01:00
test Improve test coverage 2017-12-04 23:03:51 -06:00
.gitattributes Add Makefile and update git files 2017-11-24 18:47:59 -06:00
.gitignore Fix double deferred resolution if process spawn fails 2017-12-05 08:33:14 +01:00
.php_cs Update fixer config / fix styles 2017-06-15 12:11:38 -05:00
.travis.yml Define target platform in composer.json and fix .travis.yml and appveyor.yml 2017-12-02 21:16:03 -06:00
appveyor.yml Define target platform in composer.json and fix .travis.yml and appveyor.yml 2017-12-02 21:16:03 -06:00
composer.json Fix test namespace 2017-12-02 21:16:52 -06:00
LICENSE Merge branch 'master' into amp_v2 2017-06-15 12:16:54 -05:00
Makefile Add Makefile and update git files 2017-11-24 18:47:59 -06:00
phpunit.xml.dist Refactor for full Windows compatibility 2017-11-24 18:43:56 -06:00
README.md Update badges 2017-11-24 19:03:29 -06:00

Process

An async process dispatcher built on the amp concurrency framework

Build Status Coverage Status Semantic Version 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.